@graphcommerce/cli 7.1.0-canary.9 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/package.json +18 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,113 @@
1
1
  # @graphcommerce/cli
2
2
 
3
+ ## 8.0.0-canary.69
4
+
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
52
+
53
+ ## 7.1.0-canary.38
54
+
55
+ ## 7.1.0-canary.37
56
+
57
+ ## 7.1.0-canary.36
58
+
59
+ ## 7.1.0-canary.35
60
+
61
+ ## 7.1.0-canary.34
62
+
63
+ ## 7.1.0-canary.33
64
+
65
+ ## 7.1.0-canary.32
66
+
67
+ ## 7.1.0-canary.31
68
+
69
+ ## 7.1.0-canary.30
70
+
71
+ ## 7.1.0-canary.29
72
+
73
+ ## 7.1.0-canary.28
74
+
75
+ ## 7.1.0-canary.27
76
+
77
+ ## 7.1.0-canary.26
78
+
79
+ ## 7.1.0-canary.25
80
+
81
+ ## 7.1.0-canary.24
82
+
83
+ ## 7.1.0-canary.23
84
+
85
+ ## 7.1.0-canary.22
86
+
87
+ ## 7.1.0-canary.21
88
+
89
+ ## 7.1.0-canary.20
90
+
91
+ ## 7.1.0-canary.19
92
+
93
+ ## 7.1.0-canary.18
94
+
95
+ ## 7.1.0-canary.17
96
+
97
+ ## 7.1.0-canary.16
98
+
99
+ ## 7.1.0-canary.15
100
+
101
+ ## 7.1.0-canary.14
102
+
103
+ ## 7.1.0-canary.13
104
+
105
+ ## 7.1.0-canary.12
106
+
107
+ ## 7.1.0-canary.11
108
+
109
+ ## 7.1.0-canary.10
110
+
3
111
  ## 7.1.0-canary.9
4
112
 
5
113
  ## 7.1.0-canary.8
package/package.json CHANGED
@@ -2,9 +2,7 @@
2
2
  "name": "@graphcommerce/cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.1.0-canary.9",
6
- "author": "",
7
- "license": "MIT",
5
+ "version": "8.0.0-canary.69",
8
6
  "scripts": {
9
7
  "dev": "tsc --preserveWatchOutput --watch",
10
8
  "build": "tsc",
@@ -14,18 +12,16 @@
14
12
  "main": "dist/index.js",
15
13
  "types": "src/index.ts",
16
14
  "bin": {
17
- "mesh": "dist/bin/mesh.js",
18
- "gql-mesh": "dist/bin/mesh.js",
19
- "graphql-mesh": "dist/bin/mesh.js",
20
15
  "gql-gen": "dist/bin/codegen.js",
21
- "graphql-codegen": "dist/bin/codegen.js",
16
+ "gql-mesh": "dist/bin/mesh.js",
17
+ "graphcommerce": "dist/bin/graphcommerce.js",
22
18
  "graphql-code-generator": "dist/bin/codegen.js",
19
+ "graphql-codegen": "dist/bin/codegen.js",
20
+ "graphql-mesh": "dist/bin/mesh.js",
23
21
  "is-monorepo": "dist/bin/is-monorepo.js",
24
- "graphcommerce": "dist/bin/graphcommerce.js"
22
+ "mesh": "dist/bin/mesh.js"
25
23
  },
26
24
  "dependencies": {
27
- "@graphcommerce/hygraph-cli": "7.1.0-canary.9",
28
- "@graphcommerce/next-config": "7.1.0-canary.9",
29
25
  "@graphql-codegen/cli": "5.0.0",
30
26
  "@graphql-mesh/cli": "latest",
31
27
  "@graphql-mesh/cross-helpers": "latest",
@@ -33,22 +29,22 @@
33
29
  "@graphql-mesh/store": "latest",
34
30
  "@graphql-mesh/types": "latest",
35
31
  "@graphql-mesh/utils": "latest",
36
- "cosmiconfig": "^8.2.0",
32
+ "@graphql-tools/utils": "^10.0.11",
33
+ "cosmiconfig": "^8.3.6",
37
34
  "detect-package-manager": "^3.0.1",
38
- "graphql-codegen-typescript-validation-schema": "^0.12.0",
35
+ "graphql-codegen-typescript-validation-schema": "^0.12.1",
39
36
  "graphql-tag": "^2.12.6",
40
- "rimraf": "^5.0.1",
41
- "ts-node": "^10.9.1"
37
+ "rimraf": "^5.0.5",
38
+ "tslib": "^2.6.2"
42
39
  },
43
40
  "peerDependencies": {
44
- "graphql": "^16.7.1"
45
- },
46
- "devDependencies": {
47
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.9",
48
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.9",
49
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.9",
50
- "react": "^18.2.0",
51
- "typescript": "5.2.2"
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
+ "graphql": "^16.7.1",
47
+ "react": "^18.2.0"
52
48
  },
53
49
  "sideEffects": false,
54
50
  "prettier": "@graphcommerce/prettier-config-pwa",