chore: testing version 0.0.8

This commit is contained in:
Supan Adit Pratama 2024-10-29 09:24:04 +07:00
parent 6621328e70
commit dd0c211b14
6 changed files with 14 additions and 18 deletions

View File

@ -1,19 +1,11 @@
# source # source
libs libs
prisma sample
src
test test
e2e
/src
/prisma
.env
.env.example
.eslintrc.js
jsr.json
mod.ts
index.js
nest-cli.json
package-lock.json
tsconfig.build.json
tsconfig.lib.json
jest.config.json jest.config.json
index.ts index.ts
plugin.ts plugin.ts

4
index.js Normal file
View File

@ -0,0 +1,4 @@
require = require('esm')(module /*, options*/);
module.exports = {
...require('./dist'),
};

View File

@ -1 +1 @@
export * from './libs/index'; export * from './dist';

View File

@ -1,10 +1,10 @@
{ {
"name": "@aditama-labs/nest-autocrud", "name": "@aditama-labs/nest-autocrud",
"version": "0.0.6", "version": "0.0.8",
"description": "NestJS Auto CRUD Library", "description": "NestJS Auto CRUD Library",
"author": "Supan Adit Pratama", "author": "Supan Adit Pratama",
"license": "MIT", "license": "MIT",
"main": "dist/libs/index.js", "main": "index.js",
"publishConfig": { "publishConfig": {
"directory": "dist", "directory": "dist",
"access": "public" "access": "public"

View File

@ -11,11 +11,10 @@
"target": "es6", "target": "es6",
"sourceMap": false, "sourceMap": false,
"outDir": "./dist", "outDir": "./dist",
"rootDir": ".", "rootDir": "./libs",
"skipLibCheck": true, "skipLibCheck": true,
}, },
"include": [ "include": [
"index.ts",
"libs/**/*", "libs/**/*",
], ],
"exclude": [ "exclude": [

1
tsconfig.lib.tsbuildinfo Normal file

File diff suppressed because one or more lines are too long