@graphcommerce/magento-payment-multisafepay 7.0.1-canary.8 → 7.0.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 +16 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-multisafepay
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
## 7.0.1-canary.15
|
|
6
|
+
|
|
7
|
+
## 7.0.1-canary.14
|
|
8
|
+
|
|
9
|
+
## 7.0.1-canary.13
|
|
10
|
+
|
|
11
|
+
## 7.0.1-canary.12
|
|
12
|
+
|
|
13
|
+
## 7.0.1-canary.11
|
|
14
|
+
|
|
15
|
+
## 7.0.1-canary.10
|
|
16
|
+
|
|
17
|
+
## 7.0.1-canary.9
|
|
18
|
+
|
|
3
19
|
## 7.0.1-canary.8
|
|
4
20
|
|
|
5
21
|
## 7.0.1-canary.7
|
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": "7.0.1
|
|
5
|
+
"version": "7.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/next-ui": "7.0.1
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "7.0.1
|
|
17
|
-
"@graphcommerce/magento-cart-shipping-address": "7.0.1
|
|
18
|
-
"@graphcommerce/magento-product": "7.0.1
|
|
19
|
-
"@graphcommerce/magento-product-configurable": "7.0.1
|
|
20
|
-
"@graphcommerce/prettier-config-pwa": "7.0.1
|
|
21
|
-
"@graphcommerce/typescript-config-pwa": "7.0.1
|
|
15
|
+
"@graphcommerce/next-ui": "7.0.1",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "7.0.1",
|
|
17
|
+
"@graphcommerce/magento-cart-shipping-address": "7.0.1",
|
|
18
|
+
"@graphcommerce/magento-product": "7.0.1",
|
|
19
|
+
"@graphcommerce/magento-product-configurable": "7.0.1",
|
|
20
|
+
"@graphcommerce/prettier-config-pwa": "7.0.1",
|
|
21
|
+
"@graphcommerce/typescript-config-pwa": "7.0.1"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@graphcommerce/ecommerce-ui": "7.0.1
|
|
25
|
-
"@graphcommerce/graphql": "7.0.1
|
|
26
|
-
"@graphcommerce/graphql-mesh": "7.0.1
|
|
27
|
-
"@graphcommerce/image": "7.0.1
|
|
28
|
-
"@graphcommerce/magento-cart": "7.0.1
|
|
29
|
-
"@graphcommerce/magento-cart-checkout": "7.0.1
|
|
30
|
-
"@graphcommerce/magento-cart-payment-method": "7.0.1
|
|
31
|
-
"@graphcommerce/magento-store": "7.0.1
|
|
32
|
-
"@graphcommerce/next-ui": "7.0.1
|
|
33
|
-
"@graphcommerce/react-hook-form": "7.0.1
|
|
24
|
+
"@graphcommerce/ecommerce-ui": "7.0.1",
|
|
25
|
+
"@graphcommerce/graphql": "7.0.1",
|
|
26
|
+
"@graphcommerce/graphql-mesh": "7.0.1",
|
|
27
|
+
"@graphcommerce/image": "7.0.1",
|
|
28
|
+
"@graphcommerce/magento-cart": "7.0.1",
|
|
29
|
+
"@graphcommerce/magento-cart-checkout": "7.0.1",
|
|
30
|
+
"@graphcommerce/magento-cart-payment-method": "7.0.1",
|
|
31
|
+
"@graphcommerce/magento-store": "7.0.1",
|
|
32
|
+
"@graphcommerce/next-ui": "7.0.1",
|
|
33
|
+
"@graphcommerce/react-hook-form": "7.0.1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@lingui/react": "^4.2.1",
|