@trpc/server 11.0.0-rc.695 → 11.0.0-rc.699

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.
@@ -351,16 +351,16 @@
351
351
  "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
352
352
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
353
353
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
354
- "/src/unstable-core-do-not-import/error/TRPCError.ts",
355
- "/src/unstable-core-do-not-import/transformer.ts",
356
- "/src/unstable-core-do-not-import/middleware.ts",
357
- "/src/unstable-core-do-not-import/router.ts",
358
354
  "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
355
+ "/src/unstable-core-do-not-import/error/TRPCError.ts",
359
356
  "/src/unstable-core-do-not-import/http/contentType.ts",
360
357
  "/src/unstable-core-do-not-import/http/isAbortError.ts",
358
+ "/src/unstable-core-do-not-import/middleware.ts",
361
359
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
360
+ "/src/unstable-core-do-not-import/router.ts",
362
361
  "/src/unstable-core-do-not-import/stream/jsonl.ts",
363
- "/src/unstable-core-do-not-import/stream/sse.ts"
362
+ "/src/unstable-core-do-not-import/stream/sse.ts",
363
+ "/src/unstable-core-do-not-import/transformer.ts"
364
364
  ],
365
365
  "percent": 1.27,
366
366
  "reduction": 17.51
@@ -379,10 +379,10 @@
379
379
  "/src/unstable-core-do-not-import.ts",
380
380
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
381
381
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
382
- "/src/unstable-core-do-not-import/middleware.ts",
383
- "/src/unstable-core-do-not-import/router.ts",
384
382
  "/src/unstable-core-do-not-import/http/contentType.ts",
383
+ "/src/unstable-core-do-not-import/middleware.ts",
385
384
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
385
+ "/src/unstable-core-do-not-import/router.ts",
386
386
  "/src/unstable-core-do-not-import/stream/sse.ts"
387
387
  ],
388
388
  "percent": 1.22,
@@ -848,16 +848,6 @@
848
848
  "percent": 0,
849
849
  "reduction": 100
850
850
  },
851
- {
852
- "id": "/src/index.ts",
853
- "size": 0,
854
- "origSize": 32,
855
- "renderedExports": [],
856
- "removedExports": [],
857
- "dependents": [],
858
- "percent": 0,
859
- "reduction": 100
860
- },
861
851
  {
862
852
  "id": "/src/rpc.ts",
863
853
  "size": 0,
@@ -889,13 +879,23 @@
889
879
  "/src/adapters/next.ts",
890
880
  "/src/adapters/standalone.ts",
891
881
  "/src/adapters/ws.ts",
892
- "/src/adapters/next-app-dir/nextAppDirCaller.ts",
893
882
  "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
883
+ "/src/adapters/next-app-dir/nextAppDirCaller.ts",
894
884
  "/src/adapters/node-http/writeResponse.ts"
895
885
  ],
896
886
  "percent": 0,
897
887
  "reduction": 100
898
888
  },
889
+ {
890
+ "id": "/src/index.ts",
891
+ "size": 0,
892
+ "origSize": 32,
893
+ "renderedExports": [],
894
+ "removedExports": [],
895
+ "dependents": [],
896
+ "percent": 0,
897
+ "reduction": 100
898
+ },
899
899
  {
900
900
  "id": "/src/adapters/next-app-dir.ts",
901
901
  "size": 0,
@@ -918,6 +918,16 @@
918
918
  "percent": 0,
919
919
  "reduction": 100
920
920
  },
921
+ {
922
+ "id": "/src/adapters/fastify/index.ts",
923
+ "size": 0,
924
+ "origSize": 78,
925
+ "renderedExports": [],
926
+ "removedExports": [],
927
+ "dependents": [],
928
+ "percent": 0,
929
+ "reduction": 100
930
+ },
921
931
  {
922
932
  "id": "/src/adapters/node-http/index.ts",
923
933
  "size": 0,
@@ -934,16 +944,6 @@
934
944
  "percent": 0,
935
945
  "reduction": 100
936
946
  },
937
- {
938
- "id": "/src/adapters/fastify/index.ts",
939
- "size": 0,
940
- "origSize": 78,
941
- "renderedExports": [],
942
- "removedExports": [],
943
- "dependents": [],
944
- "percent": 0,
945
- "reduction": 100
946
- },
947
947
  {
948
948
  "id": "/src/adapters/fetch/index.ts",
949
949
  "size": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.695+01bdfa997",
3
+ "version": "11.0.0-rc.699+8ff4ef82b",
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": "01bdfa997517363d0ada0a63a997767fdbfd645b"
155
+ "gitHead": "8ff4ef82b39a07c6e1639a4c9cc2c40fcc1d8ebe"
156
156
  }