chore: fix import and update version to 0.5.2

This commit is contained in:
Supan Adit Pratama 2024-11-10 12:58:27 +07:00
parent 46d5268ff7
commit 117de26880
4 changed files with 7 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1 @@
export * from './src';

View File

@ -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';

View File

@ -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",