@trpc/server 11.0.0-alpha-tmp-issues-6374.698 → 11.0.0-alpha-tmp-issues-6374.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,11 +351,11 @@
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/rpc/parseTRPCMessage.ts",
355
354
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
356
355
  "/src/unstable-core-do-not-import/transformer.ts",
357
356
  "/src/unstable-core-do-not-import/middleware.ts",
358
357
  "/src/unstable-core-do-not-import/router.ts",
358
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
359
359
  "/src/unstable-core-do-not-import/http/contentType.ts",
360
360
  "/src/unstable-core-do-not-import/http/isAbortError.ts",
361
361
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
@@ -848,16 +848,6 @@
848
848
  "percent": 0,
849
849
  "reduction": 100
850
850
  },
851
- {
852
- "id": "/src/rpc.ts",
853
- "size": 0,
854
- "origSize": 36,
855
- "renderedExports": [],
856
- "removedExports": [],
857
- "dependents": [],
858
- "percent": 0,
859
- "reduction": 100
860
- },
861
851
  {
862
852
  "id": "/src/index.ts",
863
853
  "size": 0,
@@ -869,9 +859,9 @@
869
859
  "reduction": 100
870
860
  },
871
861
  {
872
- "id": "/src/shared.ts",
862
+ "id": "/src/rpc.ts",
873
863
  "size": 0,
874
- "origSize": 653,
864
+ "origSize": 36,
875
865
  "renderedExports": [],
876
866
  "removedExports": [],
877
867
  "dependents": [],
@@ -886,16 +876,26 @@
886
876
  "removedExports": [],
887
877
  "dependents": [
888
878
  "/src/adapters/express.ts",
879
+ "/src/adapters/next.ts",
889
880
  "/src/adapters/standalone.ts",
890
881
  "/src/adapters/ws.ts",
891
- "/src/adapters/next.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/shared.ts",
891
+ "size": 0,
892
+ "origSize": 653,
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,
@@ -946,9 +946,9 @@
946
946
  "removedExports": [],
947
947
  "dependents": [
948
948
  "/src/adapters/express.ts",
949
+ "/src/adapters/next.ts",
949
950
  "/src/adapters/standalone.ts",
950
951
  "/src/adapters/ws.ts",
951
- "/src/adapters/next.ts",
952
952
  "/src/adapters/fastify/fastifyRequestHandler.ts"
953
953
  ],
954
954
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-issues-6374.698+f5be6c9a3",
3
+ "version": "11.0.0-alpha-tmp-issues-6374.699+a6cc2faf0",
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": "f5be6c9a3f4f829bc82c9bf4ac7875b7ade2b9ef"
155
+ "gitHead": "a6cc2faf0b0a4c8c8dac9319896dd18ad1e5013a"
156
156
  }