@graphcommerce/magento-payment-multisafepay 9.0.3 → 9.0.4-canary.1

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,16 +1,8 @@
1
1
  # @graphcommerce/magento-payment-multisafepay
2
2
 
3
- ## 9.0.3
3
+ ## 9.0.4-canary.1
4
4
 
5
- ## 9.0.3-canary.0
6
-
7
- ## 9.0.2
8
-
9
- ## 9.0.2-canary.0
10
-
11
- ## 9.0.1
12
-
13
- ## 9.0.1-canary.1
5
+ ## 9.0.4-canary.0
14
6
 
15
7
  ## 9.0.0
16
8
 
@@ -6,7 +6,7 @@ import {
6
6
  } from '@graphcommerce/ecommerce-ui'
7
7
  import { useFormGqlMutationCart } from '@graphcommerce/magento-cart'
8
8
  import type { PaymentOptionsProps } from '@graphcommerce/magento-cart-payment-method'
9
- import { FormRow, filterNonNullableKeys } from '@graphcommerce/next-ui'
9
+ import { filterNonNullableKeys, FormRow } from '@graphcommerce/next-ui'
10
10
  import { i18n } from '@lingui/core'
11
11
  import { MSPPaymentOptionsDocument } from './MSPPaymentOptions.gql'
12
12
 
@@ -9,7 +9,6 @@ import {
9
9
  usePaymentMethodContext,
10
10
  } from '@graphcommerce/magento-cart-payment-method'
11
11
  import { ErrorSnackbar } from '@graphcommerce/next-ui'
12
- import { t } from '@lingui/macro'
13
12
  import { useRouter } from 'next/router'
14
13
  import { useMSPCartLock } from '../../hooks/useMSPCartLock'
15
14
  import { MSPPaymentHandlerDocument } from '../MSPPaymentHandler/MSPPaymentHandler.gql'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-multisafepay",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.3",
5
+ "version": "9.0.4-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.3",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.3",
17
- "@graphcommerce/graphql": "^9.0.3",
18
- "@graphcommerce/graphql-mesh": "^9.0.3",
19
- "@graphcommerce/image": "^9.0.3",
20
- "@graphcommerce/magento-cart": "^9.0.3",
21
- "@graphcommerce/magento-cart-checkout": "^9.0.3",
22
- "@graphcommerce/magento-cart-payment-method": "^9.0.3",
23
- "@graphcommerce/magento-cart-shipping-address": "^9.0.3",
24
- "@graphcommerce/magento-product": "^9.0.3",
25
- "@graphcommerce/magento-product-configurable": "^9.0.3",
26
- "@graphcommerce/magento-store": "^9.0.3",
27
- "@graphcommerce/next-ui": "^9.0.3",
28
- "@graphcommerce/prettier-config-pwa": "^9.0.3",
29
- "@graphcommerce/react-hook-form": "^9.0.3",
30
- "@graphcommerce/typescript-config-pwa": "^9.0.3",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4-canary.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.1",
17
+ "@graphcommerce/graphql": "^9.0.4-canary.1",
18
+ "@graphcommerce/graphql-mesh": "^9.0.4-canary.1",
19
+ "@graphcommerce/image": "^9.0.4-canary.1",
20
+ "@graphcommerce/magento-cart": "^9.0.4-canary.1",
21
+ "@graphcommerce/magento-cart-checkout": "^9.0.4-canary.1",
22
+ "@graphcommerce/magento-cart-payment-method": "^9.0.4-canary.1",
23
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.4-canary.1",
24
+ "@graphcommerce/magento-product": "^9.0.4-canary.1",
25
+ "@graphcommerce/magento-product-configurable": "^9.0.4-canary.1",
26
+ "@graphcommerce/magento-store": "^9.0.4-canary.1",
27
+ "@graphcommerce/next-ui": "^9.0.4-canary.1",
28
+ "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.1",
29
+ "@graphcommerce/react-hook-form": "^9.0.4-canary.1",
30
+ "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.1",
31
31
  "@lingui/core": "^4.2.1",
32
32
  "@lingui/macro": "^4.2.1",
33
33
  "@lingui/react": "^4.2.1",