@trpc/server 11.0.0-next-beta.289 → 11.0.0-next-beta.294
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
2
|
+
"bundleSize": 92127,
|
|
3
|
+
"bundleOrigSize": 146320,
|
|
4
4
|
"bundleReduction": 37.04,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
],
|
|
325
325
|
"removedExports": [],
|
|
326
326
|
"dependents": [],
|
|
327
|
-
"percent": 1.
|
|
327
|
+
"percent": 1.72,
|
|
328
328
|
"reduction": 21.04
|
|
329
329
|
},
|
|
330
330
|
{
|
|
@@ -415,11 +415,11 @@
|
|
|
415
415
|
"dependents": [
|
|
416
416
|
"/src/unstable-core-do-not-import.ts",
|
|
417
417
|
"/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
418
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
419
418
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
420
419
|
"/src/unstable-core-do-not-import/router.ts",
|
|
421
420
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
422
421
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
422
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
423
423
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
424
424
|
],
|
|
425
425
|
"percent": 1.09,
|
|
@@ -427,8 +427,8 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"id": "/src/unstable-core-do-not-import/parser.ts",
|
|
430
|
-
"size":
|
|
431
|
-
"origSize":
|
|
430
|
+
"size": 992,
|
|
431
|
+
"origSize": 2266,
|
|
432
432
|
"renderedExports": [
|
|
433
433
|
"getParseFn"
|
|
434
434
|
],
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
439
439
|
],
|
|
440
440
|
"percent": 1.08,
|
|
441
|
-
"reduction": 56.
|
|
441
|
+
"reduction": 56.22
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
"id": "/src/adapters/node-http/content-type/form-data/uploadHandler.ts",
|
|
@@ -638,9 +638,9 @@
|
|
|
638
638
|
"reduction": 100
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
|
-
"id": "/src/
|
|
641
|
+
"id": "/src/index.ts",
|
|
642
642
|
"size": 0,
|
|
643
|
-
"origSize":
|
|
643
|
+
"origSize": 32,
|
|
644
644
|
"renderedExports": [],
|
|
645
645
|
"removedExports": [],
|
|
646
646
|
"dependents": [],
|
|
@@ -648,9 +648,9 @@
|
|
|
648
648
|
"reduction": 100
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
|
-
"id": "/src/
|
|
651
|
+
"id": "/src/rpc.ts",
|
|
652
652
|
"size": 0,
|
|
653
|
-
"origSize":
|
|
653
|
+
"origSize": 36,
|
|
654
654
|
"renderedExports": [],
|
|
655
655
|
"removedExports": [],
|
|
656
656
|
"dependents": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-next-beta.
|
|
3
|
+
"version": "11.0.0-next-beta.294+1e32ff91b",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"tslib": "^2.5.0",
|
|
149
149
|
"tsx": "^4.0.0",
|
|
150
150
|
"typescript": "^5.3.3",
|
|
151
|
-
"valibot": "^0.
|
|
151
|
+
"valibot": "^0.29.0",
|
|
152
152
|
"vitest": "^1.2.2",
|
|
153
153
|
"ws": "^8.0.0",
|
|
154
154
|
"yup": "^1.0.0",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"funding": [
|
|
158
158
|
"https://trpc.io/sponsor"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "1e32ff91b8a63ea770da928d02c253a4b5d6693e"
|
|
161
161
|
}
|