@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.469 → 11.0.0-alpha-tmp-issues-5851-take-two.470
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 +20 -20
- package/package.json +2 -2
|
@@ -423,9 +423,9 @@
|
|
|
423
423
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
424
424
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
425
425
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
426
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
426
427
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
427
428
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
428
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
429
429
|
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
430
430
|
],
|
|
431
431
|
"percent": 0.91,
|
|
@@ -732,15 +732,12 @@
|
|
|
732
732
|
"reduction": 100
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"id": "/src/
|
|
735
|
+
"id": "/src/rpc.ts",
|
|
736
736
|
"size": 0,
|
|
737
|
-
"origSize":
|
|
737
|
+
"origSize": 36,
|
|
738
738
|
"renderedExports": [],
|
|
739
739
|
"removedExports": [],
|
|
740
|
-
"dependents": [
|
|
741
|
-
"/src/adapters/ws.ts",
|
|
742
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
743
|
-
],
|
|
740
|
+
"dependents": [],
|
|
744
741
|
"percent": 0,
|
|
745
742
|
"reduction": 100
|
|
746
743
|
},
|
|
@@ -755,12 +752,15 @@
|
|
|
755
752
|
"reduction": 100
|
|
756
753
|
},
|
|
757
754
|
{
|
|
758
|
-
"id": "/src/
|
|
755
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
759
756
|
"size": 0,
|
|
760
|
-
"origSize":
|
|
757
|
+
"origSize": 2244,
|
|
761
758
|
"renderedExports": [],
|
|
762
759
|
"removedExports": [],
|
|
763
|
-
"dependents": [
|
|
760
|
+
"dependents": [
|
|
761
|
+
"/src/adapters/ws.ts",
|
|
762
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
763
|
+
],
|
|
764
764
|
"percent": 0,
|
|
765
765
|
"reduction": 100
|
|
766
766
|
},
|
|
@@ -796,6 +796,16 @@
|
|
|
796
796
|
"percent": 0,
|
|
797
797
|
"reduction": 100
|
|
798
798
|
},
|
|
799
|
+
{
|
|
800
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
801
|
+
"size": 0,
|
|
802
|
+
"origSize": 64,
|
|
803
|
+
"renderedExports": [],
|
|
804
|
+
"removedExports": [],
|
|
805
|
+
"dependents": [],
|
|
806
|
+
"percent": 0,
|
|
807
|
+
"reduction": 100
|
|
808
|
+
},
|
|
799
809
|
{
|
|
800
810
|
"id": "/src/adapters/node-http/index.ts",
|
|
801
811
|
"size": 0,
|
|
@@ -810,16 +820,6 @@
|
|
|
810
820
|
],
|
|
811
821
|
"percent": 0,
|
|
812
822
|
"reduction": 100
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
816
|
-
"size": 0,
|
|
817
|
-
"origSize": 64,
|
|
818
|
-
"renderedExports": [],
|
|
819
|
-
"removedExports": [],
|
|
820
|
-
"dependents": [],
|
|
821
|
-
"percent": 0,
|
|
822
|
-
"reduction": 100
|
|
823
823
|
}
|
|
824
824
|
],
|
|
825
825
|
"moduleCount": 55
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-5851-take-two.470+fe6f6a0ee",
|
|
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": "fe6f6a0ee836f9cbc205d87340e3888b4cd957ed"
|
|
153
153
|
}
|