mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: testing version 0.0.8
This commit is contained in:
parent
6621328e70
commit
dd0c211b14
16
.npmignore
16
.npmignore
@ -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
4
index.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
require = require('esm')(module /*, options*/);
|
||||||
|
module.exports = {
|
||||||
|
...require('./dist'),
|
||||||
|
};
|
@ -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"
|
||||||
|
@ -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
1
tsconfig.lib.tsbuildinfo
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user