@dynamic-labs/locale 4.92.2 → 4.92.4
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 +24 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +3 -0
- package/src/lib/en/translation.d.ts +3 -0
- package/src/lib/en/translation.js +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.92.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.3...v4.92.4) (2026-07-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **bitcoin:** per-network address switching and dust-limit send validation [v4] ([#11970](https://github.com/dynamic-labs/dynamic-auth/issues/11970)) ([76a4a9a](https://github.com/dynamic-labs/dynamic-auth/commit/76a4a9a5025d78798ebd1beffe6c0af59d2d029a)), closes [#11896](https://github.com/dynamic-labs/dynamic-auth/issues/11896) [#11800](https://github.com/dynamic-labs/dynamic-auth/issues/11800)
|
|
8
|
+
* **midnight:** per-network addresses in deposit and wallet info views [v4] ([#11949](https://github.com/dynamic-labs/dynamic-auth/issues/11949)) ([978446a](https://github.com/dynamic-labs/dynamic-auth/commit/978446aca8546eb038ba9ed3be0503d10594ee15))
|
|
9
|
+
* **midnight:** resolve wallet address per selected network [v4] ([#11948](https://github.com/dynamic-labs/dynamic-auth/issues/11948)) ([d6f858c](https://github.com/dynamic-labs/dynamic-auth/commit/d6f858c5e35defda7ed73cf97b3fdbe5ed9d131d))
|
|
10
|
+
* set useMetamaskSdk to true by default ([#11926](https://github.com/dynamic-labs/dynamic-auth/issues/11926)) ([75b5a4a](https://github.com/dynamic-labs/dynamic-auth/commit/75b5a4a0fe8b1a375afce145c0b8bdc3ce761117))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **midnight:** align per-network code with the final main iteration [v4] ([#11971](https://github.com/dynamic-labs/dynamic-auth/issues/11971)) ([3ef3ba8](https://github.com/dynamic-labs/dynamic-auth/commit/3ef3ba8c090dfd9e4286b4e51bf350ea5e6feac7))
|
|
16
|
+
* settle social sign-in when captcha is backed out or oauth popup never responds (v4) ([#11956](https://github.com/dynamic-labs/dynamic-auth/issues/11956)) ([ad49477](https://github.com/dynamic-labs/dynamic-auth/commit/ad49477f2acf61a154bb79cbe26b24f803cdb0e2))
|
|
17
|
+
* validate that private key is not empty before upgrading to WaaS ([#11952](https://github.com/dynamic-labs/dynamic-auth/issues/11952)) ([21dfb83](https://github.com/dynamic-labs/dynamic-auth/commit/21dfb83cb29e42b335bc94a0cdd2062cf14a262a))
|
|
18
|
+
|
|
19
|
+
### [4.92.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.2...v4.92.3) (2026-07-10)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **sdk-react-core:** fix deterministic 'Wallet not found' crash in embedded wallet export (v4) ([#11906](https://github.com/dynamic-labs/dynamic-auth/issues/11906)) ([913ef23](https://github.com/dynamic-labs/dynamic-auth/commit/913ef236b26245488e1cd5db7e874601b65ff0a2)), closes [#11905](https://github.com/dynamic-labs/dynamic-auth/issues/11905) [#11729](https://github.com/dynamic-labs/dynamic-auth/issues/11729)
|
|
25
|
+
|
|
2
26
|
### [4.92.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.1...v4.92.2) (2026-07-09)
|
|
3
27
|
|
|
4
28
|
|
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.92.
|
|
3
|
+
"version": "4.92.4",
|
|
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.92.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.92.4"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -2302,6 +2302,8 @@ const translation = {
|
|
|
2302
2302
|
non_zero: 'Enter an amount greater than 0.',
|
|
2303
2303
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2304
2304
|
required: 'The amount field is required',
|
|
2305
|
+
under_minimum:
|
|
2306
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2305
2307
|
},
|
|
2306
2308
|
recipient: {
|
|
2307
2309
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2388,6 +2390,7 @@ const translation = {
|
|
|
2388
2390
|
non_zero: 'Enter an amount greater than 0.',
|
|
2389
2391
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2390
2392
|
required: 'The amount field is required',
|
|
2393
|
+
under_minimum: 'The amount is below the network minimum of {{minAmount}}.',
|
|
2391
2394
|
},
|
|
2392
2395
|
recipient: {
|
|
2393
2396
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2298,6 +2298,8 @@ export declare const translation: {
|
|
|
2298
2298
|
non_zero: 'Enter an amount greater than 0.',
|
|
2299
2299
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2300
2300
|
required: 'The amount field is required',
|
|
2301
|
+
under_minimum:
|
|
2302
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2301
2303
|
},
|
|
2302
2304
|
recipient: {
|
|
2303
2305
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2384,6 +2386,7 @@ export declare const translation: {
|
|
|
2384
2386
|
non_zero: string;
|
|
2385
2387
|
over_balance: string;
|
|
2386
2388
|
required: string;
|
|
2389
|
+
under_minimum: string;
|
|
2387
2390
|
};
|
|
2388
2391
|
recipient: {
|
|
2389
2392
|
invalid_format: string;
|
|
@@ -2298,6 +2298,8 @@ const translation = {
|
|
|
2298
2298
|
non_zero: 'Enter an amount greater than 0.',
|
|
2299
2299
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2300
2300
|
required: 'The amount field is required',
|
|
2301
|
+
under_minimum:
|
|
2302
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2301
2303
|
},
|
|
2302
2304
|
recipient: {
|
|
2303
2305
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2384,6 +2386,7 @@ const translation = {
|
|
|
2384
2386
|
non_zero: 'Enter an amount greater than 0.',
|
|
2385
2387
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2386
2388
|
required: 'The amount field is required',
|
|
2389
|
+
under_minimum: 'The amount is below the network minimum of {{minAmount}}.',
|
|
2387
2390
|
},
|
|
2388
2391
|
recipient: {
|
|
2389
2392
|
invalid_format: 'The address is in invalid format',
|