@trpc/server 11.0.0-rc.363 → 11.0.0-rc.364
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.
|
@@ -644,9 +644,9 @@
|
|
|
644
644
|
"reduction": 100
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"id": "/src/
|
|
647
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
648
648
|
"size": 0,
|
|
649
|
-
"origSize":
|
|
649
|
+
"origSize": 1908,
|
|
650
650
|
"renderedExports": [],
|
|
651
651
|
"removedExports": [],
|
|
652
652
|
"dependents": [],
|
|
@@ -654,9 +654,9 @@
|
|
|
654
654
|
"reduction": 100
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"id": "/src/
|
|
657
|
+
"id": "/src/shared.ts",
|
|
658
658
|
"size": 0,
|
|
659
|
-
"origSize":
|
|
659
|
+
"origSize": 653,
|
|
660
660
|
"renderedExports": [],
|
|
661
661
|
"removedExports": [],
|
|
662
662
|
"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.364+d95fb467b",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "d95fb467b966558ade5d1e2065faa33c9821ab6c"
|
|
153
153
|
}
|