@zenstackhq/server 3.5.2 → 3.5.4
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 +20 -10
package/package.json
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/server",
|
|
3
|
-
"
|
|
4
|
-
"description": "ZenStack automatic CRUD API handlers and server adapters",
|
|
3
|
+
"displayName": "ZenStack Automatic CRUD Server",
|
|
4
|
+
"description": "ZenStack automatic CRUD API handlers and server adapters for popular frameworks",
|
|
5
|
+
"version": "3.5.4",
|
|
5
6
|
"type": "module",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "ZenStack Team",
|
|
9
|
+
"email": "contact@zenstack.dev"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://zenstack.dev",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/zenstackhq/zenstack"
|
|
15
|
+
},
|
|
16
|
+
"license": "MIT",
|
|
6
17
|
"keywords": [
|
|
7
18
|
"fastify",
|
|
8
19
|
"express",
|
|
@@ -12,8 +23,6 @@
|
|
|
12
23
|
"elysia",
|
|
13
24
|
"tanstack-start"
|
|
14
25
|
],
|
|
15
|
-
"author": "ZenStack Team",
|
|
16
|
-
"license": "MIT",
|
|
17
26
|
"files": [
|
|
18
27
|
"dist"
|
|
19
28
|
],
|
|
@@ -121,8 +130,8 @@
|
|
|
121
130
|
"ts-pattern": "^5.7.1",
|
|
122
131
|
"url-pattern": "^1.0.3",
|
|
123
132
|
"zod-validation-error": "^4.0.1",
|
|
124
|
-
"@zenstackhq/common-helpers": "3.5.
|
|
125
|
-
"@zenstackhq/orm": "3.5.
|
|
133
|
+
"@zenstackhq/common-helpers": "3.5.4",
|
|
134
|
+
"@zenstackhq/orm": "3.5.4"
|
|
126
135
|
},
|
|
127
136
|
"devDependencies": {
|
|
128
137
|
"@readme/openapi-parser": "^6.0.0",
|
|
@@ -141,10 +150,10 @@
|
|
|
141
150
|
"nuxt": "4.3.1",
|
|
142
151
|
"supertest": "^7.1.4",
|
|
143
152
|
"zod": "^4.1.0",
|
|
144
|
-
"@zenstackhq/eslint-config": "3.5.
|
|
145
|
-
"@zenstackhq/typescript-config": "3.5.
|
|
146
|
-
"@zenstackhq/testtools": "3.5.
|
|
147
|
-
"@zenstackhq/vitest-config": "3.5.
|
|
153
|
+
"@zenstackhq/eslint-config": "3.5.4",
|
|
154
|
+
"@zenstackhq/typescript-config": "3.5.4",
|
|
155
|
+
"@zenstackhq/testtools": "3.5.4",
|
|
156
|
+
"@zenstackhq/vitest-config": "3.5.4"
|
|
148
157
|
},
|
|
149
158
|
"peerDependencies": {
|
|
150
159
|
"@sveltejs/kit": "^2.0.0",
|
|
@@ -183,6 +192,7 @@
|
|
|
183
192
|
"optional": true
|
|
184
193
|
}
|
|
185
194
|
},
|
|
195
|
+
"funding": "https://github.com/sponsors/zenstackhq",
|
|
186
196
|
"scripts": {
|
|
187
197
|
"build": "tsc --noEmit && tsup-node",
|
|
188
198
|
"watch": "tsup-node --watch",
|