@graphcommerce/magento-cart 8.1.0-canary.23 → 8.1.0-canary.24

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.
@@ -1,4 +1,4 @@
1
- fragment CartItemCountChanged on Cart @injectable {
1
+ fragment CartItemCountChanged on Cart {
2
2
  __typename
3
3
  id
4
4
  total_quantity
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.24
4
+
3
5
  ## 8.1.0-canary.23
4
6
 
5
7
  ## 8.1.0-canary.22
@@ -1,4 +1,4 @@
1
- fragment CartStartCheckout on Cart @injectable {
1
+ fragment CartStartCheckout on Cart {
2
2
  prices {
3
3
  grand_total {
4
4
  ...Money
@@ -1,6 +1,4 @@
1
- fragment CartTotals on Cart
2
- @injectable
3
- @inject(into: ["CartItemCountChanged", "PaymentMethodUpdated"]) {
1
+ fragment CartTotals on Cart @inject(into: ["CartItemCountChanged", "PaymentMethodUpdated"]) {
4
2
  shipping_addresses {
5
3
  selected_shipping_method {
6
4
  carrier_code
@@ -1,4 +1,4 @@
1
- fragment OrderSuccesPage on Cart @injectable {
1
+ fragment OrderSuccesPage on Cart {
2
2
  ...CartItems
3
3
  ...CartTotals
4
4
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.23",
5
+ "version": "8.1.0-canary.24",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^8.1.0-canary.23",
16
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.23",
17
- "@graphcommerce/framer-next-pages": "^8.1.0-canary.23",
18
- "@graphcommerce/framer-scroller": "^8.1.0-canary.23",
19
- "@graphcommerce/framer-utils": "^8.1.0-canary.23",
20
- "@graphcommerce/graphql": "^8.1.0-canary.23",
21
- "@graphcommerce/image": "^8.1.0-canary.23",
22
- "@graphcommerce/magento-customer": "^8.1.0-canary.23",
23
- "@graphcommerce/magento-graphql": "^8.1.0-canary.23",
24
- "@graphcommerce/magento-store": "^8.1.0-canary.23",
25
- "@graphcommerce/next-ui": "^8.1.0-canary.23",
26
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.23",
27
- "@graphcommerce/react-hook-form": "^8.1.0-canary.23",
28
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.23",
15
+ "@graphcommerce/ecommerce-ui": "^8.1.0-canary.24",
16
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.24",
17
+ "@graphcommerce/framer-next-pages": "^8.1.0-canary.24",
18
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.24",
19
+ "@graphcommerce/framer-utils": "^8.1.0-canary.24",
20
+ "@graphcommerce/graphql": "^8.1.0-canary.24",
21
+ "@graphcommerce/image": "^8.1.0-canary.24",
22
+ "@graphcommerce/magento-customer": "^8.1.0-canary.24",
23
+ "@graphcommerce/magento-graphql": "^8.1.0-canary.24",
24
+ "@graphcommerce/magento-store": "^8.1.0-canary.24",
25
+ "@graphcommerce/next-ui": "^8.1.0-canary.24",
26
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.24",
27
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.24",
28
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.24",
29
29
  "@lingui/core": "^4.2.1",
30
30
  "@lingui/macro": "^4.2.1",
31
31
  "@lingui/react": "^4.2.1",