@trpc/server 11.0.0-rc.806 → 11.0.0-rc.807
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",
|
|
@@ -873,9 +873,9 @@
|
|
|
873
873
|
"reduction": 100
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
|
-
"id": "/src/
|
|
876
|
+
"id": "/src/index.ts",
|
|
877
877
|
"size": 0,
|
|
878
|
-
"origSize":
|
|
878
|
+
"origSize": 32,
|
|
879
879
|
"renderedExports": [],
|
|
880
880
|
"removedExports": [],
|
|
881
881
|
"dependents": [],
|
|
@@ -883,9 +883,9 @@
|
|
|
883
883
|
"reduction": 100
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
|
-
"id": "/src/
|
|
886
|
+
"id": "/src/rpc.ts",
|
|
887
887
|
"size": 0,
|
|
888
|
-
"origSize":
|
|
888
|
+
"origSize": 36,
|
|
889
889
|
"renderedExports": [],
|
|
890
890
|
"removedExports": [],
|
|
891
891
|
"dependents": [],
|
|
@@ -910,8 +910,8 @@
|
|
|
910
910
|
"removedExports": [],
|
|
911
911
|
"dependents": [
|
|
912
912
|
"/src/adapters/express.ts",
|
|
913
|
-
"/src/adapters/standalone.ts",
|
|
914
913
|
"/src/adapters/next.ts",
|
|
914
|
+
"/src/adapters/standalone.ts",
|
|
915
915
|
"/src/adapters/ws.ts",
|
|
916
916
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
917
917
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
@@ -970,8 +970,8 @@
|
|
|
970
970
|
"removedExports": [],
|
|
971
971
|
"dependents": [
|
|
972
972
|
"/src/adapters/express.ts",
|
|
973
|
-
"/src/adapters/standalone.ts",
|
|
974
973
|
"/src/adapters/next.ts",
|
|
974
|
+
"/src/adapters/standalone.ts",
|
|
975
975
|
"/src/adapters/ws.ts",
|
|
976
976
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
977
977
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-rc.
|
|
3
|
+
"version": "11.0.0-rc.807+be14f29e3",
|
|
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": "be14f29e3f0667a2670f89e2e9e6d017797502d8"
|
|
156
156
|
}
|