@trpc/server 11.0.0-alpha-tmp-issues-6374.697 → 11.0.0-alpha-tmp-issues-6374.699
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 +11 -11
- package/package.json +2 -2
|
@@ -868,16 +868,6 @@
|
|
|
868
868
|
"percent": 0,
|
|
869
869
|
"reduction": 100
|
|
870
870
|
},
|
|
871
|
-
{
|
|
872
|
-
"id": "/src/shared.ts",
|
|
873
|
-
"size": 0,
|
|
874
|
-
"origSize": 653,
|
|
875
|
-
"renderedExports": [],
|
|
876
|
-
"removedExports": [],
|
|
877
|
-
"dependents": [],
|
|
878
|
-
"percent": 0,
|
|
879
|
-
"reduction": 100
|
|
880
|
-
},
|
|
881
871
|
{
|
|
882
872
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
883
873
|
"size": 0,
|
|
@@ -889,13 +879,23 @@
|
|
|
889
879
|
"/src/adapters/next.ts",
|
|
890
880
|
"/src/adapters/standalone.ts",
|
|
891
881
|
"/src/adapters/ws.ts",
|
|
892
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
893
882
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
883
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
894
884
|
"/src/adapters/node-http/writeResponse.ts"
|
|
895
885
|
],
|
|
896
886
|
"percent": 0,
|
|
897
887
|
"reduction": 100
|
|
898
888
|
},
|
|
889
|
+
{
|
|
890
|
+
"id": "/src/shared.ts",
|
|
891
|
+
"size": 0,
|
|
892
|
+
"origSize": 653,
|
|
893
|
+
"renderedExports": [],
|
|
894
|
+
"removedExports": [],
|
|
895
|
+
"dependents": [],
|
|
896
|
+
"percent": 0,
|
|
897
|
+
"reduction": 100
|
|
898
|
+
},
|
|
899
899
|
{
|
|
900
900
|
"id": "/src/adapters/next-app-dir.ts",
|
|
901
901
|
"size": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-issues-6374.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-6374.699+a6cc2faf0",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "a6cc2faf0b0a4c8c8dac9319896dd18ad1e5013a"
|
|
156
156
|
}
|