@trpc/server 11.0.0-rc.421 → 11.0.0-rc.433
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 +15 -15
- package/package.json +3 -3
|
@@ -710,9 +710,9 @@
|
|
|
710
710
|
"reduction": 100
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
|
-
"id": "/src/
|
|
713
|
+
"id": "/src/shared.ts",
|
|
714
714
|
"size": 0,
|
|
715
|
-
"origSize":
|
|
715
|
+
"origSize": 653,
|
|
716
716
|
"renderedExports": [],
|
|
717
717
|
"removedExports": [],
|
|
718
718
|
"dependents": [],
|
|
@@ -720,9 +720,9 @@
|
|
|
720
720
|
"reduction": 100
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
|
-
"id": "/src/
|
|
723
|
+
"id": "/src/rpc.ts",
|
|
724
724
|
"size": 0,
|
|
725
|
-
"origSize":
|
|
725
|
+
"origSize": 36,
|
|
726
726
|
"renderedExports": [],
|
|
727
727
|
"removedExports": [],
|
|
728
728
|
"dependents": [],
|
|
@@ -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,
|
|
@@ -791,12 +781,22 @@
|
|
|
791
781
|
"removedExports": [],
|
|
792
782
|
"dependents": [
|
|
793
783
|
"/src/adapters/express.ts",
|
|
794
|
-
"/src/adapters/standalone.ts",
|
|
795
784
|
"/src/adapters/next.ts",
|
|
785
|
+
"/src/adapters/standalone.ts",
|
|
796
786
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
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.433+014d1c839",
|
|
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": "014d1c839e43d41863559f534c836ad17d8bfc83"
|
|
153
153
|
}
|