@trpc/server 11.0.0-rc.580 → 11.0.0-rc.584
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.
- package/dist/bundle-analysis.json +17 -17
- package/package.json +2 -2
|
@@ -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",
|
|
438
439
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
439
440
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
440
441
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
441
442
|
"/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/rpc.ts",
|
|
780
780
|
"size": 0,
|
|
781
|
-
"origSize":
|
|
781
|
+
"origSize": 36,
|
|
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/index.ts",
|
|
790
790
|
"size": 0,
|
|
791
|
-
"origSize":
|
|
791
|
+
"origSize": 32,
|
|
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/node-http/nodeHTTPRequestHandler.ts",
|
|
818
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
819
819
|
],
|
|
820
820
|
"percent": 0,
|
|
821
821
|
"reduction": 100
|
|
@@ -852,6 +852,16 @@
|
|
|
852
852
|
"percent": 0,
|
|
853
853
|
"reduction": 100
|
|
854
854
|
},
|
|
855
|
+
{
|
|
856
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
857
|
+
"size": 0,
|
|
858
|
+
"origSize": 64,
|
|
859
|
+
"renderedExports": [],
|
|
860
|
+
"removedExports": [],
|
|
861
|
+
"dependents": [],
|
|
862
|
+
"percent": 0,
|
|
863
|
+
"reduction": 100
|
|
864
|
+
},
|
|
855
865
|
{
|
|
856
866
|
"id": "/src/adapters/node-http/index.ts",
|
|
857
867
|
"size": 0,
|
|
@@ -866,16 +876,6 @@
|
|
|
866
876
|
],
|
|
867
877
|
"percent": 0,
|
|
868
878
|
"reduction": 100
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
872
|
-
"size": 0,
|
|
873
|
-
"origSize": 64,
|
|
874
|
-
"renderedExports": [],
|
|
875
|
-
"removedExports": [],
|
|
876
|
-
"dependents": [],
|
|
877
|
-
"percent": 0,
|
|
878
|
-
"reduction": 100
|
|
879
879
|
}
|
|
880
880
|
],
|
|
881
881
|
"moduleCount": 58
|
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.584+c92c71b89",
|
|
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": "c92c71b897e03a80bddac16a56090edd84e54401"
|
|
153
153
|
}
|