@trpc/server 11.0.0-rc.394 → 11.0.0-rc.401
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 +12 -12
- package/package.json +2 -2
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"removedExports": [],
|
|
78
78
|
"dependents": [
|
|
79
79
|
"/src/unstable-core-do-not-import.ts",
|
|
80
|
-
"/src/unstable-core-do-not-import/
|
|
81
|
-
"/src/unstable-core-do-not-import/
|
|
80
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
81
|
+
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
82
82
|
],
|
|
83
83
|
"percent": 5.68,
|
|
84
84
|
"reduction": 41.05
|
|
@@ -172,9 +172,9 @@
|
|
|
172
172
|
"removedExports": [],
|
|
173
173
|
"dependents": [
|
|
174
174
|
"/src/unstable-core-do-not-import.ts",
|
|
175
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
175
176
|
"/src/unstable-core-do-not-import/router.ts",
|
|
176
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
177
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
177
|
+
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
178
178
|
],
|
|
179
179
|
"percent": 2.6,
|
|
180
180
|
"reduction": 45.94
|
|
@@ -284,9 +284,9 @@
|
|
|
284
284
|
"removedExports": [],
|
|
285
285
|
"dependents": [
|
|
286
286
|
"/src/unstable-core-do-not-import.ts",
|
|
287
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
287
288
|
"/src/unstable-core-do-not-import/router.ts",
|
|
288
289
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
289
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
290
290
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
291
291
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
292
292
|
],
|
|
@@ -369,8 +369,8 @@
|
|
|
369
369
|
"removedExports": [],
|
|
370
370
|
"dependents": [
|
|
371
371
|
"/src/unstable-core-do-not-import.ts",
|
|
372
|
-
"/src/unstable-core-do-not-import/
|
|
373
|
-
"/src/unstable-core-do-not-import/
|
|
372
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
373
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
374
374
|
],
|
|
375
375
|
"percent": 1.2,
|
|
376
376
|
"reduction": 23.5
|
|
@@ -390,11 +390,11 @@
|
|
|
390
390
|
"removedExports": [],
|
|
391
391
|
"dependents": [
|
|
392
392
|
"/src/unstable-core-do-not-import.ts",
|
|
393
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
393
394
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
394
395
|
"/src/unstable-core-do-not-import/router.ts",
|
|
395
396
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
396
397
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
397
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
398
398
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
399
399
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
400
400
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
@@ -633,9 +633,9 @@
|
|
|
633
633
|
"reduction": 93.8
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
|
-
"id": "/src/
|
|
636
|
+
"id": "/src/http.ts",
|
|
637
637
|
"size": 0,
|
|
638
|
-
"origSize":
|
|
638
|
+
"origSize": 37,
|
|
639
639
|
"renderedExports": [],
|
|
640
640
|
"removedExports": [],
|
|
641
641
|
"dependents": [],
|
|
@@ -643,9 +643,9 @@
|
|
|
643
643
|
"reduction": 100
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
|
-
"id": "/src/
|
|
646
|
+
"id": "/src/index.ts",
|
|
647
647
|
"size": 0,
|
|
648
|
-
"origSize":
|
|
648
|
+
"origSize": 32,
|
|
649
649
|
"renderedExports": [],
|
|
650
650
|
"removedExports": [],
|
|
651
651
|
"dependents": [],
|
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.401+91720833b",
|
|
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": "91720833b050e7ba5130dd51b3e03c4e860ed159"
|
|
153
153
|
}
|