@trpc/server 11.0.0-alpha-tmp-issues-6374.696 → 11.0.0-alpha-tmp-issues-6374.697

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.
@@ -889,8 +889,8 @@
889
889
  "/src/adapters/next.ts",
890
890
  "/src/adapters/standalone.ts",
891
891
  "/src/adapters/ws.ts",
892
- "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
893
892
  "/src/adapters/next-app-dir/nextAppDirCaller.ts",
893
+ "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
894
894
  "/src/adapters/node-http/writeResponse.ts"
895
895
  ],
896
896
  "percent": 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/fetch/index.ts",
923
933
  "size": 0,
@@ -943,16 +953,6 @@
943
953
  ],
944
954
  "percent": 0,
945
955
  "reduction": 100
946
- },
947
- {
948
- "id": "/src/adapters/fastify/index.ts",
949
- "size": 0,
950
- "origSize": 78,
951
- "renderedExports": [],
952
- "removedExports": [],
953
- "dependents": [],
954
- "percent": 0,
955
- "reduction": 100
956
956
  }
957
957
  ],
958
958
  "moduleCount": 62
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-issues-6374.696+c944cfbf2",
3
+ "version": "11.0.0-alpha-tmp-issues-6374.697+41465ba29",
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": "c944cfbf28c0723b087dfd4b2d26c554457374f0"
155
+ "gitHead": "41465ba29ad50fa0a28146f8d8fb85cde796c562"
156
156
  }