@trpc/server 11.8.1 → 11.8.2-canary.3

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@trpc/server",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "11.8.1",
5
+ "version": "11.8.2-canary.3+f48ed5c18",
6
6
  "description": "The tRPC server library",
7
7
  "author": "KATT",
8
8
  "license": "MIT",
@@ -194,7 +194,7 @@
194
194
  },
195
195
  "devDependencies": {
196
196
  "@fastify/websocket": "^11.0.0",
197
- "@oxc-project/runtime": "0.104.0",
197
+ "@oxc-project/runtime": "0.105.0",
198
198
  "@tanstack/react-query": "^5.80.3",
199
199
  "@types/aws-lambda": "^8.10.149",
200
200
  "@types/express": "^5.0.0",
@@ -220,7 +220,7 @@
220
220
  "valibot": "1.2.0",
221
221
  "ws": "^8.0.0",
222
222
  "yup": "^1.0.0",
223
- "zod": "^3.25.51"
223
+ "zod": "^4.2.1"
224
224
  },
225
225
  "funding": [
226
226
  "https://trpc.io/sponsor"
@@ -228,5 +228,5 @@
228
228
  "peerDependencies": {
229
229
  "typescript": ">=5.7.2"
230
230
  },
231
- "gitHead": "0d08831400643640d14ddf5174a6aefa2fa648e7"
231
+ "gitHead": "f48ed5c18121bca0808f59d8f6c6d6d141c5e1f0"
232
232
  }