@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.483 → 11.0.0-alpha-tmp-issues-5851-take-two.485
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.
|
@@ -742,25 +742,25 @@
|
|
|
742
742
|
"reduction": 100
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
|
-
"id": "/src/
|
|
745
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
746
746
|
"size": 0,
|
|
747
|
-
"origSize":
|
|
747
|
+
"origSize": 2244,
|
|
748
748
|
"renderedExports": [],
|
|
749
749
|
"removedExports": [],
|
|
750
|
-
"dependents": [
|
|
750
|
+
"dependents": [
|
|
751
|
+
"/src/adapters/ws.ts",
|
|
752
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
753
|
+
],
|
|
751
754
|
"percent": 0,
|
|
752
755
|
"reduction": 100
|
|
753
756
|
},
|
|
754
757
|
{
|
|
755
|
-
"id": "/src/
|
|
758
|
+
"id": "/src/shared.ts",
|
|
756
759
|
"size": 0,
|
|
757
|
-
"origSize":
|
|
760
|
+
"origSize": 653,
|
|
758
761
|
"renderedExports": [],
|
|
759
762
|
"removedExports": [],
|
|
760
|
-
"dependents": [
|
|
761
|
-
"/src/adapters/ws.ts",
|
|
762
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
763
|
-
],
|
|
763
|
+
"dependents": [],
|
|
764
764
|
"percent": 0,
|
|
765
765
|
"reduction": 100
|
|
766
766
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-5851-take-two.485+12edd65f5",
|
|
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": "12edd65f58886c26fd4539484e12fb2f507556cb"
|
|
153
153
|
}
|