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
libs
prisma
src
sample
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
index.ts
plugin.ts
@ -25,7 +17,7 @@ tsconfig.json
.circleci
.github
#misc
# misc
renovate.json
npm-debug.log
.DS_Store

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",
"version": "0.0.6",
"version": "0.0.8",
"description": "NestJS Auto CRUD Library",
"author": "Supan Adit Pratama",
"license": "MIT",
"main": "dist/libs/index.js",
"main": "index.js",
"publishConfig": {
"directory": "dist",
"access": "public"

View File

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

1
tsconfig.lib.tsbuildinfo Normal file

File diff suppressed because one or more lines are too long