@graphcommerce/cli 8.0.0-canary.40 → 8.0.0-canary.69
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 +48 -2
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,54 @@
|
|
|
1
1
|
# @graphcommerce/cli
|
|
2
2
|
|
|
3
|
-
## 8.0.0-canary.
|
|
3
|
+
## 8.0.0-canary.69
|
|
4
4
|
|
|
5
|
-
## 7.1.0-canary.
|
|
5
|
+
## 7.1.0-canary.68
|
|
6
|
+
|
|
7
|
+
## 7.1.0-canary.67
|
|
8
|
+
|
|
9
|
+
## 7.1.0-canary.66
|
|
10
|
+
|
|
11
|
+
## 7.1.0-canary.65
|
|
12
|
+
|
|
13
|
+
## 7.1.0-canary.64
|
|
14
|
+
|
|
15
|
+
## 7.1.0-canary.63
|
|
16
|
+
|
|
17
|
+
## 7.1.0-canary.62
|
|
18
|
+
|
|
19
|
+
## 7.1.0-canary.61
|
|
20
|
+
|
|
21
|
+
## 7.1.0-canary.60
|
|
22
|
+
|
|
23
|
+
## 7.1.0-canary.59
|
|
24
|
+
|
|
25
|
+
## 7.1.0-canary.58
|
|
26
|
+
|
|
27
|
+
## 7.1.0-canary.57
|
|
28
|
+
|
|
29
|
+
## 7.1.0-canary.56
|
|
30
|
+
|
|
31
|
+
## 7.1.0-canary.55
|
|
32
|
+
|
|
33
|
+
## 7.1.0-canary.54
|
|
34
|
+
|
|
35
|
+
## 7.1.0-canary.53
|
|
36
|
+
|
|
37
|
+
## 7.1.0-canary.52
|
|
38
|
+
|
|
39
|
+
## 7.1.0-canary.51
|
|
40
|
+
|
|
41
|
+
## 7.1.0-canary.50
|
|
42
|
+
|
|
43
|
+
## 7.1.0-canary.49
|
|
44
|
+
|
|
45
|
+
## 7.1.0-canary.48
|
|
46
|
+
|
|
47
|
+
## 7.1.0-canary.47
|
|
48
|
+
|
|
49
|
+
## 7.1.0-canary.46
|
|
50
|
+
|
|
51
|
+
## 7.1.0-canary.45
|
|
6
52
|
|
|
7
53
|
## 7.1.0-canary.38
|
|
8
54
|
|
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": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.69",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "tsc --preserveWatchOutput --watch",
|
|
8
8
|
"build": "tsc",
|
|
@@ -29,23 +29,22 @@
|
|
|
29
29
|
"@graphql-mesh/store": "latest",
|
|
30
30
|
"@graphql-mesh/types": "latest",
|
|
31
31
|
"@graphql-mesh/utils": "latest",
|
|
32
|
-
"@graphql-tools/utils": "^10.0.
|
|
32
|
+
"@graphql-tools/utils": "^10.0.11",
|
|
33
33
|
"cosmiconfig": "^8.3.6",
|
|
34
34
|
"detect-package-manager": "^3.0.1",
|
|
35
|
-
"graphql-codegen-typescript-validation-schema": "^0.12.
|
|
35
|
+
"graphql-codegen-typescript-validation-schema": "^0.12.1",
|
|
36
36
|
"graphql-tag": "^2.12.6",
|
|
37
37
|
"rimraf": "^5.0.5",
|
|
38
38
|
"tslib": "^2.6.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@graphcommerce/eslint-config-pwa": "8.0.0-canary.
|
|
42
|
-
"@graphcommerce/hygraph-cli": "8.0.0-canary.
|
|
43
|
-
"@graphcommerce/next-config": "8.0.0-canary.
|
|
44
|
-
"@graphcommerce/prettier-config-pwa": "8.0.0-canary.
|
|
45
|
-
"@graphcommerce/typescript-config-pwa": "8.0.0-canary.
|
|
41
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.69",
|
|
42
|
+
"@graphcommerce/hygraph-cli": "^8.0.0-canary.69",
|
|
43
|
+
"@graphcommerce/next-config": "^8.0.0-canary.69",
|
|
44
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.69",
|
|
45
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.69",
|
|
46
46
|
"graphql": "^16.7.1",
|
|
47
|
-
"react": "^18.2.0"
|
|
48
|
-
"typescript": "5.2.2"
|
|
47
|
+
"react": "^18.2.0"
|
|
49
48
|
},
|
|
50
49
|
"sideEffects": false,
|
|
51
50
|
"prettier": "@graphcommerce/prettier-config-pwa",
|