@trpc/server 11.0.0-rc.593 → 11.0.0-rc.599
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 +10 -10
- package/package.json +2 -2
|
@@ -818,6 +818,16 @@
|
|
|
818
818
|
"percent": 0,
|
|
819
819
|
"reduction": 100
|
|
820
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"id": "/src/shared.ts",
|
|
823
|
+
"size": 0,
|
|
824
|
+
"origSize": 653,
|
|
825
|
+
"renderedExports": [],
|
|
826
|
+
"removedExports": [],
|
|
827
|
+
"dependents": [],
|
|
828
|
+
"percent": 0,
|
|
829
|
+
"reduction": 100
|
|
830
|
+
},
|
|
821
831
|
{
|
|
822
832
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
823
833
|
"size": 0,
|
|
@@ -835,16 +845,6 @@
|
|
|
835
845
|
"percent": 0,
|
|
836
846
|
"reduction": 100
|
|
837
847
|
},
|
|
838
|
-
{
|
|
839
|
-
"id": "/src/shared.ts",
|
|
840
|
-
"size": 0,
|
|
841
|
-
"origSize": 653,
|
|
842
|
-
"renderedExports": [],
|
|
843
|
-
"removedExports": [],
|
|
844
|
-
"dependents": [],
|
|
845
|
-
"percent": 0,
|
|
846
|
-
"reduction": 100
|
|
847
|
-
},
|
|
848
848
|
{
|
|
849
849
|
"id": "/src/adapters/next-app-dir.ts",
|
|
850
850
|
"size": 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.599+e16cd8d7c",
|
|
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": "e16cd8d7cee12eaf1545273858407f0947ca97fc"
|
|
153
153
|
}
|