@trpc/server 11.0.0-rc.584 → 11.0.0-rc.586
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.
|
@@ -435,11 +435,11 @@
|
|
|
435
435
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
436
436
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
437
437
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
438
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
439
438
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
440
439
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
441
440
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
442
441
|
"/src/unstable-core-do-not-import/router.ts",
|
|
442
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
443
443
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
444
444
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
445
445
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
@@ -776,9 +776,9 @@
|
|
|
776
776
|
"reduction": 100
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
|
-
"id": "/src/
|
|
779
|
+
"id": "/src/index.ts",
|
|
780
780
|
"size": 0,
|
|
781
|
-
"origSize":
|
|
781
|
+
"origSize": 32,
|
|
782
782
|
"renderedExports": [],
|
|
783
783
|
"removedExports": [],
|
|
784
784
|
"dependents": [],
|
|
@@ -786,9 +786,9 @@
|
|
|
786
786
|
"reduction": 100
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
|
-
"id": "/src/
|
|
789
|
+
"id": "/src/rpc.ts",
|
|
790
790
|
"size": 0,
|
|
791
|
-
"origSize":
|
|
791
|
+
"origSize": 36,
|
|
792
792
|
"renderedExports": [],
|
|
793
793
|
"removedExports": [],
|
|
794
794
|
"dependents": [],
|
|
@@ -814,8 +814,8 @@
|
|
|
814
814
|
"dependents": [
|
|
815
815
|
"/src/adapters/next.ts",
|
|
816
816
|
"/src/adapters/ws.ts",
|
|
817
|
-
"/src/adapters/
|
|
818
|
-
"/src/adapters/
|
|
817
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
818
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
819
819
|
],
|
|
820
820
|
"percent": 0,
|
|
821
821
|
"reduction": 100
|
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.586+3388c9691",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "3388c9691d122b9d4047b2de0caedcdf611354ab"
|
|
153
153
|
}
|