@zenstackhq/server 3.4.0-beta.3 → 3.4.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/dist/api.cjs +81 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +1 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +82 -1
- package/dist/api.js.map +1 -1
- package/dist/fastify.d.cts +1 -1
- package/dist/fastify.d.ts +1 -1
- package/package.json +13 -13
package/dist/fastify.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClientContract } from '@zenstackhq/orm';
|
|
2
2
|
import { SchemaDef } from '@zenstackhq/orm/schema';
|
|
3
|
-
import {
|
|
3
|
+
import { FastifyRequest, FastifyReply, FastifyPluginCallback } from 'fastify';
|
|
4
4
|
import { C as CommonAdapterOptions } from './common-Cuu8bjzK.cjs';
|
|
5
5
|
import './types-CU_PWKr9.cjs';
|
|
6
6
|
|
package/dist/fastify.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClientContract } from '@zenstackhq/orm';
|
|
2
2
|
import { SchemaDef } from '@zenstackhq/orm/schema';
|
|
3
|
-
import {
|
|
3
|
+
import { FastifyRequest, FastifyReply, FastifyPluginCallback } from 'fastify';
|
|
4
4
|
import { C as CommonAdapterOptions } from './common-WHbiInuf.js';
|
|
5
5
|
import './types-CU_PWKr9.js';
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/server",
|
|
3
|
-
"version": "3.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "ZenStack automatic CRUD API handlers and server adapters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -120,29 +120,29 @@
|
|
|
120
120
|
"ts-pattern": "^5.7.1",
|
|
121
121
|
"url-pattern": "^1.0.3",
|
|
122
122
|
"zod-validation-error": "^4.0.1",
|
|
123
|
-
"@zenstackhq/
|
|
124
|
-
"@zenstackhq/
|
|
123
|
+
"@zenstackhq/common-helpers": "3.4.0",
|
|
124
|
+
"@zenstackhq/orm": "3.4.0"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@sveltejs/kit": "
|
|
127
|
+
"@sveltejs/kit": "2.53.2",
|
|
128
128
|
"@types/body-parser": "^1.19.6",
|
|
129
129
|
"@types/express": "^5.0.0",
|
|
130
130
|
"@types/supertest": "^6.0.3",
|
|
131
131
|
"body-parser": "^2.2.0",
|
|
132
|
-
"elysia": "^1.
|
|
132
|
+
"elysia": "^1.4.18",
|
|
133
133
|
"express": "^5.0.0",
|
|
134
134
|
"fastify": "^5.6.1",
|
|
135
135
|
"fastify-plugin": "^5.1.0",
|
|
136
|
-
"h3": "^1.15.
|
|
137
|
-
"hono": "^4.
|
|
138
|
-
"next": "16.
|
|
139
|
-
"nuxt": "4.
|
|
136
|
+
"h3": "^1.15.5",
|
|
137
|
+
"hono": "^4.11.10",
|
|
138
|
+
"next": "16.1.6",
|
|
139
|
+
"nuxt": "4.3.1",
|
|
140
140
|
"supertest": "^7.1.4",
|
|
141
141
|
"zod": "^4.1.0",
|
|
142
|
-
"@zenstackhq/
|
|
143
|
-
"@zenstackhq/
|
|
144
|
-
"@zenstackhq/typescript-config": "3.4.0
|
|
145
|
-
"@zenstackhq/vitest-config": "3.4.0
|
|
142
|
+
"@zenstackhq/eslint-config": "3.4.0",
|
|
143
|
+
"@zenstackhq/testtools": "3.4.0",
|
|
144
|
+
"@zenstackhq/typescript-config": "3.4.0",
|
|
145
|
+
"@zenstackhq/vitest-config": "3.4.0"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"@sveltejs/kit": "^2.0.0",
|