@trpc/server 11.0.0-rc.347 → 11.0.0-rc.348
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.
|
@@ -725,9 +725,9 @@
|
|
|
725
725
|
"reduction": 100
|
|
726
726
|
},
|
|
727
727
|
{
|
|
728
|
-
"id": "/src/
|
|
728
|
+
"id": "/src/shared.ts",
|
|
729
729
|
"size": 0,
|
|
730
|
-
"origSize":
|
|
730
|
+
"origSize": 653,
|
|
731
731
|
"renderedExports": [],
|
|
732
732
|
"removedExports": [],
|
|
733
733
|
"dependents": [],
|
|
@@ -735,9 +735,9 @@
|
|
|
735
735
|
"reduction": 100
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
|
-
"id": "/src/
|
|
738
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
739
739
|
"size": 0,
|
|
740
|
-
"origSize":
|
|
740
|
+
"origSize": 1498,
|
|
741
741
|
"renderedExports": [],
|
|
742
742
|
"removedExports": [],
|
|
743
743
|
"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.348+9d8b631a7",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -159,5 +159,5 @@
|
|
|
159
159
|
"funding": [
|
|
160
160
|
"https://trpc.io/sponsor"
|
|
161
161
|
],
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "9d8b631a7e78c94e19d9822abda61278664bceee"
|
|
163
163
|
}
|