@trpc/server 11.0.0-rc.458 → 11.0.0-rc.460
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 +14 -14
- package/package.json +2 -2
|
@@ -732,9 +732,9 @@
|
|
|
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
740
|
"dependents": [],
|
|
@@ -742,9 +742,9 @@
|
|
|
742
742
|
"reduction": 100
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
|
-
"id": "/src/
|
|
745
|
+
"id": "/src/shared.ts",
|
|
746
746
|
"size": 0,
|
|
747
|
-
"origSize":
|
|
747
|
+
"origSize": 653,
|
|
748
748
|
"renderedExports": [],
|
|
749
749
|
"removedExports": [],
|
|
750
750
|
"dependents": [],
|
|
@@ -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-rc.
|
|
3
|
+
"version": "11.0.0-rc.460+ab0de4748",
|
|
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": "ab0de47480c1b0d52dc1774bc3b5e481f4f420d3"
|
|
153
153
|
}
|