@zenstackhq/server 2.1.2 → 2.2.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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"displayName": "ZenStack Server-side Adapters",
|
|
5
5
|
"description": "ZenStack server-side adapters",
|
|
6
6
|
"homepage": "https://zenstack.dev",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url-pattern": "^1.0.3",
|
|
28
28
|
"zod": "^3.22.4",
|
|
29
29
|
"zod-validation-error": "^1.5.0",
|
|
30
|
-
"@zenstackhq/runtime": "2.
|
|
30
|
+
"@zenstackhq/runtime": "2.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@nestjs/common": "^10.3.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"nuxt": "^3.7.4",
|
|
49
49
|
"reflect-metadata": "^0.2.2",
|
|
50
50
|
"supertest": "^6.3.3",
|
|
51
|
-
"@zenstackhq/testtools": "2.
|
|
51
|
+
"@zenstackhq/testtools": "2.2.0"
|
|
52
52
|
},
|
|
53
53
|
"exports": {
|
|
54
54
|
"./package.json": "./package.json",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"clean": "rimraf dist",
|
|
70
|
-
"build": "pnpm lint --max-warnings=0 && pnpm clean && tsc && copyfiles ./package.json ./README.md ./LICENSE dist && pnpm pack dist --pack-destination
|
|
70
|
+
"build": "pnpm lint --max-warnings=0 && pnpm clean && tsc && copyfiles ./package.json ./README.md ./LICENSE dist && pnpm pack dist --pack-destination ../../../.build",
|
|
71
71
|
"watch": "tsc --watch",
|
|
72
72
|
"lint": "eslint src --ext ts",
|
|
73
73
|
"test": "jest"
|