@graphcommerce/next-config 9.1.0-canary.39 → 9.1.0-canary.41
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
|
@@ -580,6 +580,14 @@ it('finds plugins', () => {
|
|
|
580
580
|
"targetModule": "@graphcommerce/magento-product",
|
|
581
581
|
"type": "component",
|
|
582
582
|
},
|
|
583
|
+
{
|
|
584
|
+
"enabled": true,
|
|
585
|
+
"sourceExport": "ProductPagePriceLowest",
|
|
586
|
+
"sourceModule": "@graphcommerce/magento-product-configurable/plugins/ConfigurableProductPage/ConfigurableProductPagePriceLowest",
|
|
587
|
+
"targetExport": "ProductPagePriceLowest",
|
|
588
|
+
"targetModule": "@graphcommerce/magento-product",
|
|
589
|
+
"type": "component",
|
|
590
|
+
},
|
|
583
591
|
{
|
|
584
592
|
"enabled": true,
|
|
585
593
|
"sourceExport": "ProductPagePrice",
|
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.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.41",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./src/index.ts",
|
|
8
8
|
"exports": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"zod": "^3.24.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
46
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.41",
|
|
47
47
|
"@lingui/loader": "*",
|
|
48
48
|
"@lingui/macro": "*",
|
|
49
49
|
"@lingui/react": "*",
|