@graphcommerce/hygraph-cli 10.0.0-canary.65 → 10.0.0-canary.67

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,5 +1,9 @@
1
1
  # @graphcommerce/hygraph-cli
2
2
 
3
+ ## 10.0.0-canary.67
4
+
5
+ ## 10.0.0-canary.66
6
+
3
7
  ## 10.0.0-canary.65
4
8
 
5
9
  ## 10.0.0-canary.64
package/Config.graphqls CHANGED
@@ -24,7 +24,7 @@ extend input GraphCommerceConfig {
24
24
  - Delete public content views
25
25
  - Can see schema view
26
26
 
27
- ```
27
+ ```bash
28
28
  GC_HYGRAPH_WRITE_ACCESS_TOKEN="AccessTokenFromHygraph"
29
29
  yarn graphcommerce hygraph-migrate
30
30
  ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0-canary.65",
5
+ "version": "10.0.0-canary.67",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@apollo/client": "*",
28
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.65",
29
- "@graphcommerce/next-config": "^10.0.0-canary.65",
30
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.65",
31
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.65",
28
+ "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.67",
29
+ "@graphcommerce/next-config": "^10.0.0-canary.67",
30
+ "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.67",
31
+ "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.67",
32
32
  "dotenv": "^16.1.4"
33
33
  },
34
34
  "devDependencies": {