@graphql-mesh/migrate-config-cli 1.6.20-alpha-20250922151901-2100ea6ff399fc0053cc422e3cc6ab17fe79be1c → 1.7.0-alpha-20251014113438-31059ca3d9020d53f08d8d81801965899cecbd27
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 +6 -6
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/migrate-config-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-alpha-20251014113438-31059ca3d9020d53f08d8d81801965899cecbd27",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@graphql-mesh/cli": "0.100.
|
|
10
|
-
"@graphql-mesh/compose-cli": "1.
|
|
11
|
-
"@graphql-mesh/config": "0.108.
|
|
12
|
-
"@graphql-mesh/types": "0.104.
|
|
13
|
-
"@graphql-mesh/utils": "0.104.
|
|
9
|
+
"@graphql-mesh/cli": "^0.100.14",
|
|
10
|
+
"@graphql-mesh/compose-cli": "1.5.0-alpha-20251014113438-31059ca3d9020d53f08d8d81801965899cecbd27",
|
|
11
|
+
"@graphql-mesh/config": "^0.108.14",
|
|
12
|
+
"@graphql-mesh/types": "^0.104.13",
|
|
13
|
+
"@graphql-mesh/utils": "^0.104.13",
|
|
14
14
|
"lodash.kebabcase": "^4.1.1",
|
|
15
15
|
"prettier": "^3.3.3",
|
|
16
16
|
"tslib": "^2.4.0"
|