@trpc/server 11.0.0-rc.692 → 11.0.0-rc.693

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",
275
276
  "/src/unstable-core-do-not-import/initTRPC.ts",
276
- "/src/unstable-core-do-not-import/router.ts",
277
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
277
+ "/src/unstable-core-do-not-import/router.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",
337
340
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
338
341
  "/src/unstable-core-do-not-import/transformer.ts",
339
342
  "/src/unstable-core-do-not-import/middleware.ts",
340
343
  "/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/middleware.ts",
367
- "/src/unstable-core-do-not-import/router.ts",
368
366
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
369
367
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
368
+ "/src/unstable-core-do-not-import/middleware.ts",
369
+ "/src/unstable-core-do-not-import/router.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/error/getErrorShape.ts",
437
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
436
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
437
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts"
438
438
  ],
439
439
  "percent": 1.11,
440
440
  "reduction": 18.54
@@ -821,24 +821,24 @@
821
821
  "reduction": 93.9
822
822
  },
823
823
  {
824
- "id": "/src/index.ts",
824
+ "id": "/src/http.ts",
825
825
  "size": 0,
826
- "origSize": 32,
826
+ "origSize": 37,
827
827
  "renderedExports": [],
828
828
  "removedExports": [],
829
- "dependents": [],
829
+ "dependents": [
830
+ "/src/adapters/ws.ts"
831
+ ],
830
832
  "percent": 0,
831
833
  "reduction": 100
832
834
  },
833
835
  {
834
- "id": "/src/http.ts",
836
+ "id": "/src/index.ts",
835
837
  "size": 0,
836
- "origSize": 37,
838
+ "origSize": 32,
837
839
  "renderedExports": [],
838
840
  "removedExports": [],
839
- "dependents": [
840
- "/src/adapters/ws.ts"
841
- ],
841
+ "dependents": [],
842
842
  "percent": 0,
843
843
  "reduction": 100
844
844
  },
@@ -912,6 +912,16 @@
912
912
  "percent": 0,
913
913
  "reduction": 100
914
914
  },
915
+ {
916
+ "id": "/src/adapters/fetch/index.ts",
917
+ "size": 0,
918
+ "origSize": 64,
919
+ "renderedExports": [],
920
+ "removedExports": [],
921
+ "dependents": [],
922
+ "percent": 0,
923
+ "reduction": 100
924
+ },
915
925
  {
916
926
  "id": "/src/adapters/node-http/index.ts",
917
927
  "size": 0,
@@ -927,16 +937,6 @@
927
937
  ],
928
938
  "percent": 0,
929
939
  "reduction": 100
930
- },
931
- {
932
- "id": "/src/adapters/fetch/index.ts",
933
- "size": 0,
934
- "origSize": 64,
935
- "renderedExports": [],
936
- "removedExports": [],
937
- "dependents": [],
938
- "percent": 0,
939
- "reduction": 100
940
940
  }
941
941
  ],
942
942
  "moduleCount": 61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.692+fd2342add",
3
+ "version": "11.0.0-rc.693+c3a9b2102",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -152,5 +152,5 @@
152
152
  "peerDependencies": {
153
153
  "typescript": ">=5.7.2"
154
154
  },
155
- "gitHead": "fd2342add3de8f6956459182154d49686c523b06"
155
+ "gitHead": "c3a9b2102cc53d963944d201abc59892242af709"
156
156
  }