@trpc/server 11.0.0-rc.482 → 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.
|
@@ -759,25 +759,25 @@
|
|
|
759
759
|
"reduction": 100
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
"id": "/src/
|
|
762
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
763
763
|
"size": 0,
|
|
764
|
-
"origSize":
|
|
764
|
+
"origSize": 2306,
|
|
765
765
|
"renderedExports": [],
|
|
766
766
|
"removedExports": [],
|
|
767
|
-
"dependents": [
|
|
767
|
+
"dependents": [
|
|
768
|
+
"/src/adapters/ws.ts",
|
|
769
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
770
|
+
],
|
|
768
771
|
"percent": 0,
|
|
769
772
|
"reduction": 100
|
|
770
773
|
},
|
|
771
774
|
{
|
|
772
|
-
"id": "/src/
|
|
775
|
+
"id": "/src/shared.ts",
|
|
773
776
|
"size": 0,
|
|
774
|
-
"origSize":
|
|
777
|
+
"origSize": 653,
|
|
775
778
|
"renderedExports": [],
|
|
776
779
|
"removedExports": [],
|
|
777
|
-
"dependents": [
|
|
778
|
-
"/src/adapters/ws.ts",
|
|
779
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
780
|
-
],
|
|
780
|
+
"dependents": [],
|
|
781
781
|
"percent": 0,
|
|
782
782
|
"reduction": 100
|
|
783
783
|
},
|
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
|
}
|