@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.483 → 11.0.0-alpha-tmp-issues-5851-take-two.486
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 +10 -10
- package/package.json +2 -2
|
@@ -796,16 +796,6 @@
|
|
|
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
|
-
},
|
|
809
799
|
{
|
|
810
800
|
"id": "/src/adapters/node-http/index.ts",
|
|
811
801
|
"size": 0,
|
|
@@ -820,6 +810,16 @@
|
|
|
820
810
|
],
|
|
821
811
|
"percent": 0,
|
|
822
812
|
"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.486+50b22b932",
|
|
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": "50b22b932d58e7e90bfc62460253b1360419e683"
|
|
153
153
|
}
|