@zenstackhq/server 3.5.0 → 3.5.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/server",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "ZenStack automatic CRUD API handlers and server adapters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"ts-pattern": "^5.7.1",
|
|
122
122
|
"url-pattern": "^1.0.3",
|
|
123
123
|
"zod-validation-error": "^4.0.1",
|
|
124
|
-
"@zenstackhq/
|
|
125
|
-
"@zenstackhq/
|
|
124
|
+
"@zenstackhq/orm": "3.5.1",
|
|
125
|
+
"@zenstackhq/common-helpers": "3.5.1"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@readme/openapi-parser": "^6.0.0",
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"nuxt": "4.3.1",
|
|
142
142
|
"supertest": "^7.1.4",
|
|
143
143
|
"zod": "^4.1.0",
|
|
144
|
-
"@zenstackhq/eslint-config": "3.5.
|
|
145
|
-
"@zenstackhq/testtools": "3.5.
|
|
146
|
-
"@zenstackhq/typescript-config": "3.5.
|
|
147
|
-
"@zenstackhq/vitest-config": "3.5.
|
|
144
|
+
"@zenstackhq/eslint-config": "3.5.1",
|
|
145
|
+
"@zenstackhq/testtools": "3.5.1",
|
|
146
|
+
"@zenstackhq/typescript-config": "3.5.1",
|
|
147
|
+
"@zenstackhq/vitest-config": "3.5.1"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"@sveltejs/kit": "^2.0.0",
|