@graphcommerce/next-config 9.1.0-canary.34 → 9.1.0-canary.35

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
+ ## 9.1.0-canary.35
4
+
3
5
  ## 9.1.0-canary.34
4
6
 
5
7
  ## 9.1.0-canary.33
@@ -103,6 +103,14 @@ it('finds plugins', () => {
103
103
  "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
104
104
  "type": "function",
105
105
  },
106
+ {
107
+ "enabled": true,
108
+ "sourceExport": "categoriesApplySearchDefaults",
109
+ "sourceModule": "@graphcommerce/algolia-categories/plugins/categoriesApplySearchDefaultAlgolia",
110
+ "targetExport": "categoriesApplySearchDefaults",
111
+ "targetModule": "@graphcommerce/magento-search",
112
+ "type": "function",
113
+ },
106
114
  {
107
115
  "enabled": true,
108
116
  "sourceExport": "meshConfig",
@@ -704,6 +712,14 @@ it('finds plugins', () => {
704
712
  "targetModule": "@graphcommerce/graphql",
705
713
  "type": "function",
706
714
  },
715
+ {
716
+ "enabled": true,
717
+ "sourceExport": "dataIdFromObject",
718
+ "sourceModule": "@graphcommerce/magento-graphql/plugins/magentoGraphqlConfig",
719
+ "targetExport": "dataIdFromObject",
720
+ "targetModule": "@graphcommerce/graphql",
721
+ "type": "function",
722
+ },
707
723
  {
708
724
  "enabled": true,
709
725
  "sourceExport": "meshConfig",
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.34",
5
+ "version": "9.1.0-canary.35",
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.34",
46
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.35",
47
47
  "@lingui/loader": "*",
48
48
  "@lingui/macro": "*",
49
49
  "@lingui/react": "*",