mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 10:46:22 +00:00
chore: fix import and update version to 0.5.2
This commit is contained in:
parent
46d5268ff7
commit
117de26880
@ -1,2 +1,3 @@
|
||||
export * from './prisma';
|
||||
export * from './skeleton';
|
||||
export * from './typeorm';
|
||||
|
1
libs/typeorm/index.ts
Normal file
1
libs/typeorm/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './src';
|
@ -1,4 +1,5 @@
|
||||
export * from './constants';
|
||||
export * from './interfaces';
|
||||
export * from './typeorm.module';
|
||||
export * from './typeorm.service';
|
||||
export * from './interfaces';
|
||||
export * from './constants';
|
||||
export * from './processes';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aditama-labs/nest-autocrud",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "NestJS Auto CRUD Library",
|
||||
"author": "Supan Adit Pratama",
|
||||
"license": "MIT",
|
||||
@ -97,4 +97,4 @@
|
||||
"^@aditama-labs/nest-autocrud/typeorm(|/.*)$": "<rootDir>/libs/typeorm/src/$1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user