@graphql-mesh/compose-cli 1.4.11 → 1.4.12-alpha-20250718000545-68a1ddc452caec914d0befe3dc6e82a94aa1e6eb
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/compose-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.12-alpha-20250718000545-68a1ddc452caec914d0befe3dc6e82a94aa1e6eb",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@commander-js/extra-typings": "^
|
|
9
|
+
"@commander-js/extra-typings": "^14.0.0",
|
|
10
10
|
"@graphql-mesh/fusion-composition": "^0.8.10",
|
|
11
11
|
"@graphql-mesh/include": "^0.3.6",
|
|
12
12
|
"@graphql-mesh/string-interpolation": "^0.5.8",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@graphql-tools/utils": "^10.8.0",
|
|
20
20
|
"@whatwg-node/fetch": "^0.10.6",
|
|
21
21
|
"@whatwg-node/promise-helpers": "^1.0.0",
|
|
22
|
-
"commander": "^
|
|
22
|
+
"commander": "^14.0.0",
|
|
23
23
|
"dotenv": "^16.3.1"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|