@graphcommerce/next-config 9.0.0-canary.62 → 9.0.0-canary.64

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
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.64
4
+
5
+ ## 9.0.0-canary.63
6
+
3
7
  ## 9.0.0-canary.62
4
8
 
5
9
  ## 9.0.0-canary.61
@@ -263,6 +263,14 @@ it('finds plugins', () => {
263
263
  "targetModule": "@graphcommerce/graphql",
264
264
  "type": "function",
265
265
  },
266
+ {
267
+ "enabled": true,
268
+ "sourceExport": "meshConfig",
269
+ "sourceModule": "@graphcommerce/magento-graphql-rest/plugins/meshConfigM2Rest",
270
+ "targetExport": "meshConfig",
271
+ "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
272
+ "type": "function",
273
+ },
266
274
  {
267
275
  "enabled": true,
268
276
  "sourceExport": "PaymentMethodContextProvider",
@@ -41,6 +41,7 @@ it('resolves dependences', () => {
41
41
  "@graphcommerce/magento-compare" => "packages/magento-compare",
42
42
  "@graphcommerce/magento-customer" => "packages/magento-customer",
43
43
  "@graphcommerce/magento-graphql" => "packages/magento-graphql",
44
+ "@graphcommerce/magento-graphql-rest" => "packages/magento-graphql-rest",
44
45
  "@graphcommerce/magento-newsletter" => "packages/magento-newsletter",
45
46
  "@graphcommerce/magento-payment-included" => "packages/magento-payment-included",
46
47
  "@graphcommerce/magento-product" => "packages/magento-product",
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": "9.0.0-canary.62",
5
+ "version": "9.0.0-canary.64",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "src/index.ts",