@lark-apaas/fullstack-nestjs-core 1.1.1 → 1.1.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/fullstack-nestjs-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2-alpha.0",
|
|
4
4
|
"description": "FullStack Nestjs Core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,10 +35,11 @@
|
|
|
35
35
|
"test": "vitest run",
|
|
36
36
|
"test:watch": "vitest",
|
|
37
37
|
"lint": "echo 'ESLint skipped for TypeScript files'",
|
|
38
|
-
"lint:fix": "eslint src --ext .ts --fix"
|
|
38
|
+
"lint:fix": "eslint src --ext .ts --fix",
|
|
39
|
+
"prepublishOnly": "npm run build"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@lark-apaas/nestjs-authnpaas": "
|
|
42
|
+
"@lark-apaas/nestjs-authnpaas": "1.0.2-alpha.0",
|
|
42
43
|
"@lark-apaas/nestjs-datapaas": "^1.0.5",
|
|
43
44
|
"@lark-apaas/nestjs-logger": "^1.0.2",
|
|
44
45
|
"@lark-apaas/nestjs-openapi-devtools": "^1.0.9",
|