@trpc/server 11.0.0-rc.441 → 11.0.0-rc.444
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction": 27.
|
|
2
|
+
"bundleSize": 129201,
|
|
3
|
+
"bundleOrigSize": 178861,
|
|
4
|
+
"bundleReduction": 27.76,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"/src/unstable-core-do-not-import.ts",
|
|
32
32
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
33
33
|
],
|
|
34
|
-
"percent": 12.
|
|
34
|
+
"percent": 12.13,
|
|
35
35
|
"reduction": 6.72
|
|
36
36
|
},
|
|
37
37
|
{
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
219
|
-
"size":
|
|
220
|
-
"origSize":
|
|
219
|
+
"size": 2688,
|
|
220
|
+
"origSize": 2900,
|
|
221
221
|
"renderedExports": [
|
|
222
222
|
"nodeHTTPRequestHandler"
|
|
223
223
|
],
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
"dependents": [
|
|
226
226
|
"/src/adapters/node-http/index.ts"
|
|
227
227
|
],
|
|
228
|
-
"percent": 2.
|
|
229
|
-
"reduction": 7.
|
|
228
|
+
"percent": 2.08,
|
|
229
|
+
"reduction": 7.31
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"id": "/src/unstable-core-do-not-import/middleware.ts",
|
|
@@ -741,24 +741,24 @@
|
|
|
741
741
|
"reduction": 100
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
|
-
"id": "/src/
|
|
744
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
745
745
|
"size": 0,
|
|
746
|
-
"origSize":
|
|
746
|
+
"origSize": 2100,
|
|
747
747
|
"renderedExports": [],
|
|
748
748
|
"removedExports": [],
|
|
749
|
-
"dependents": [
|
|
749
|
+
"dependents": [
|
|
750
|
+
"/src/adapters/ws.ts"
|
|
751
|
+
],
|
|
750
752
|
"percent": 0,
|
|
751
753
|
"reduction": 100
|
|
752
754
|
},
|
|
753
755
|
{
|
|
754
|
-
"id": "/src/
|
|
756
|
+
"id": "/src/shared.ts",
|
|
755
757
|
"size": 0,
|
|
756
|
-
"origSize":
|
|
758
|
+
"origSize": 653,
|
|
757
759
|
"renderedExports": [],
|
|
758
760
|
"removedExports": [],
|
|
759
|
-
"dependents": [
|
|
760
|
-
"/src/adapters/ws.ts"
|
|
761
|
-
],
|
|
761
|
+
"dependents": [],
|
|
762
762
|
"percent": 0,
|
|
763
763
|
"reduction": 100
|
|
764
764
|
},
|
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.444+18aad1614",
|
|
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": "18aad16142282eb159b683b08e485692d739c38b"
|
|
153
153
|
}
|