@trpc/server 11.0.0-rc.421 → 11.0.0-rc.432
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 +23 -23
- package/package.json +3 -3
|
@@ -415,12 +415,12 @@
|
|
|
415
415
|
"dependents": [
|
|
416
416
|
"/src/unstable-core-do-not-import.ts",
|
|
417
417
|
"/src/unstable-core-do-not-import/http/resolveResponse.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/stream/sse.ts",
|
|
420
421
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
421
422
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
422
423
|
"/src/unstable-core-do-not-import/router.ts",
|
|
423
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
424
424
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
425
425
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
426
426
|
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
@@ -699,16 +699,6 @@
|
|
|
699
699
|
"percent": 0,
|
|
700
700
|
"reduction": 100
|
|
701
701
|
},
|
|
702
|
-
{
|
|
703
|
-
"id": "/src/index.ts",
|
|
704
|
-
"size": 0,
|
|
705
|
-
"origSize": 32,
|
|
706
|
-
"renderedExports": [],
|
|
707
|
-
"removedExports": [],
|
|
708
|
-
"dependents": [],
|
|
709
|
-
"percent": 0,
|
|
710
|
-
"reduction": 100
|
|
711
|
-
},
|
|
712
702
|
{
|
|
713
703
|
"id": "/src/rpc.ts",
|
|
714
704
|
"size": 0,
|
|
@@ -720,9 +710,9 @@
|
|
|
720
710
|
"reduction": 100
|
|
721
711
|
},
|
|
722
712
|
{
|
|
723
|
-
"id": "/src/
|
|
713
|
+
"id": "/src/index.ts",
|
|
724
714
|
"size": 0,
|
|
725
|
-
"origSize":
|
|
715
|
+
"origSize": 32,
|
|
726
716
|
"renderedExports": [],
|
|
727
717
|
"removedExports": [],
|
|
728
718
|
"dependents": [],
|
|
@@ -741,6 +731,16 @@
|
|
|
741
731
|
"percent": 0,
|
|
742
732
|
"reduction": 100
|
|
743
733
|
},
|
|
734
|
+
{
|
|
735
|
+
"id": "/src/shared.ts",
|
|
736
|
+
"size": 0,
|
|
737
|
+
"origSize": 653,
|
|
738
|
+
"renderedExports": [],
|
|
739
|
+
"removedExports": [],
|
|
740
|
+
"dependents": [],
|
|
741
|
+
"percent": 0,
|
|
742
|
+
"reduction": 100
|
|
743
|
+
},
|
|
744
744
|
{
|
|
745
745
|
"id": "/src/adapters/next-app-dir.ts",
|
|
746
746
|
"size": 0,
|
|
@@ -773,16 +773,6 @@
|
|
|
773
773
|
"percent": 0,
|
|
774
774
|
"reduction": 100
|
|
775
775
|
},
|
|
776
|
-
{
|
|
777
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
778
|
-
"size": 0,
|
|
779
|
-
"origSize": 64,
|
|
780
|
-
"renderedExports": [],
|
|
781
|
-
"removedExports": [],
|
|
782
|
-
"dependents": [],
|
|
783
|
-
"percent": 0,
|
|
784
|
-
"reduction": 100
|
|
785
|
-
},
|
|
786
776
|
{
|
|
787
777
|
"id": "/src/adapters/node-http/index.ts",
|
|
788
778
|
"size": 0,
|
|
@@ -797,6 +787,16 @@
|
|
|
797
787
|
],
|
|
798
788
|
"percent": 0,
|
|
799
789
|
"reduction": 100
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
793
|
+
"size": 0,
|
|
794
|
+
"origSize": 64,
|
|
795
|
+
"renderedExports": [],
|
|
796
|
+
"removedExports": [],
|
|
797
|
+
"dependents": [],
|
|
798
|
+
"percent": 0,
|
|
799
|
+
"reduction": 100
|
|
800
800
|
}
|
|
801
801
|
],
|
|
802
802
|
"moduleCount": 54
|
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.432+f9477e279",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"tslib": "^2.5.0",
|
|
142
142
|
"tsx": "^4.0.0",
|
|
143
143
|
"typescript": "^5.5.0",
|
|
144
|
-
"valibot": "^0.
|
|
144
|
+
"valibot": "^0.35.0",
|
|
145
145
|
"ws": "^8.0.0",
|
|
146
146
|
"yup": "^1.0.0",
|
|
147
147
|
"zod": "^3.0.0"
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "f9477e2791948cfb8adb052a1d47dace7f124d06"
|
|
153
153
|
}
|