@trpc/server 11.0.0-rc.485 → 11.0.0-rc.487
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 +11 -11
- package/package.json +3 -3
|
@@ -748,16 +748,6 @@
|
|
|
748
748
|
"percent": 0,
|
|
749
749
|
"reduction": 100
|
|
750
750
|
},
|
|
751
|
-
{
|
|
752
|
-
"id": "/src/shared.ts",
|
|
753
|
-
"size": 0,
|
|
754
|
-
"origSize": 653,
|
|
755
|
-
"renderedExports": [],
|
|
756
|
-
"removedExports": [],
|
|
757
|
-
"dependents": [],
|
|
758
|
-
"percent": 0,
|
|
759
|
-
"reduction": 100
|
|
760
|
-
},
|
|
761
751
|
{
|
|
762
752
|
"id": "/src/rpc.ts",
|
|
763
753
|
"size": 0,
|
|
@@ -781,6 +771,16 @@
|
|
|
781
771
|
"percent": 0,
|
|
782
772
|
"reduction": 100
|
|
783
773
|
},
|
|
774
|
+
{
|
|
775
|
+
"id": "/src/shared.ts",
|
|
776
|
+
"size": 0,
|
|
777
|
+
"origSize": 653,
|
|
778
|
+
"renderedExports": [],
|
|
779
|
+
"removedExports": [],
|
|
780
|
+
"dependents": [],
|
|
781
|
+
"percent": 0,
|
|
782
|
+
"reduction": 100
|
|
783
|
+
},
|
|
784
784
|
{
|
|
785
785
|
"id": "/src/adapters/next-app-dir.ts",
|
|
786
786
|
"size": 0,
|
|
@@ -831,8 +831,8 @@
|
|
|
831
831
|
"removedExports": [],
|
|
832
832
|
"dependents": [
|
|
833
833
|
"/src/adapters/express.ts",
|
|
834
|
-
"/src/adapters/next.ts",
|
|
835
834
|
"/src/adapters/standalone.ts",
|
|
835
|
+
"/src/adapters/next.ts",
|
|
836
836
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
837
837
|
],
|
|
838
838
|
"percent": 0,
|
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.487+3cf8f49f5",
|
|
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.3",
|
|
144
|
-
"valibot": "^0.
|
|
144
|
+
"valibot": "^0.39.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": "3cf8f49f5b2ca262d7a13ad780f3e76956922cbb"
|
|
153
153
|
}
|