@trpc/server 11.0.0-rc.772 → 11.0.0-rc.788

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.
@@ -291,9 +291,9 @@
291
291
  "removedExports": [],
292
292
  "dependents": [
293
293
  "/src/unstable-core-do-not-import.ts",
294
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
294
295
  "/src/unstable-core-do-not-import/router.ts",
295
- "/src/unstable-core-do-not-import/initTRPC.ts",
296
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
296
+ "/src/unstable-core-do-not-import/initTRPC.ts"
297
297
  ],
298
298
  "percent": 1.38,
299
299
  "reduction": 45.98
@@ -353,14 +353,14 @@
353
353
  "removedExports": [],
354
354
  "dependents": [
355
355
  "/src/unstable-core-do-not-import.ts",
356
- "/src/unstable-core-do-not-import/error/TRPCError.ts",
357
- "/src/unstable-core-do-not-import/router.ts",
358
- "/src/unstable-core-do-not-import/transformer.ts",
359
- "/src/unstable-core-do-not-import/middleware.ts",
360
356
  "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
361
357
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
362
358
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
363
359
  "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
360
+ "/src/unstable-core-do-not-import/error/TRPCError.ts",
361
+ "/src/unstable-core-do-not-import/router.ts",
362
+ "/src/unstable-core-do-not-import/transformer.ts",
363
+ "/src/unstable-core-do-not-import/middleware.ts",
364
364
  "/src/unstable-core-do-not-import/http/contentType.ts",
365
365
  "/src/unstable-core-do-not-import/http/abortError.ts",
366
366
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
@@ -382,10 +382,10 @@
382
382
  "removedExports": [],
383
383
  "dependents": [
384
384
  "/src/unstable-core-do-not-import.ts",
385
- "/src/unstable-core-do-not-import/router.ts",
386
- "/src/unstable-core-do-not-import/middleware.ts",
387
385
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
388
386
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
387
+ "/src/unstable-core-do-not-import/router.ts",
388
+ "/src/unstable-core-do-not-import/middleware.ts",
389
389
  "/src/unstable-core-do-not-import/http/contentType.ts",
390
390
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
391
391
  "/src/unstable-core-do-not-import/stream/sse.ts"
@@ -452,8 +452,8 @@
452
452
  "removedExports": [],
453
453
  "dependents": [
454
454
  "/src/unstable-core-do-not-import.ts",
455
- "/src/unstable-core-do-not-import/error/getErrorShape.ts",
456
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
455
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
456
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts"
457
457
  ],
458
458
  "percent": 1.05,
459
459
  "reduction": 18.54
@@ -859,16 +859,6 @@
859
859
  "percent": 0.03,
860
860
  "reduction": 93.9
861
861
  },
862
- {
863
- "id": "/src/index.ts",
864
- "size": 0,
865
- "origSize": 32,
866
- "renderedExports": [],
867
- "removedExports": [],
868
- "dependents": [],
869
- "percent": 0,
870
- "reduction": 100
871
- },
872
862
  {
873
863
  "id": "/src/http.ts",
874
864
  "size": 0,
@@ -891,6 +881,16 @@
891
881
  "percent": 0,
892
882
  "reduction": 100
893
883
  },
884
+ {
885
+ "id": "/src/index.ts",
886
+ "size": 0,
887
+ "origSize": 32,
888
+ "renderedExports": [],
889
+ "removedExports": [],
890
+ "dependents": [],
891
+ "percent": 0,
892
+ "reduction": 100
893
+ },
894
894
  {
895
895
  "id": "/src/shared.ts",
896
896
  "size": 0,
@@ -951,16 +951,6 @@
951
951
  "percent": 0,
952
952
  "reduction": 100
953
953
  },
954
- {
955
- "id": "/src/adapters/fetch/index.ts",
956
- "size": 0,
957
- "origSize": 64,
958
- "renderedExports": [],
959
- "removedExports": [],
960
- "dependents": [],
961
- "percent": 0,
962
- "reduction": 100
963
- },
964
954
  {
965
955
  "id": "/src/adapters/node-http/index.ts",
966
956
  "size": 0,
@@ -976,6 +966,16 @@
976
966
  ],
977
967
  "percent": 0,
978
968
  "reduction": 100
969
+ },
970
+ {
971
+ "id": "/src/adapters/fetch/index.ts",
972
+ "size": 0,
973
+ "origSize": 64,
974
+ "renderedExports": [],
975
+ "removedExports": [],
976
+ "dependents": [],
977
+ "percent": 0,
978
+ "reduction": 100
979
979
  }
980
980
  ],
981
981
  "moduleCount": 63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.772+6627c5a96",
3
+ "version": "11.0.0-rc.788+a8e9f72c0",
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": "6627c5a965a2081cd28cfad24d6712e985f0ad5f"
155
+ "gitHead": "a8e9f72c0177aa8f957093f8b075d2b88a6ee35f"
156
156
  }