@trpc/server 11.0.0-alpha-tmp-issues-6374.697 → 11.0.0-alpha-tmp-issues-6374.698
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",
|
|
354
355
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
355
356
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
356
357
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
357
358
|
"/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",
|
|
@@ -849,9 +849,9 @@
|
|
|
849
849
|
"reduction": 100
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
|
-
"id": "/src/
|
|
852
|
+
"id": "/src/rpc.ts",
|
|
853
853
|
"size": 0,
|
|
854
|
-
"origSize":
|
|
854
|
+
"origSize": 36,
|
|
855
855
|
"renderedExports": [],
|
|
856
856
|
"removedExports": [],
|
|
857
857
|
"dependents": [],
|
|
@@ -859,9 +859,9 @@
|
|
|
859
859
|
"reduction": 100
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
"id": "/src/
|
|
862
|
+
"id": "/src/index.ts",
|
|
863
863
|
"size": 0,
|
|
864
|
-
"origSize":
|
|
864
|
+
"origSize": 32,
|
|
865
865
|
"renderedExports": [],
|
|
866
866
|
"removedExports": [],
|
|
867
867
|
"dependents": [],
|
|
@@ -886,9 +886,9 @@
|
|
|
886
886
|
"removedExports": [],
|
|
887
887
|
"dependents": [
|
|
888
888
|
"/src/adapters/express.ts",
|
|
889
|
-
"/src/adapters/next.ts",
|
|
890
889
|
"/src/adapters/standalone.ts",
|
|
891
890
|
"/src/adapters/ws.ts",
|
|
891
|
+
"/src/adapters/next.ts",
|
|
892
892
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
893
893
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
894
894
|
"/src/adapters/node-http/writeResponse.ts"
|
|
@@ -946,9 +946,9 @@
|
|
|
946
946
|
"removedExports": [],
|
|
947
947
|
"dependents": [
|
|
948
948
|
"/src/adapters/express.ts",
|
|
949
|
-
"/src/adapters/next.ts",
|
|
950
949
|
"/src/adapters/standalone.ts",
|
|
951
950
|
"/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.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-6374.698+f5be6c9a3",
|
|
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": "
|
|
155
|
+
"gitHead": "f5be6c9a3f4f829bc82c9bf4ac7875b7ade2b9ef"
|
|
156
156
|
}
|