@graphcommerce/next-config 8.1.0-canary.44 → 8.1.0-canary.45

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.45
4
+
3
5
  ## 8.1.0-canary.44
4
6
 
5
7
  ## 8.1.0-canary.43
@@ -211,6 +211,22 @@ it('finds plugins', () => {
211
211
  "targetModule": "@graphcommerce/graphql",
212
212
  "type": "component",
213
213
  },
214
+ {
215
+ "enabled": true,
216
+ "sourceExport": "getInContextInput",
217
+ "sourceModule": "@graphcommerce/magento-customer/plugins/magentoCustomerGetInContext",
218
+ "targetExport": "getInContextInput",
219
+ "targetModule": "@graphcommerce/graphql",
220
+ "type": "function",
221
+ },
222
+ {
223
+ "enabled": true,
224
+ "sourceExport": "useInContextInput",
225
+ "sourceModule": "@graphcommerce/magento-customer/plugins/magentoCustomerGetInContext",
226
+ "targetExport": "useInContextInput",
227
+ "targetModule": "@graphcommerce/graphql",
228
+ "type": "function",
229
+ },
214
230
  {
215
231
  "enabled": true,
216
232
  "sourceExport": "GraphQLProvider",
@@ -386,15 +402,6 @@ it('finds plugins', () => {
386
402
  "targetModule": "@graphcommerce/magento-recently-viewed-products",
387
403
  "type": "component",
388
404
  },
389
- {
390
- "enabled": false,
391
- "ifConfig": "demoMode",
392
- "sourceExport": "Plugin",
393
- "sourceModule": "@graphcommerce/demo-magento-graphcommerce/plugins/demo/DemoProductListItemsBase",
394
- "targetExport": "ProductListItemsBase",
395
- "targetModule": "@graphcommerce/magento-product",
396
- "type": "component",
397
- },
398
405
  {
399
406
  "enabled": false,
400
407
  "ifConfig": "demoMode",
@@ -404,15 +411,6 @@ it('finds plugins', () => {
404
411
  "targetModule": "@graphcommerce/magento-product-configurable",
405
412
  "type": "component",
406
413
  },
407
- {
408
- "enabled": false,
409
- "ifConfig": "demoMode",
410
- "sourceExport": "Plugin",
411
- "sourceModule": "@graphcommerce/demo-magento-graphcommerce/plugins/demo/DemoProductListItem",
412
- "targetExport": "ProductListItem",
413
- "targetModule": "@graphcommerce/magento-product",
414
- "type": "component",
415
- },
416
414
  {
417
415
  "enabled": false,
418
416
  "ifConfig": "previewSecret",
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": "8.1.0-canary.44",
5
+ "version": "8.1.0-canary.45",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "src/index.ts",