@graphcommerce/magento-cart-payment-method 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 AvailablePaymentMethod on AvailablePaymentMethod @injectable {
1
+ fragment AvailablePaymentMethod on AvailablePaymentMethod {
2
2
  code
3
3
  title
4
4
  }
@@ -1,4 +1,4 @@
1
- fragment PaymentMethodContext on Cart @injectable {
1
+ fragment PaymentMethodContext on Cart {
2
2
  id
3
3
  available_payment_methods {
4
4
  ...AvailablePaymentMethod
@@ -1,4 +1,4 @@
1
- fragment PaymentMethodUpdated on Cart @injectable {
1
+ fragment PaymentMethodUpdated on Cart {
2
2
  id
3
3
  selected_payment_method {
4
4
  ...SelectedPaymentMethod
@@ -1,4 +1,4 @@
1
- fragment SelectedPaymentMethod on SelectedPaymentMethod @injectable {
1
+ fragment SelectedPaymentMethod on SelectedPaymentMethod {
2
2
  code
3
3
  title
4
4
  }
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
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-payment-method",
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,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.23",
16
- "@graphcommerce/framer-scroller": "^8.1.0-canary.23",
17
- "@graphcommerce/graphql": "^8.1.0-canary.23",
18
- "@graphcommerce/image": "^8.1.0-canary.23",
19
- "@graphcommerce/magento-cart": "^8.1.0-canary.23",
20
- "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.23",
21
- "@graphcommerce/magento-store": "^8.1.0-canary.23",
22
- "@graphcommerce/next-ui": "^8.1.0-canary.23",
23
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.23",
24
- "@graphcommerce/react-hook-form": "^8.1.0-canary.23",
25
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.23",
15
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.24",
16
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.24",
17
+ "@graphcommerce/graphql": "^8.1.0-canary.24",
18
+ "@graphcommerce/image": "^8.1.0-canary.24",
19
+ "@graphcommerce/magento-cart": "^8.1.0-canary.24",
20
+ "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.24",
21
+ "@graphcommerce/magento-store": "^8.1.0-canary.24",
22
+ "@graphcommerce/next-ui": "^8.1.0-canary.24",
23
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.24",
24
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.24",
25
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.24",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",