@trpc/server 11.0.0-rc.394 → 11.0.0-rc.396
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
|
@@ -663,9 +663,9 @@
|
|
|
663
663
|
"reduction": 100
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
|
-
"id": "/src/
|
|
666
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
667
667
|
"size": 0,
|
|
668
|
-
"origSize":
|
|
668
|
+
"origSize": 1969,
|
|
669
669
|
"renderedExports": [],
|
|
670
670
|
"removedExports": [],
|
|
671
671
|
"dependents": [],
|
|
@@ -673,9 +673,9 @@
|
|
|
673
673
|
"reduction": 100
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
|
-
"id": "/src/
|
|
676
|
+
"id": "/src/shared.ts",
|
|
677
677
|
"size": 0,
|
|
678
|
-
"origSize":
|
|
678
|
+
"origSize": 653,
|
|
679
679
|
"renderedExports": [],
|
|
680
680
|
"removedExports": [],
|
|
681
681
|
"dependents": [],
|
|
@@ -714,16 +714,6 @@
|
|
|
714
714
|
"percent": 0,
|
|
715
715
|
"reduction": 100
|
|
716
716
|
},
|
|
717
|
-
{
|
|
718
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
719
|
-
"size": 0,
|
|
720
|
-
"origSize": 64,
|
|
721
|
-
"renderedExports": [],
|
|
722
|
-
"removedExports": [],
|
|
723
|
-
"dependents": [],
|
|
724
|
-
"percent": 0,
|
|
725
|
-
"reduction": 100
|
|
726
|
-
},
|
|
727
717
|
{
|
|
728
718
|
"id": "/src/adapters/node-http/index.ts",
|
|
729
719
|
"size": 0,
|
|
@@ -738,6 +728,16 @@
|
|
|
738
728
|
],
|
|
739
729
|
"percent": 0,
|
|
740
730
|
"reduction": 100
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
734
|
+
"size": 0,
|
|
735
|
+
"origSize": 64,
|
|
736
|
+
"renderedExports": [],
|
|
737
|
+
"removedExports": [],
|
|
738
|
+
"dependents": [],
|
|
739
|
+
"percent": 0,
|
|
740
|
+
"reduction": 100
|
|
741
741
|
}
|
|
742
742
|
],
|
|
743
743
|
"moduleCount": 51
|
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.396+e2bcb75a9",
|
|
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": "e2bcb75a95591186ee18752c040ecba870014919"
|
|
153
153
|
}
|