@dynamic-labs/locale 4.73.0 → 4.73.2
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 +14 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +2 -0
- package/src/lib/en/translation.d.ts +2 -0
- package/src/lib/en/translation.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.73.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.1...v4.73.2) (2026-03-31)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* use initial URL for device registration redirect detection ([#10821](https://github.com/dynamic-labs/dynamic-auth/issues/10821)) ([dbec178](https://github.com/dynamic-labs/dynamic-auth/commit/dbec178e0bad9a7e99c529b79cb0fbe0fd347904))
|
|
8
|
+
|
|
9
|
+
### [4.73.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.0...v4.73.1) (2026-03-30)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **tempo:** add isTempoWallet type guard and TempoWallet class ([#10814](https://github.com/dynamic-labs/dynamic-auth/issues/10814)) ([1f2ec94](https://github.com/dynamic-labs/dynamic-auth/commit/1f2ec949bcfd25b2c460e07214041d06b172f12d))
|
|
15
|
+
|
|
2
16
|
## [4.73.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.72.0...v4.73.0) (2026-03-30)
|
|
3
17
|
|
|
4
18
|
|
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.73.
|
|
3
|
+
"version": "4.73.2",
|
|
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.73.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.73.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -3137,6 +3137,7 @@ const translation = {
|
|
|
3137
3137
|
'Connection proposal expired. Please try again.',
|
|
3138
3138
|
sei_not_enabled_in_keplr_wallet:
|
|
3139
3139
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3140
|
+
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3140
3141
|
}
|
|
3141
3142
|
*/
|
|
3142
3143
|
dyn_error: {
|
|
@@ -3151,6 +3152,7 @@ const translation = {
|
|
|
3151
3152
|
missing_public_address: 'Connection cancelled. Please try again',
|
|
3152
3153
|
connection_proposal_expired: 'Connection proposal expired. Please try again.',
|
|
3153
3154
|
sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3155
|
+
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3154
3156
|
},
|
|
3155
3157
|
/**
|
|
3156
3158
|
* @description copy keys for search component
|
|
@@ -3133,6 +3133,7 @@ export declare const translation: {
|
|
|
3133
3133
|
'Connection proposal expired. Please try again.',
|
|
3134
3134
|
sei_not_enabled_in_keplr_wallet:
|
|
3135
3135
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3136
|
+
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3136
3137
|
}
|
|
3137
3138
|
*/
|
|
3138
3139
|
dyn_error: {
|
|
@@ -3147,6 +3148,7 @@ export declare const translation: {
|
|
|
3147
3148
|
missing_public_address: string;
|
|
3148
3149
|
connection_proposal_expired: string;
|
|
3149
3150
|
sei_not_enabled_in_keplr_wallet: string;
|
|
3151
|
+
rate_limit_error: string;
|
|
3150
3152
|
};
|
|
3151
3153
|
/**
|
|
3152
3154
|
* @description copy keys for search component
|
|
@@ -3133,6 +3133,7 @@ const translation = {
|
|
|
3133
3133
|
'Connection proposal expired. Please try again.',
|
|
3134
3134
|
sei_not_enabled_in_keplr_wallet:
|
|
3135
3135
|
'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3136
|
+
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3136
3137
|
}
|
|
3137
3138
|
*/
|
|
3138
3139
|
dyn_error: {
|
|
@@ -3147,6 +3148,7 @@ const translation = {
|
|
|
3147
3148
|
missing_public_address: 'Connection cancelled. Please try again',
|
|
3148
3149
|
connection_proposal_expired: 'Connection proposal expired. Please try again.',
|
|
3149
3150
|
sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
|
|
3151
|
+
rate_limit_error: 'Too many requests. Please try again later.',
|
|
3150
3152
|
},
|
|
3151
3153
|
/**
|
|
3152
3154
|
* @description copy keys for search component
|