@trpc/server 11.0.0-rc.719 → 11.0.0-rc.721
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.
|
@@ -859,9 +859,9 @@
|
|
|
859
859
|
"reduction": 100
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
"id": "/src/
|
|
862
|
+
"id": "/src/shared.ts",
|
|
863
863
|
"size": 0,
|
|
864
|
-
"origSize":
|
|
864
|
+
"origSize": 653,
|
|
865
865
|
"renderedExports": [],
|
|
866
866
|
"removedExports": [],
|
|
867
867
|
"dependents": [],
|
|
@@ -869,9 +869,9 @@
|
|
|
869
869
|
"reduction": 100
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
|
-
"id": "/src/
|
|
872
|
+
"id": "/src/rpc.ts",
|
|
873
873
|
"size": 0,
|
|
874
|
-
"origSize":
|
|
874
|
+
"origSize": 36,
|
|
875
875
|
"renderedExports": [],
|
|
876
876
|
"removedExports": [],
|
|
877
877
|
"dependents": [],
|
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.721+6ce3abe6b",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "6ce3abe6b1cf9f3efff0437498ad181778ade527"
|
|
156
156
|
}
|