@trpc/server 11.0.0-alpha-tmp-query-optoins-codemod.673 → 11.0.0-alpha-tmp-query-optoins-codemod.676
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
2
|
+
"bundleSize": 199018,
|
|
3
|
+
"bundleOrigSize": 230679,
|
|
4
4
|
"bundleReduction": 13.73,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"id": "/src/adapters/node-http/incomingMessageToRequest.ts",
|
|
220
|
-
"size":
|
|
221
|
-
"origSize":
|
|
220
|
+
"size": 4049,
|
|
221
|
+
"origSize": 4345,
|
|
222
222
|
"renderedExports": [
|
|
223
223
|
"createURL",
|
|
224
224
|
"incomingMessageToRequest"
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
230
230
|
],
|
|
231
231
|
"percent": 2.03,
|
|
232
|
-
"reduction": 6.
|
|
232
|
+
"reduction": 6.81
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"id": "/src/observable/operators.ts",
|
|
@@ -882,9 +882,9 @@
|
|
|
882
882
|
"reduction": 100
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
|
-
"id": "/src/
|
|
885
|
+
"id": "/src/shared.ts",
|
|
886
886
|
"size": 0,
|
|
887
|
-
"origSize":
|
|
887
|
+
"origSize": 653,
|
|
888
888
|
"renderedExports": [],
|
|
889
889
|
"removedExports": [],
|
|
890
890
|
"dependents": [],
|
|
@@ -892,9 +892,9 @@
|
|
|
892
892
|
"reduction": 100
|
|
893
893
|
},
|
|
894
894
|
{
|
|
895
|
-
"id": "/src/
|
|
895
|
+
"id": "/src/rpc.ts",
|
|
896
896
|
"size": 0,
|
|
897
|
-
"origSize":
|
|
897
|
+
"origSize": 36,
|
|
898
898
|
"renderedExports": [],
|
|
899
899
|
"removedExports": [],
|
|
900
900
|
"dependents": [],
|
|
@@ -912,8 +912,8 @@
|
|
|
912
912
|
"/src/adapters/standalone.ts",
|
|
913
913
|
"/src/adapters/next.ts",
|
|
914
914
|
"/src/adapters/ws.ts",
|
|
915
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
916
915
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
916
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
917
917
|
"/src/adapters/node-http/writeResponse.ts"
|
|
918
918
|
],
|
|
919
919
|
"percent": 0,
|
|
@@ -942,9 +942,9 @@
|
|
|
942
942
|
"reduction": 100
|
|
943
943
|
},
|
|
944
944
|
{
|
|
945
|
-
"id": "/src/adapters/
|
|
945
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
946
946
|
"size": 0,
|
|
947
|
-
"origSize":
|
|
947
|
+
"origSize": 64,
|
|
948
948
|
"renderedExports": [],
|
|
949
949
|
"removedExports": [],
|
|
950
950
|
"dependents": [],
|
|
@@ -952,9 +952,9 @@
|
|
|
952
952
|
"reduction": 100
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
|
-
"id": "/src/adapters/
|
|
955
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
956
956
|
"size": 0,
|
|
957
|
-
"origSize":
|
|
957
|
+
"origSize": 78,
|
|
958
958
|
"renderedExports": [],
|
|
959
959
|
"removedExports": [],
|
|
960
960
|
"dependents": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-query-optoins-codemod.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-query-optoins-codemod.676+94b893b26",
|
|
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": "94b893b26e718cc3c4d8fdd213a840c91c309806"
|
|
156
156
|
}
|