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

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.
@@ -356,11 +356,11 @@
356
356
  "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
357
357
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
358
358
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
359
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
360
359
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
361
360
  "/src/unstable-core-do-not-import/router.ts",
362
361
  "/src/unstable-core-do-not-import/transformer.ts",
363
362
  "/src/unstable-core-do-not-import/middleware.ts",
363
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.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",
@@ -872,9 +872,9 @@
872
872
  "reduction": 100
873
873
  },
874
874
  {
875
- "id": "/src/rpc.ts",
875
+ "id": "/src/index.ts",
876
876
  "size": 0,
877
- "origSize": 36,
877
+ "origSize": 32,
878
878
  "renderedExports": [],
879
879
  "removedExports": [],
880
880
  "dependents": [],
@@ -882,9 +882,9 @@
882
882
  "reduction": 100
883
883
  },
884
884
  {
885
- "id": "/src/index.ts",
885
+ "id": "/src/shared.ts",
886
886
  "size": 0,
887
- "origSize": 32,
887
+ "origSize": 653,
888
888
  "renderedExports": [],
889
889
  "removedExports": [],
890
890
  "dependents": [],
@@ -892,9 +892,9 @@
892
892
  "reduction": 100
893
893
  },
894
894
  {
895
- "id": "/src/shared.ts",
895
+ "id": "/src/rpc.ts",
896
896
  "size": 0,
897
- "origSize": 653,
897
+ "origSize": 36,
898
898
  "renderedExports": [],
899
899
  "removedExports": [],
900
900
  "dependents": [],
@@ -941,6 +941,16 @@
941
941
  "percent": 0,
942
942
  "reduction": 100
943
943
  },
944
+ {
945
+ "id": "/src/adapters/fetch/index.ts",
946
+ "size": 0,
947
+ "origSize": 64,
948
+ "renderedExports": [],
949
+ "removedExports": [],
950
+ "dependents": [],
951
+ "percent": 0,
952
+ "reduction": 100
953
+ },
944
954
  {
945
955
  "id": "/src/adapters/fastify/index.ts",
946
956
  "size": 0,
@@ -966,16 +976,6 @@
966
976
  ],
967
977
  "percent": 0,
968
978
  "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.788+a8e9f72c0",
3
+ "version": "11.0.0-rc.791+4eda4d50f",
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": "a8e9f72c0177aa8f957093f8b075d2b88a6ee35f"
155
+ "gitHead": "4eda4d50fb6eb3907dce587cd71c7c131ffb02fe"
156
156
  }