@trpc/server 11.0.0-next-beta.305 → 11.0.0-next-beta.308
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 -3
|
@@ -430,11 +430,11 @@
|
|
|
430
430
|
"removedExports": [],
|
|
431
431
|
"dependents": [
|
|
432
432
|
"/src/unstable-core-do-not-import.ts",
|
|
433
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
433
434
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
434
435
|
"/src/unstable-core-do-not-import/router.ts",
|
|
435
436
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
436
437
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
437
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
438
438
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
439
439
|
],
|
|
440
440
|
"percent": 0.88,
|
|
@@ -638,9 +638,9 @@
|
|
|
638
638
|
"reduction": 100
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
|
-
"id": "/src/
|
|
641
|
+
"id": "/src/rpc.ts",
|
|
642
642
|
"size": 0,
|
|
643
|
-
"origSize":
|
|
643
|
+
"origSize": 36,
|
|
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/shared.ts",
|
|
652
652
|
"size": 0,
|
|
653
|
-
"origSize":
|
|
653
|
+
"origSize": 653,
|
|
654
654
|
"renderedExports": [],
|
|
655
655
|
"removedExports": [],
|
|
656
656
|
"dependents": [],
|
|
@@ -658,9 +658,9 @@
|
|
|
658
658
|
"reduction": 100
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
|
-
"id": "/src/
|
|
661
|
+
"id": "/src/index.ts",
|
|
662
662
|
"size": 0,
|
|
663
|
-
"origSize":
|
|
663
|
+
"origSize": 32,
|
|
664
664
|
"renderedExports": [],
|
|
665
665
|
"removedExports": [],
|
|
666
666
|
"dependents": [],
|
|
@@ -690,9 +690,9 @@
|
|
|
690
690
|
"reduction": 100
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
|
-
"id": "/src/adapters/
|
|
693
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
694
694
|
"size": 0,
|
|
695
|
-
"origSize":
|
|
695
|
+
"origSize": 64,
|
|
696
696
|
"renderedExports": [],
|
|
697
697
|
"removedExports": [],
|
|
698
698
|
"dependents": [],
|
|
@@ -700,9 +700,9 @@
|
|
|
700
700
|
"reduction": 100
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
|
-
"id": "/src/adapters/
|
|
703
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
704
704
|
"size": 0,
|
|
705
|
-
"origSize":
|
|
705
|
+
"origSize": 78,
|
|
706
706
|
"renderedExports": [],
|
|
707
707
|
"removedExports": [],
|
|
708
708
|
"dependents": [],
|
|
@@ -716,8 +716,8 @@
|
|
|
716
716
|
"renderedExports": [],
|
|
717
717
|
"removedExports": [],
|
|
718
718
|
"dependents": [
|
|
719
|
-
"/src/adapters/express.ts",
|
|
720
719
|
"/src/adapters/next.ts",
|
|
720
|
+
"/src/adapters/express.ts",
|
|
721
721
|
"/src/adapters/standalone.ts"
|
|
722
722
|
],
|
|
723
723
|
"percent": 0,
|
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.308+955edd79a",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,7 +149,6 @@
|
|
|
149
149
|
"tsx": "^4.0.0",
|
|
150
150
|
"typescript": "^5.3.3",
|
|
151
151
|
"valibot": "^0.29.0",
|
|
152
|
-
"vitest": "^1.2.2",
|
|
153
152
|
"ws": "^8.0.0",
|
|
154
153
|
"yup": "^1.0.0",
|
|
155
154
|
"zod": "^3.0.0"
|
|
@@ -157,5 +156,5 @@
|
|
|
157
156
|
"funding": [
|
|
158
157
|
"https://trpc.io/sponsor"
|
|
159
158
|
],
|
|
160
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "955edd79adaf441bfabc1f45bb83fc74355568b5"
|
|
161
160
|
}
|