diff --git a/package-lock.json b/package-lock.json index 7af54dc..1b07c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aditama-labs/nest-autocrud", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aditama-labs/nest-autocrud", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT", "dependencies": { "@nestjs/common": "^10.0.0", diff --git a/package.json b/package.json index 4b86f4f..4d25c76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aditama-labs/nest-autocrud", - "version": "0.0.12", + "version": "0.0.13", "description": "NestJS Auto CRUD Library", "author": "Supan Adit Pratama", "license": "MIT", @@ -92,4 +92,4 @@ "^@autocrud/prisma(|/.*)$": "/libs/prisma/src/$1" } } -} \ No newline at end of file +}