@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.476 → 11.0.0-alpha-tmp-issues-5851-take-two.477
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
|
@@ -742,25 +742,25 @@
|
|
|
742
742
|
"reduction": 100
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
|
-
"id": "/src/
|
|
745
|
+
"id": "/src/shared.ts",
|
|
746
746
|
"size": 0,
|
|
747
|
-
"origSize":
|
|
747
|
+
"origSize": 653,
|
|
748
748
|
"renderedExports": [],
|
|
749
749
|
"removedExports": [],
|
|
750
|
-
"dependents": [
|
|
751
|
-
"/src/adapters/ws.ts",
|
|
752
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
753
|
-
],
|
|
750
|
+
"dependents": [],
|
|
754
751
|
"percent": 0,
|
|
755
752
|
"reduction": 100
|
|
756
753
|
},
|
|
757
754
|
{
|
|
758
|
-
"id": "/src/
|
|
755
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
759
756
|
"size": 0,
|
|
760
|
-
"origSize":
|
|
757
|
+
"origSize": 2244,
|
|
761
758
|
"renderedExports": [],
|
|
762
759
|
"removedExports": [],
|
|
763
|
-
"dependents": [
|
|
760
|
+
"dependents": [
|
|
761
|
+
"/src/adapters/ws.ts",
|
|
762
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
763
|
+
],
|
|
764
764
|
"percent": 0,
|
|
765
765
|
"reduction": 100
|
|
766
766
|
},
|
|
@@ -814,8 +814,8 @@
|
|
|
814
814
|
"removedExports": [],
|
|
815
815
|
"dependents": [
|
|
816
816
|
"/src/adapters/express.ts",
|
|
817
|
-
"/src/adapters/standalone.ts",
|
|
818
817
|
"/src/adapters/next.ts",
|
|
818
|
+
"/src/adapters/standalone.ts",
|
|
819
819
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
820
820
|
],
|
|
821
821
|
"percent": 0,
|
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.477+1bb740385",
|
|
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": "1bb7403859d3cc30d446da446f9774fc840a3893"
|
|
153
153
|
}
|