@trpc/server 11.0.0-rc.807 → 11.0.0-rc.814

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.
@@ -911,8 +911,8 @@
911
911
  "dependents": [
912
912
  "/src/adapters/express.ts",
913
913
  "/src/adapters/next.ts",
914
- "/src/adapters/standalone.ts",
915
914
  "/src/adapters/ws.ts",
915
+ "/src/adapters/standalone.ts",
916
916
  "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
917
917
  "/src/adapters/next-app-dir/nextAppDirCaller.ts",
918
918
  "/src/adapters/node-http/writeResponse.ts"
@@ -952,16 +952,6 @@
952
952
  "percent": 0,
953
953
  "reduction": 100
954
954
  },
955
- {
956
- "id": "/src/adapters/fetch/index.ts",
957
- "size": 0,
958
- "origSize": 64,
959
- "renderedExports": [],
960
- "removedExports": [],
961
- "dependents": [],
962
- "percent": 0,
963
- "reduction": 100
964
- },
965
955
  {
966
956
  "id": "/src/adapters/node-http/index.ts",
967
957
  "size": 0,
@@ -971,12 +961,22 @@
971
961
  "dependents": [
972
962
  "/src/adapters/express.ts",
973
963
  "/src/adapters/next.ts",
974
- "/src/adapters/standalone.ts",
975
964
  "/src/adapters/ws.ts",
965
+ "/src/adapters/standalone.ts",
976
966
  "/src/adapters/fastify/fastifyRequestHandler.ts"
977
967
  ],
978
968
  "percent": 0,
979
969
  "reduction": 100
970
+ },
971
+ {
972
+ "id": "/src/adapters/fetch/index.ts",
973
+ "size": 0,
974
+ "origSize": 64,
975
+ "renderedExports": [],
976
+ "removedExports": [],
977
+ "dependents": [],
978
+ "percent": 0,
979
+ "reduction": 100
980
980
  }
981
981
  ],
982
982
  "moduleCount": 63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.807+be14f29e3",
3
+ "version": "11.0.0-rc.814+f490f467f",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -133,7 +133,7 @@
133
133
  "fastify-plugin": "^5.0.0",
134
134
  "hash-sum": "^2.0.0",
135
135
  "myzod": "^1.3.1",
136
- "next": "^15.1.3",
136
+ "next": "^15.1.7",
137
137
  "react": "^19.0.0",
138
138
  "react-dom": "^19.0.0",
139
139
  "rollup": "^4.34.8",
@@ -141,7 +141,7 @@
141
141
  "superstruct": "^2.0.0",
142
142
  "tsx": "^4.19.3",
143
143
  "typescript": "^5.7.2",
144
- "valibot": "1.0.0-rc.1",
144
+ "valibot": "1.0.0-rc.2",
145
145
  "ws": "^8.0.0",
146
146
  "yup": "^1.0.0",
147
147
  "zod": "^3.24.2"
@@ -152,5 +152,5 @@
152
152
  "peerDependencies": {
153
153
  "typescript": ">=5.7.2"
154
154
  },
155
- "gitHead": "be14f29e3f0667a2670f89e2e9e6d017797502d8"
155
+ "gitHead": "f490f467f201adcba334a0f620c838c4d6931bd5"
156
156
  }