@dynamic-labs/locale 4.88.6 → 4.90.0
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 +34 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +28 -0
- package/src/lib/en/translation.d.ts +28 -0
- package/src/lib/en/translation.js +28 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,38 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.90.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.89.0...v4.90.0) (2026-06-19)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add microsoft to social providers list ([#11631](https://github.com/dynamic-labs/dynamic-auth/issues/11631)) ([761b82d](https://github.com/dynamic-labs/dynamic-auth/commit/761b82dea2e2e86ec1c8b3fc8bab32ed72492132))
|
|
8
|
+
* **sdk-react-core:** preconnect to waas iframe origin at auth-flow start ([#11549](https://github.com/dynamic-labs/dynamic-auth/issues/11549)) ([1bb810c](https://github.com/dynamic-labs/dynamic-auth/commit/1bb810c4eb3d592b43f62c1eaf5450a0e42981c9)), closes [dynamic-labs/dynamic-wallet-sdk#1314](https://github.com/dynamic-labs/dynamic-wallet-sdk/issues/1314)
|
|
9
|
+
* **waas:** opt into SDK eager key-share recovery, drop host RECOVER loop (DYNT-1125) ([#11620](https://github.com/dynamic-labs/dynamic-auth/issues/11620)) ([4bef955](https://github.com/dynamic-labs/dynamic-auth/commit/4bef955b902a7e484ba8bd6323582843bb692a17))
|
|
10
|
+
* **wallet-connector-core:** add isMidnightConnector util + Midnight interface hooks ([#11005](https://github.com/dynamic-labs/dynamic-auth/issues/11005)) ([55117a8](https://github.com/dynamic-labs/dynamic-auth/commit/55117a8cf59640d00b358f68be8df6b29231fab5))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **sdk-react-core:** gate smart-wallet init on user:basic scope ([#11624](https://github.com/dynamic-labs/dynamic-auth/issues/11624)) ([9f891a4](https://github.com/dynamic-labs/dynamic-auth/commit/9f891a46a191532acdd4a91b74c4586089ef0e1a)), closes [#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623) [#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623) [#11626](https://github.com/dynamic-labs/dynamic-auth/issues/11626)
|
|
16
|
+
* **sdk-react-core:** search wallet list by metadata name in addition to connector name ([#11638](https://github.com/dynamic-labs/dynamic-auth/issues/11638)) ([a647614](https://github.com/dynamic-labs/dynamic-auth/commit/a647614bcba769e09ef59bf1ddb925ce9835842e))
|
|
17
|
+
* **waas:** rebuild WaaS client on session change after step-up reauth ([#11581](https://github.com/dynamic-labs/dynamic-auth/issues/11581)) ([2b7093e](https://github.com/dynamic-labs/dynamic-auth/commit/2b7093e27f57f1dfcdd303361d436d9bf33e28a9))
|
|
18
|
+
* **waas:** refuse to build WaaS client while auth scope is pending (createRooms 401 chokepoint) ([#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623)) ([08755f0](https://github.com/dynamic-labs/dynamic-auth/commit/08755f0bda2b74c7bcdff3d0ac9c228a5205ad6e)), closes [#11624](https://github.com/dynamic-labs/dynamic-auth/issues/11624)
|
|
19
|
+
* **wallet-connect:** skip address comparison on reconnect when expectedAddress is empty ([#11639](https://github.com/dynamic-labs/dynamic-auth/issues/11639)) ([8d665cf](https://github.com/dynamic-labs/dynamic-auth/commit/8d665cf3bf1fb0e498d71f14cc8a53d91593c23d))
|
|
20
|
+
|
|
21
|
+
## [4.89.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.6...v4.89.0) (2026-06-16)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **moonpay:** add useMoonPayOnramp hook ([#11405](https://github.com/dynamic-labs/dynamic-auth/issues/11405)) ([48cb62f](https://github.com/dynamic-labs/dynamic-auth/commit/48cb62fefecb511fcba9359ee6f6096dfef0b125))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* get wallet metadata from wallet-book when its present ([#11566](https://github.com/dynamic-labs/dynamic-auth/issues/11566)) ([a1a8ad5](https://github.com/dynamic-labs/dynamic-auth/commit/a1a8ad53c063157b189aea138fa338fcc67dc4dd))
|
|
32
|
+
* **waas:** instant logout — clear key share host-side, background iframe cleanup ([#11583](https://github.com/dynamic-labs/dynamic-auth/issues/11583)) ([0ab3378](https://github.com/dynamic-labs/dynamic-auth/commit/0ab3378efdbbe233069b17fad62b0c126397bc3a))
|
|
33
|
+
* **wagmi-connector:** await disconnect before connect to defuse SyncDynamicWagmi race DYNT-549 ([#11579](https://github.com/dynamic-labs/dynamic-auth/issues/11579)) ([6ac7c0e](https://github.com/dynamic-labs/dynamic-auth/commit/6ac7c0e02ed863342047bc5a1e60be3a66b8a425)), closes [#11131](https://github.com/dynamic-labs/dynamic-auth/issues/11131) [#11513](https://github.com/dynamic-labs/dynamic-auth/issues/11513) [#11516](https://github.com/dynamic-labs/dynamic-auth/issues/11516) [#11496](https://github.com/dynamic-labs/dynamic-auth/issues/11496) [#11513](https://github.com/dynamic-labs/dynamic-auth/issues/11513) [/github.com/dynamic-labs/dynamic-auth/blob/main/packages/wagmi-connector/src/lib/hooks/useConnectorId/useConnectorId.ts#L19-L26](https://github.com/dynamic-labs//github.com/dynamic-labs/dynamic-auth/blob/main/packages/wagmi-connector/src/lib/hooks/useConnectorId/useConnectorId.ts/issues/L19-L26) [#11131](https://github.com/dynamic-labs/dynamic-auth/issues/11131) [#11516](https://github.com/dynamic-labs/dynamic-auth/issues/11516) [#11513](https://github.com/dynamic-labs/dynamic-auth/issues/11513)
|
|
34
|
+
* **react-native:** resolve intermittent "Wallet with id <uuid> not found" after login ([#11575](https://github.com/dynamic-labs/dynamic-auth/issues/11575)) ([9d7a246](https://github.com/dynamic-labs/dynamic-auth/commit/9d7a246167927b9339dc33c10977c6d12783ab88))
|
|
35
|
+
|
|
2
36
|
### [4.88.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.5...v4.88.6) (2026-06-13)
|
|
3
37
|
|
|
4
38
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/locale",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.90.0",
|
|
4
4
|
"description": "Locale for Dynamic SDK",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"i18next": "23.4.6",
|
|
22
22
|
"react-i18next": "13.5.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.90.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -3107,6 +3107,34 @@ const translation = {
|
|
|
3107
3107
|
* create_payment: 'Continue to Payment',
|
|
3108
3108
|
* }
|
|
3109
3109
|
*/
|
|
3110
|
+
/**
|
|
3111
|
+
* @description copy keys for MoonPay onramp widget
|
|
3112
|
+
* @default
|
|
3113
|
+
* {
|
|
3114
|
+
* title: 'Buy Crypto',
|
|
3115
|
+
* token_label: 'Select Token',
|
|
3116
|
+
* select_token: 'Select Token',
|
|
3117
|
+
* search_token_placeholder: 'Search tokens',
|
|
3118
|
+
* loading_tokens: 'Loading tokens...',
|
|
3119
|
+
* tokens_error: 'Failed to load tokens. Please try again.',
|
|
3120
|
+
* wallet_detail_to: 'Tokens will be sent to',
|
|
3121
|
+
* continue: 'Continue to MoonPay',
|
|
3122
|
+
* opening: 'Opening MoonPay...',
|
|
3123
|
+
* error: 'Failed to open MoonPay. Please try again.',
|
|
3124
|
+
* }
|
|
3125
|
+
*/
|
|
3126
|
+
dyn_moonpay_onramp: {
|
|
3127
|
+
title: 'Buy Crypto',
|
|
3128
|
+
token_label: 'Select Token',
|
|
3129
|
+
select_token: 'Select Token',
|
|
3130
|
+
search_token_placeholder: 'Search tokens',
|
|
3131
|
+
loading_tokens: 'Loading tokens...',
|
|
3132
|
+
tokens_error: 'Failed to load tokens. Please try again.',
|
|
3133
|
+
wallet_detail_to: 'Tokens will be sent to',
|
|
3134
|
+
continue: 'Continue to MoonPay',
|
|
3135
|
+
opening: 'Opening MoonPay...',
|
|
3136
|
+
error: 'Failed to open MoonPay. Please try again.',
|
|
3137
|
+
},
|
|
3110
3138
|
dyn_crypto_com_onramp: {
|
|
3111
3139
|
title: 'Deposit',
|
|
3112
3140
|
amount_label: 'Amount to purchase',
|
|
@@ -3103,6 +3103,34 @@ export declare const translation: {
|
|
|
3103
3103
|
* create_payment: 'Continue to Payment',
|
|
3104
3104
|
* }
|
|
3105
3105
|
*/
|
|
3106
|
+
/**
|
|
3107
|
+
* @description copy keys for MoonPay onramp widget
|
|
3108
|
+
* @default
|
|
3109
|
+
* {
|
|
3110
|
+
* title: 'Buy Crypto',
|
|
3111
|
+
* token_label: 'Select Token',
|
|
3112
|
+
* select_token: 'Select Token',
|
|
3113
|
+
* search_token_placeholder: 'Search tokens',
|
|
3114
|
+
* loading_tokens: 'Loading tokens...',
|
|
3115
|
+
* tokens_error: 'Failed to load tokens. Please try again.',
|
|
3116
|
+
* wallet_detail_to: 'Tokens will be sent to',
|
|
3117
|
+
* continue: 'Continue to MoonPay',
|
|
3118
|
+
* opening: 'Opening MoonPay...',
|
|
3119
|
+
* error: 'Failed to open MoonPay. Please try again.',
|
|
3120
|
+
* }
|
|
3121
|
+
*/
|
|
3122
|
+
dyn_moonpay_onramp: {
|
|
3123
|
+
title: string;
|
|
3124
|
+
token_label: string;
|
|
3125
|
+
select_token: string;
|
|
3126
|
+
search_token_placeholder: string;
|
|
3127
|
+
loading_tokens: string;
|
|
3128
|
+
tokens_error: string;
|
|
3129
|
+
wallet_detail_to: string;
|
|
3130
|
+
continue: string;
|
|
3131
|
+
opening: string;
|
|
3132
|
+
error: string;
|
|
3133
|
+
};
|
|
3106
3134
|
dyn_crypto_com_onramp: {
|
|
3107
3135
|
title: string;
|
|
3108
3136
|
amount_label: string;
|
|
@@ -3103,6 +3103,34 @@ const translation = {
|
|
|
3103
3103
|
* create_payment: 'Continue to Payment',
|
|
3104
3104
|
* }
|
|
3105
3105
|
*/
|
|
3106
|
+
/**
|
|
3107
|
+
* @description copy keys for MoonPay onramp widget
|
|
3108
|
+
* @default
|
|
3109
|
+
* {
|
|
3110
|
+
* title: 'Buy Crypto',
|
|
3111
|
+
* token_label: 'Select Token',
|
|
3112
|
+
* select_token: 'Select Token',
|
|
3113
|
+
* search_token_placeholder: 'Search tokens',
|
|
3114
|
+
* loading_tokens: 'Loading tokens...',
|
|
3115
|
+
* tokens_error: 'Failed to load tokens. Please try again.',
|
|
3116
|
+
* wallet_detail_to: 'Tokens will be sent to',
|
|
3117
|
+
* continue: 'Continue to MoonPay',
|
|
3118
|
+
* opening: 'Opening MoonPay...',
|
|
3119
|
+
* error: 'Failed to open MoonPay. Please try again.',
|
|
3120
|
+
* }
|
|
3121
|
+
*/
|
|
3122
|
+
dyn_moonpay_onramp: {
|
|
3123
|
+
title: 'Buy Crypto',
|
|
3124
|
+
token_label: 'Select Token',
|
|
3125
|
+
select_token: 'Select Token',
|
|
3126
|
+
search_token_placeholder: 'Search tokens',
|
|
3127
|
+
loading_tokens: 'Loading tokens...',
|
|
3128
|
+
tokens_error: 'Failed to load tokens. Please try again.',
|
|
3129
|
+
wallet_detail_to: 'Tokens will be sent to',
|
|
3130
|
+
continue: 'Continue to MoonPay',
|
|
3131
|
+
opening: 'Opening MoonPay...',
|
|
3132
|
+
error: 'Failed to open MoonPay. Please try again.',
|
|
3133
|
+
},
|
|
3106
3134
|
dyn_crypto_com_onramp: {
|
|
3107
3135
|
title: 'Deposit',
|
|
3108
3136
|
amount_label: 'Amount to purchase',
|