@trpc/server 11.0.0-rc.657 → 11.0.0-rc.659

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.
@@ -272,9 +272,9 @@
272
272
  "removedExports": [],
273
273
  "dependents": [
274
274
  "/src/unstable-core-do-not-import.ts",
275
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
276
275
  "/src/unstable-core-do-not-import/initTRPC.ts",
277
- "/src/unstable-core-do-not-import/router.ts"
276
+ "/src/unstable-core-do-not-import/router.ts",
277
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
278
278
  ],
279
279
  "percent": 1.46,
280
280
  "reduction": 45.98
@@ -334,13 +334,13 @@
334
334
  "removedExports": [],
335
335
  "dependents": [
336
336
  "/src/unstable-core-do-not-import.ts",
337
- "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
338
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
339
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
340
337
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
341
338
  "/src/unstable-core-do-not-import/transformer.ts",
342
339
  "/src/unstable-core-do-not-import/middleware.ts",
343
340
  "/src/unstable-core-do-not-import/router.ts",
341
+ "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
342
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
343
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
344
344
  "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
345
345
  "/src/unstable-core-do-not-import/http/contentType.ts",
346
346
  "/src/unstable-core-do-not-import/http/isAbortError.ts",
@@ -363,10 +363,10 @@
363
363
  "removedExports": [],
364
364
  "dependents": [
365
365
  "/src/unstable-core-do-not-import.ts",
366
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
367
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
368
366
  "/src/unstable-core-do-not-import/middleware.ts",
369
367
  "/src/unstable-core-do-not-import/router.ts",
368
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
369
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
370
370
  "/src/unstable-core-do-not-import/http/contentType.ts",
371
371
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
372
372
  "/src/unstable-core-do-not-import/stream/sse.ts"
@@ -433,8 +433,8 @@
433
433
  "removedExports": [],
434
434
  "dependents": [
435
435
  "/src/unstable-core-do-not-import.ts",
436
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
437
- "/src/unstable-core-do-not-import/error/getErrorShape.ts"
436
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts",
437
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
438
438
  ],
439
439
  "percent": 1.12,
440
440
  "reduction": 18.54
@@ -821,24 +821,24 @@
821
821
  "reduction": 93.9
822
822
  },
823
823
  {
824
- "id": "/src/http.ts",
824
+ "id": "/src/index.ts",
825
825
  "size": 0,
826
- "origSize": 37,
826
+ "origSize": 32,
827
827
  "renderedExports": [],
828
828
  "removedExports": [],
829
- "dependents": [
830
- "/src/adapters/ws.ts"
831
- ],
829
+ "dependents": [],
832
830
  "percent": 0,
833
831
  "reduction": 100
834
832
  },
835
833
  {
836
- "id": "/src/index.ts",
834
+ "id": "/src/http.ts",
837
835
  "size": 0,
838
- "origSize": 32,
836
+ "origSize": 37,
839
837
  "renderedExports": [],
840
838
  "removedExports": [],
841
- "dependents": [],
839
+ "dependents": [
840
+ "/src/adapters/ws.ts"
841
+ ],
842
842
  "percent": 0,
843
843
  "reduction": 100
844
844
  },
@@ -873,8 +873,8 @@
873
873
  "/src/adapters/next.ts",
874
874
  "/src/adapters/standalone.ts",
875
875
  "/src/adapters/ws.ts",
876
- "/src/adapters/next-app-dir/nextAppDirCaller.ts",
877
876
  "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
877
+ "/src/adapters/next-app-dir/nextAppDirCaller.ts",
878
878
  "/src/adapters/node-http/writeResponse.ts"
879
879
  ],
880
880
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.657+7a369faa3",
3
+ "version": "11.0.0-rc.659+55743e044",
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.0.2",
136
+ "next": "^15.0.4",
137
137
  "react": "^18.3.1",
138
138
  "react-dom": "^18.3.1",
139
139
  "rollup": "^4.24.4",
@@ -152,5 +152,5 @@
152
152
  "peerDependencies": {
153
153
  "typescript": ">=5.6.2"
154
154
  },
155
- "gitHead": "7a369faa3db8c59f694397c15f589b72ee0919b5"
155
+ "gitHead": "55743e044841a2b71280bb3772125f3a9173e961"
156
156
  }