mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +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 './prisma';
|
||||||
export * from './skeleton';
|
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.module';
|
||||||
export * from './typeorm.service';
|
export * from './typeorm.service';
|
||||||
export * from './interfaces';
|
export * from './processes';
|
||||||
export * from './constants';
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@aditama-labs/nest-autocrud",
|
"name": "@aditama-labs/nest-autocrud",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "NestJS Auto CRUD Library",
|
"description": "NestJS Auto CRUD Library",
|
||||||
"author": "Supan Adit Pratama",
|
"author": "Supan Adit Pratama",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user