@graphcommerce/cli 8.1.0-canary.3 → 8.1.0-canary.31

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 CHANGED
@@ -1,8 +1,115 @@
1
1
  # @graphcommerce/cli
2
2
 
3
- ## 8.1.0-canary.3
3
+ ## 8.1.0-canary.31
4
4
 
5
- ## 8.1.0-canary.2
5
+ ## 8.1.0-canary.30
6
+
7
+ ## 8.1.0-canary.29
8
+
9
+ ## 8.1.0-canary.28
10
+
11
+ ## 8.1.0-canary.27
12
+
13
+ ## 8.1.0-canary.26
14
+
15
+ ## 8.1.0-canary.25
16
+
17
+ ## 8.1.0-canary.24
18
+
19
+ ## 8.1.0-canary.23
20
+
21
+ ## 8.1.0-canary.22
22
+
23
+ ## 8.1.0-canary.21
24
+
25
+ ## 8.1.0-canary.20
26
+
27
+ ## 8.1.0-canary.19
28
+
29
+ ## 8.1.0-canary.18
30
+
31
+ ## 8.1.0-canary.17
32
+
33
+ ## 8.1.0-canary.16
34
+
35
+ ## 8.1.0-canary.15
36
+
37
+ ## 8.1.0-canary.14
38
+
39
+ ## 8.1.0-canary.13
40
+
41
+ ## 8.1.0-canary.12
42
+
43
+ ## 8.1.0-canary.11
44
+
45
+ ## 8.1.0-canary.10
46
+
47
+ ## 8.1.0-canary.9
48
+
49
+ ## 8.1.0-canary.8
50
+
51
+ ### Patch Changes
52
+
53
+ - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`cfc0f4e`](https://github.com/graphcommerce-org/graphcommerce/commit/cfc0f4e015f3b3a7348b882eb7440222b3e26a07) - Make sure the interceptors are generated before the typecheck is ran.
54
+ ([@paales](https://github.com/paales))
55
+
56
+ ## 8.1.0-canary.7
57
+
58
+ ## 8.1.0-canary.6
59
+
60
+ ## 8.1.0-canary.5
61
+
62
+ ## 8.0.6-canary.4
63
+
64
+ ## 8.0.6-canary.3
65
+
66
+ ## 8.0.6-canary.2
67
+
68
+ ## 8.0.6-canary.1
69
+
70
+ ## 8.0.6-canary.0
71
+
72
+ ## 8.0.5
73
+
74
+ ## 8.0.5-canary.10
75
+
76
+ ## 8.0.5-canary.9
77
+
78
+ ## 8.0.5-canary.8
79
+
80
+ ## 8.0.5-canary.7
81
+
82
+ ## 8.0.5-canary.6
83
+
84
+ ## 8.0.5-canary.5
85
+
86
+ ## 8.0.5-canary.4
87
+
88
+ ## 8.0.5-canary.3
89
+
90
+ ## 8.0.5-canary.2
91
+
92
+ ## 8.0.5-canary.1
93
+
94
+ ## 8.0.5-canary.0
95
+
96
+ ## 8.0.4
97
+
98
+ ## 8.0.4-canary.1
99
+
100
+ ## 8.0.4-canary.0
101
+
102
+ ## 8.0.3
103
+
104
+ ## 8.0.3-canary.6
105
+
106
+ ## 8.0.3-canary.5
107
+
108
+ ## 8.0.3-canary.4
109
+
110
+ ## 8.0.3-canary.3
111
+
112
+ ## 8.0.3-canary.2
6
113
 
7
114
  ## 8.0.3-canary.1
8
115
 
@@ -25,6 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  const commands = {
27
27
  'codegen-config': () => Promise.resolve().then(() => __importStar(require('@graphcommerce/next-config'))).then((m) => m.generateConfig),
28
+ 'codegen-interceptors': () => Promise.resolve().then(() => __importStar(require('@graphcommerce/next-config'))).then((m) => m.codegenInterceptors),
28
29
  'export-config': () => Promise.resolve().then(() => __importStar(require('@graphcommerce/next-config'))).then((m) => m.exportConfig),
29
30
  'hygraph-migrate': () => Promise.resolve().then(() => __importStar(require('@graphcommerce/hygraph-cli'))).then((m) => m.migrateHygraph),
30
31
  };
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.1.0-canary.3",
5
+ "version": "8.1.0-canary.31",
6
6
  "scripts": {
7
7
  "dev": "tsc --preserveWatchOutput --watch",
8
8
  "build": "tsc",
@@ -32,17 +32,17 @@
32
32
  "@graphql-tools/utils": "^10.0.12",
33
33
  "cosmiconfig": "^8.3.6",
34
34
  "detect-package-manager": "^3.0.1",
35
- "graphql-codegen-typescript-validation-schema": "^0.12.1",
35
+ "graphql-codegen-typescript-validation-schema": "^0.14.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.1.0-canary.3",
42
- "@graphcommerce/hygraph-cli": "^8.1.0-canary.3",
43
- "@graphcommerce/next-config": "^8.1.0-canary.3",
44
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.3",
45
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.3",
41
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.31",
42
+ "@graphcommerce/hygraph-cli": "^8.1.0-canary.31",
43
+ "@graphcommerce/next-config": "^8.1.0-canary.31",
44
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.31",
45
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.31",
46
46
  "graphql": "^16.7.1",
47
47
  "react": "^18.2.0"
48
48
  },
@@ -2,6 +2,8 @@
2
2
 
3
3
  const commands = {
4
4
  'codegen-config': () => import('@graphcommerce/next-config').then((m) => m.generateConfig),
5
+ 'codegen-interceptors': () =>
6
+ import('@graphcommerce/next-config').then((m) => m.codegenInterceptors),
5
7
  'export-config': () => import('@graphcommerce/next-config').then((m) => m.exportConfig),
6
8
  'hygraph-migrate': () => import('@graphcommerce/hygraph-cli').then((m) => m.migrateHygraph),
7
9
  }