@trpc/server 11.0.0-next-beta.297 → 11.0.0-next-beta.299
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.
|
@@ -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",
|
|
418
419
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
419
420
|
"/src/unstable-core-do-not-import/router.ts",
|
|
420
421
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
421
422
|
"/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,
|
|
@@ -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/index.ts",
|
|
652
652
|
"size": 0,
|
|
653
|
-
"origSize":
|
|
653
|
+
"origSize": 32,
|
|
654
654
|
"renderedExports": [],
|
|
655
655
|
"removedExports": [],
|
|
656
656
|
"dependents": [],
|
|
@@ -690,9 +690,9 @@
|
|
|
690
690
|
"reduction": 100
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
|
-
"id": "/src/adapters/
|
|
693
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
694
694
|
"size": 0,
|
|
695
|
-
"origSize":
|
|
695
|
+
"origSize": 78,
|
|
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/fetch/index.ts",
|
|
704
704
|
"size": 0,
|
|
705
|
-
"origSize":
|
|
705
|
+
"origSize": 64,
|
|
706
706
|
"renderedExports": [],
|
|
707
707
|
"removedExports": [],
|
|
708
708
|
"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.299+7fa5c4432",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"funding": [
|
|
158
158
|
"https://trpc.io/sponsor"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "7fa5c443266d525f5742596c1cfa4683fa30dc2a"
|
|
161
161
|
}
|