@graphcommerce/magento-payment-tokens 10.0.0-canary.68 → 10.0.0-canary.72
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,5 +1,17 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-tokens
|
|
2
2
|
|
|
3
|
+
## 10.0.0-canary.72
|
|
4
|
+
|
|
5
|
+
## 10.0.0-canary.71
|
|
6
|
+
|
|
7
|
+
## 10.0.0-canary.70
|
|
8
|
+
|
|
9
|
+
### Major Changes
|
|
10
|
+
|
|
11
|
+
- [#2565](https://github.com/graphcommerce-org/graphcommerce/pull/2565) [`c96dfcd`](https://github.com/graphcommerce-org/graphcommerce/commit/c96dfcdca981baca387c270ad9e2b9515cdd00cc) - Updated to Apollo Client 4 ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
## 10.0.0-canary.69
|
|
14
|
+
|
|
3
15
|
## 10.0.0-canary.68
|
|
4
16
|
|
|
5
17
|
## 10.0.0-canary.67
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ApolloClient
|
|
1
|
+
import type { ApolloClient } from '@graphcommerce/graphql'
|
|
2
2
|
import {
|
|
3
3
|
getCustomerAccountIsDisabled,
|
|
4
4
|
useCustomerQuery,
|
|
@@ -112,9 +112,7 @@ export function CustomerTokensPage() {
|
|
|
112
112
|
)
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
export function createGetStaticProps(
|
|
116
|
-
client: ApolloClient<NormalizedCacheObject>,
|
|
117
|
-
): CustomerTokensGetStaticProps {
|
|
115
|
+
export function createGetStaticProps(client: ApolloClient): CustomerTokensGetStaticProps {
|
|
118
116
|
return async (context) => {
|
|
119
117
|
if (getCustomerAccountIsDisabled(context.locale)) return { notFound: true }
|
|
120
118
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-tokens",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.0-canary.
|
|
5
|
+
"version": "10.0.0-canary.72",
|
|
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/ecommerce-ui": "^10.0.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.0-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^10.0.0-canary.
|
|
18
|
-
"@graphcommerce/image": "^10.0.0-canary.
|
|
19
|
-
"@graphcommerce/magento-cart": "^10.0.0-canary.
|
|
20
|
-
"@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.
|
|
21
|
-
"@graphcommerce/magento-customer": "^10.0.0-canary.
|
|
22
|
-
"@graphcommerce/magento-store": "^10.0.0-canary.
|
|
23
|
-
"@graphcommerce/next-ui": "^10.0.0-canary.
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.0-canary.
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^10.0.0-canary.72",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.0-canary.72",
|
|
17
|
+
"@graphcommerce/graphql": "^10.0.0-canary.72",
|
|
18
|
+
"@graphcommerce/image": "^10.0.0-canary.72",
|
|
19
|
+
"@graphcommerce/magento-cart": "^10.0.0-canary.72",
|
|
20
|
+
"@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.72",
|
|
21
|
+
"@graphcommerce/magento-customer": "^10.0.0-canary.72",
|
|
22
|
+
"@graphcommerce/magento-store": "^10.0.0-canary.72",
|
|
23
|
+
"@graphcommerce/next-ui": "^10.0.0-canary.72",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.0-canary.72",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.0-canary.72",
|
|
26
26
|
"@lingui/core": "^5",
|
|
27
27
|
"@lingui/macro": "^5",
|
|
28
28
|
"@lingui/react": "^5",
|