@trpc/server 11.0.0-alpha-tmp-query-optoins-codemod.714 → 11.0.0-alpha-tmp-query-optoins-codemod.720
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
|
@@ -951,6 +951,16 @@
|
|
|
951
951
|
"percent": 0,
|
|
952
952
|
"reduction": 100
|
|
953
953
|
},
|
|
954
|
+
{
|
|
955
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
956
|
+
"size": 0,
|
|
957
|
+
"origSize": 64,
|
|
958
|
+
"renderedExports": [],
|
|
959
|
+
"removedExports": [],
|
|
960
|
+
"dependents": [],
|
|
961
|
+
"percent": 0,
|
|
962
|
+
"reduction": 100
|
|
963
|
+
},
|
|
954
964
|
{
|
|
955
965
|
"id": "/src/adapters/node-http/index.ts",
|
|
956
966
|
"size": 0,
|
|
@@ -966,16 +976,6 @@
|
|
|
966
976
|
],
|
|
967
977
|
"percent": 0,
|
|
968
978
|
"reduction": 100
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
972
|
-
"size": 0,
|
|
973
|
-
"origSize": 64,
|
|
974
|
-
"renderedExports": [],
|
|
975
|
-
"removedExports": [],
|
|
976
|
-
"dependents": [],
|
|
977
|
-
"percent": 0,
|
|
978
|
-
"reduction": 100
|
|
979
979
|
}
|
|
980
980
|
],
|
|
981
981
|
"moduleCount": 63
|
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.720+3083058f9",
|
|
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": "3083058f9567ee136c0dc5add924b6272e66dc68"
|
|
156
156
|
}
|