@graphcommerce/magento-payment-braintree 6.0.2-canary.2 → 6.0.2-canary.21
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +38 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,43 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 6.0.2-canary.21
|
4
|
+
|
5
|
+
## 6.0.2-canary.20
|
6
|
+
|
7
|
+
## 6.0.2-canary.19
|
8
|
+
|
9
|
+
## 6.0.2-canary.18
|
10
|
+
|
11
|
+
## 6.0.2-canary.17
|
12
|
+
|
13
|
+
## 6.0.2-canary.16
|
14
|
+
|
15
|
+
## 6.0.2-canary.15
|
16
|
+
|
17
|
+
## 6.0.2-canary.14
|
18
|
+
|
19
|
+
## 6.0.2-canary.13
|
20
|
+
|
21
|
+
## 6.0.2-canary.12
|
22
|
+
|
23
|
+
## 6.0.2-canary.11
|
24
|
+
|
25
|
+
## 6.0.2-canary.10
|
26
|
+
|
27
|
+
## 6.0.2-canary.9
|
28
|
+
|
29
|
+
## 6.0.2-canary.8
|
30
|
+
|
31
|
+
## 6.0.2-canary.7
|
32
|
+
|
33
|
+
## 6.0.2-canary.6
|
34
|
+
|
35
|
+
## 6.0.2-canary.5
|
36
|
+
|
37
|
+
## 6.0.2-canary.4
|
38
|
+
|
39
|
+
## 6.0.2-canary.3
|
40
|
+
|
3
41
|
## 6.0.2-canary.2
|
4
42
|
|
5
43
|
## 6.0.2-canary.1
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/magento-payment-braintree",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "6.0.2-canary.
|
5
|
+
"version": "6.0.2-canary.21",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,22 +12,22 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "6.0.2-canary.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "6.0.2-canary.
|
17
|
-
"@graphcommerce/magento-product": "6.0.2-canary.
|
18
|
-
"@graphcommerce/magento-product-configurable": "6.0.2-canary.
|
19
|
-
"@graphcommerce/prettier-config-pwa": "6.0.2-canary.
|
20
|
-
"@graphcommerce/typescript-config-pwa": "6.0.2-canary.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.0.2-canary.21",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "6.0.2-canary.21",
|
17
|
+
"@graphcommerce/magento-product": "6.0.2-canary.21",
|
18
|
+
"@graphcommerce/magento-product-configurable": "6.0.2-canary.21",
|
19
|
+
"@graphcommerce/prettier-config-pwa": "6.0.2-canary.21",
|
20
|
+
"@graphcommerce/typescript-config-pwa": "6.0.2-canary.21",
|
21
21
|
"@types/braintree-web": "^3.75.20"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphcommerce/graphql": "6.0.2-canary.
|
25
|
-
"@graphcommerce/image": "6.0.2-canary.
|
26
|
-
"@graphcommerce/magento-cart": "6.0.2-canary.
|
27
|
-
"@graphcommerce/magento-cart-payment-method": "6.0.2-canary.
|
28
|
-
"@graphcommerce/magento-store": "6.0.2-canary.
|
29
|
-
"@graphcommerce/next-ui": "6.0.2-canary.
|
30
|
-
"@graphcommerce/react-hook-form": "6.0.2-canary.
|
24
|
+
"@graphcommerce/graphql": "6.0.2-canary.21",
|
25
|
+
"@graphcommerce/image": "6.0.2-canary.21",
|
26
|
+
"@graphcommerce/magento-cart": "6.0.2-canary.21",
|
27
|
+
"@graphcommerce/magento-cart-payment-method": "6.0.2-canary.21",
|
28
|
+
"@graphcommerce/magento-store": "6.0.2-canary.21",
|
29
|
+
"@graphcommerce/next-ui": "6.0.2-canary.21",
|
30
|
+
"@graphcommerce/react-hook-form": "6.0.2-canary.21",
|
31
31
|
"braintree-web": "^3.92.0"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|