@graphcommerce/magento-product 8.1.0-canary.50 → 8.1.0-canary.53

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,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.53
4
+
5
+ ## 8.1.0-canary.52
6
+
7
+ ## 8.1.0-canary.51
8
+
9
+ ### Minor Changes
10
+
11
+ - [#2322](https://github.com/graphcommerce-org/graphcommerce/pull/2322) [`4d08a2b`](https://github.com/graphcommerce-org/graphcommerce/commit/4d08a2bd8c1919bd85b18e8e856775d18fb67e00) - Rename configurable_customizable back to customizable_options
12
+ ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
13
+
3
14
  ## 8.1.0-canary.50
4
15
 
5
16
  ## 8.1.0-canary.49
@@ -47,10 +47,7 @@ export function findAddedItems(
47
47
  }
48
48
  }
49
49
 
50
- const customizable_options = isTypename(cartItem, ['ConfigurableCartItem'])
51
- ? cartItem.configurable_customizable
52
- : cartItem.customizable_options
53
-
50
+ const { customizable_options } = cartItem
54
51
  const matchEntered = filterNonNullableKeys(itemVariable.entered_options).every(
55
52
  (requestOption) =>
56
53
  customizable_options.find(
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.50",
5
+ "version": "8.1.0-canary.53",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,19 +18,19 @@
18
18
  "typescript": "5.3.3"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^8.1.0-canary.50",
22
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.50",
23
- "@graphcommerce/framer-next-pages": "^8.1.0-canary.50",
24
- "@graphcommerce/framer-scroller": "^8.1.0-canary.50",
25
- "@graphcommerce/graphql": "^8.1.0-canary.50",
26
- "@graphcommerce/graphql-mesh": "^8.1.0-canary.50",
27
- "@graphcommerce/image": "^8.1.0-canary.50",
28
- "@graphcommerce/magento-cart": "^8.1.0-canary.50",
29
- "@graphcommerce/magento-category": "^8.1.0-canary.50",
30
- "@graphcommerce/magento-store": "^8.1.0-canary.50",
31
- "@graphcommerce/next-ui": "^8.1.0-canary.50",
32
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.50",
33
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.50",
21
+ "@graphcommerce/ecommerce-ui": "^8.1.0-canary.53",
22
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.53",
23
+ "@graphcommerce/framer-next-pages": "^8.1.0-canary.53",
24
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.53",
25
+ "@graphcommerce/graphql": "^8.1.0-canary.53",
26
+ "@graphcommerce/graphql-mesh": "^8.1.0-canary.53",
27
+ "@graphcommerce/image": "^8.1.0-canary.53",
28
+ "@graphcommerce/magento-cart": "^8.1.0-canary.53",
29
+ "@graphcommerce/magento-category": "^8.1.0-canary.53",
30
+ "@graphcommerce/magento-store": "^8.1.0-canary.53",
31
+ "@graphcommerce/next-ui": "^8.1.0-canary.53",
32
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.53",
33
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.53",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",