@graphcommerce/next-config 6.2.0-canary.11 → 6.2.0-canary.13
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 +8 -0
- package/package.json +2 -2
- package/src/generated/config.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.2.0-canary.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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))
|
|
8
|
+
|
|
9
|
+
## 6.2.0-canary.12
|
|
10
|
+
|
|
3
11
|
## 6.2.0-canary.11
|
|
4
12
|
|
|
5
13
|
## 6.2.0-canary.10
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-config",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.2.0-canary.
|
|
5
|
+
"version": "6.2.0-canary.13",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "src/index.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"prepack": "tsc"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@graphql-mesh/cli": "
|
|
15
|
+
"@graphql-mesh/cli": "latest",
|
|
16
16
|
"@lingui/loader": "3.17.2",
|
|
17
17
|
"@swc/core": "1.3.39",
|
|
18
18
|
"circular-dependency-plugin": "^5.2.2",
|
package/src/generated/config.ts
CHANGED
|
@@ -114,8 +114,8 @@ export type GraphCommerceConfig = {
|
|
|
114
114
|
/** Use compare functionality */
|
|
115
115
|
compare?: InputMaybe<Scalars['Boolean']>;
|
|
116
116
|
/**
|
|
117
|
-
* By default the compare feature is denoted with a 'compare
|
|
118
|
-
* This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a
|
|
117
|
+
* By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
|
|
118
|
+
* This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a CHECKBOX accompanied by the 'Compare' label
|
|
119
119
|
*/
|
|
120
120
|
compareVariant?: InputMaybe<CompareVariant>;
|
|
121
121
|
/**
|