@graphcommerce/cli 9.0.0-canary.114 → 9.0.0-canary.116
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/CHANGELOG.md +4 -0
- package/package.json +19 -27
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/cli",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.116",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pkgroll --watch",
|
|
8
8
|
"build": "pkgroll",
|
|
@@ -10,42 +10,34 @@
|
|
|
10
10
|
},
|
|
11
11
|
"type": "module",
|
|
12
12
|
"bin": {
|
|
13
|
-
"gql-
|
|
14
|
-
"
|
|
13
|
+
"gc-gql-codegen": "dist/bin/codegen.js",
|
|
14
|
+
"gc-mesh": "dist/bin/mesh.js",
|
|
15
15
|
"graphcommerce": "dist/bin/graphcommerce.js",
|
|
16
|
-
"
|
|
17
|
-
"graphql-codegen": "dist/bin/codegen.js",
|
|
18
|
-
"graphql-mesh": "dist/bin/mesh.js",
|
|
19
|
-
"is-monorepo": "dist/bin/is-monorepo.js",
|
|
20
|
-
"mesh": "dist/bin/mesh.js"
|
|
16
|
+
"is-monorepo": "dist/bin/is-monorepo.js"
|
|
21
17
|
},
|
|
22
18
|
"dependencies": {
|
|
23
19
|
"@graphql-codegen/cli": "5.0.3",
|
|
24
|
-
"@graphql-mesh/cli": "latest",
|
|
25
|
-
"@graphql-mesh/cross-helpers": "latest",
|
|
26
|
-
"@graphql-mesh/runtime": "latest",
|
|
27
|
-
"@graphql-mesh/store": "latest",
|
|
28
|
-
"@graphql-mesh/types": "latest",
|
|
29
|
-
"@graphql-mesh/utils": "latest",
|
|
30
|
-
"@graphql-tools/utils": "^10.6.0",
|
|
31
20
|
"cosmiconfig": "^8.3.6",
|
|
32
21
|
"detect-package-manager": "^3.0.2",
|
|
33
|
-
"dotenv": "16.4.
|
|
34
|
-
"graphql": "^16.
|
|
22
|
+
"dotenv": "16.4.7",
|
|
23
|
+
"graphql": "^16.10.0",
|
|
35
24
|
"graphql-codegen-typescript-validation-schema": "^0.17.0",
|
|
36
25
|
"graphql-tag": "^2.12.6",
|
|
37
26
|
"rimraf": "^5.0.10",
|
|
38
|
-
"tslib": "^2.
|
|
39
|
-
"tsx": "^4.19.
|
|
40
|
-
"yaml": "2.
|
|
27
|
+
"tslib": "^2.8.1",
|
|
28
|
+
"tsx": "^4.19.2",
|
|
29
|
+
"yaml": "2.6.1"
|
|
41
30
|
},
|
|
42
31
|
"peerDependencies": {
|
|
43
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
44
|
-
"@graphcommerce/graphql-mesh": "^9.0.0-canary.
|
|
45
|
-
"@graphcommerce/hygraph-cli": "^9.0.0-canary.
|
|
46
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
47
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
48
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
32
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.116",
|
|
33
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.116",
|
|
34
|
+
"@graphcommerce/hygraph-cli": "^9.0.0-canary.116",
|
|
35
|
+
"@graphcommerce/next-config": "^9.0.0-canary.116",
|
|
36
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.116",
|
|
37
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.116",
|
|
38
|
+
"@graphql-mesh/cli": "*",
|
|
39
|
+
"@graphql-mesh/types": "*",
|
|
40
|
+
"@graphql-mesh/utils": "*",
|
|
49
41
|
"react": "^18.2.0"
|
|
50
42
|
},
|
|
51
43
|
"sideEffects": false,
|
|
@@ -60,6 +52,6 @@
|
|
|
60
52
|
}
|
|
61
53
|
},
|
|
62
54
|
"devDependencies": {
|
|
63
|
-
"pkgroll": "^2.5.
|
|
55
|
+
"pkgroll": "^2.5.1"
|
|
64
56
|
}
|
|
65
57
|
}
|