@graphcommerce/hygraph-cli 7.0.0-canary.13 → 7.0.0-canary.21

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 +22 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,8 +1,28 @@
1
1
  # @graphcommerce/hygraph-cli
2
2
 
3
- ## 7.0.0-canary.13
3
+ ## 7.0.0-canary.21
4
4
 
5
- ## 7.0.0-canary.12
5
+ ## 6.2.0-canary.20
6
+
7
+ ## 6.2.0-canary.19
8
+
9
+ ## 6.2.0-canary.18
10
+
11
+ ## 6.2.0-canary.17
12
+
13
+ ## 6.2.0-canary.16
14
+
15
+ ## 6.2.0-canary.15
16
+
17
+ ## 6.2.0-canary.14
18
+
19
+ ## 6.2.0-canary.13
20
+
21
+ ### Patch Changes
22
+
23
+ - [#1924](https://github.com/graphcommerce-org/graphcommerce/pull/1924) [`04581f619`](https://github.com/graphcommerce-org/graphcommerce/commit/04581f619c609f2f6ca5268ee5effb6a1db3f0eb) - Use the latest branch from graphql-mesh so that all versions are in sync ([@paales](https://github.com/paales))
24
+
25
+ ## 6.2.0-canary.12
6
26
 
7
27
  ## 6.2.0-canary.11
8
28
 
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": "7.0.0-canary.13",
5
+ "version": "7.0.0-canary.21",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -14,19 +14,19 @@
14
14
  "main": "dist/index.js",
15
15
  "types": "src/index.ts",
16
16
  "dependencies": {
17
- "@graphcommerce/next-config": "7.0.0-canary.13",
17
+ "@graphcommerce/next-config": "7.0.0-canary.21",
18
18
  "@graphql-codegen/cli": "3.2.2",
19
- "@graphql-mesh/cli": "0.82.25",
20
- "@graphql-mesh/types": "0.91.7",
21
- "@graphql-mesh/utils": "0.43.15",
19
+ "@graphql-mesh/cli": "latest",
20
+ "@graphql-mesh/types": "latest",
21
+ "@graphql-mesh/utils": "latest",
22
22
  "@hygraph/management-sdk": "^1.1.2-alpha.1",
23
23
  "graphql": "16.6.0",
24
24
  "graphql-tag": "^2.12.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@graphcommerce/eslint-config-pwa": "7.0.0-canary.13",
28
- "@graphcommerce/prettier-config-pwa": "7.0.0-canary.13",
29
- "@graphcommerce/typescript-config-pwa": "7.0.0-canary.13",
27
+ "@graphcommerce/eslint-config-pwa": "7.0.0-canary.21",
28
+ "@graphcommerce/prettier-config-pwa": "7.0.0-canary.21",
29
+ "@graphcommerce/typescript-config-pwa": "7.0.0-canary.21",
30
30
  "typescript": "4.9.5"
31
31
  },
32
32
  "sideEffects": false,