@dynamic-labs/locale 4.96.4 → 4.97.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 +12 -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,16 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.97.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.4...v4.97.0) (2026-08-27)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **screening:** connected-wallet transaction screening [v4 backport] (DYNT-1663) ([#12284](https://github.com/dynamic-labs/dynamic-auth/issues/12284)) ([294adba](https://github.com/dynamic-labs/dynamic-auth/commit/294adba7dba8f321f3b1e8413f73545701e51252)), closes [#12160](https://github.com/dynamic-labs/dynamic-auth/issues/12160) [#12167](https://github.com/dynamic-labs/dynamic-auth/issues/12167) [#12168](https://github.com/dynamic-labs/dynamic-auth/issues/12168) [#12169](https://github.com/dynamic-labs/dynamic-auth/issues/12169) [#12172](https://github.com/dynamic-labs/dynamic-auth/issues/12172)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **screening:** wire connected-wallet screening into the Send Balance UI (DYNT-1663) ([#12289](https://github.com/dynamic-labs/dynamic-auth/issues/12289)) ([1587cd8](https://github.com/dynamic-labs/dynamic-auth/commit/1587cd833370e18fa383f942521500e4c1576390))
|
|
13
|
+
|
|
2
14
|
### [4.96.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.3...v4.96.4) (2026-08-26)
|
|
3
15
|
|
|
4
16
|
|
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.97.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.97.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -3195,6 +3195,8 @@ const translation = {
|
|
|
3195
3195
|
sei_not_enabled_in_keplr_wallet:
|
|
3196
3196
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3197
3197
|
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3198
|
+
transaction_screening_blocked:
|
|
3199
|
+
'This transaction was blocked because the destination address is not approved.',
|
|
3198
3200
|
}
|
|
3199
3201
|
*/
|
|
3200
3202
|
dyn_error: {
|
|
@@ -3211,6 +3213,7 @@ const translation = {
|
|
|
3211
3213
|
connection_proposal_expired: 'Connection proposal expired. Please try again.',
|
|
3212
3214
|
sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3213
3215
|
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3216
|
+
transaction_screening_blocked: 'This transaction was blocked because the destination address is not approved.',
|
|
3214
3217
|
},
|
|
3215
3218
|
/**
|
|
3216
3219
|
* @description copy keys for search component
|
|
@@ -3191,6 +3191,8 @@ export declare const translation: {
|
|
|
3191
3191
|
sei_not_enabled_in_keplr_wallet:
|
|
3192
3192
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3193
3193
|
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3194
|
+
transaction_screening_blocked:
|
|
3195
|
+
'This transaction was blocked because the destination address is not approved.',
|
|
3194
3196
|
}
|
|
3195
3197
|
*/
|
|
3196
3198
|
dyn_error: {
|
|
@@ -3207,6 +3209,7 @@ export declare const translation: {
|
|
|
3207
3209
|
connection_proposal_expired: string;
|
|
3208
3210
|
sei_not_enabled_in_keplr_wallet: string;
|
|
3209
3211
|
rate_limit_error: string;
|
|
3212
|
+
transaction_screening_blocked: string;
|
|
3210
3213
|
};
|
|
3211
3214
|
/**
|
|
3212
3215
|
* @description copy keys for search component
|
|
@@ -3191,6 +3191,8 @@ const translation = {
|
|
|
3191
3191
|
sei_not_enabled_in_keplr_wallet:
|
|
3192
3192
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3193
3193
|
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3194
|
+
transaction_screening_blocked:
|
|
3195
|
+
'This transaction was blocked because the destination address is not approved.',
|
|
3194
3196
|
}
|
|
3195
3197
|
*/
|
|
3196
3198
|
dyn_error: {
|
|
@@ -3207,6 +3209,7 @@ const translation = {
|
|
|
3207
3209
|
connection_proposal_expired: 'Connection proposal expired. Please try again.',
|
|
3208
3210
|
sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3209
3211
|
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3212
|
+
transaction_screening_blocked: 'This transaction was blocked because the destination address is not approved.',
|
|
3210
3213
|
},
|
|
3211
3214
|
/**
|
|
3212
3215
|
* @description copy keys for search component
|