@dynamic-labs/locale 4.73.0 → 4.74.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 CHANGED
@@ -1,4 +1,34 @@
1
1
 
2
+ ## [4.74.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.2...v4.74.0) (2026-04-02)
3
+
4
+
5
+ ### Features
6
+
7
+ * **client:** expose waitForReady() on SdkModule ([#10771](https://github.com/dynamic-labs/dynamic-auth/issues/10771)) ([8d94615](https://github.com/dynamic-labs/dynamic-auth/commit/8d946158ab284fe338c78cfba38504b1bca91cd7))
8
+ * **waas:** wire up signed session ID reverse channel ([#10577](https://github.com/dynamic-labs/dynamic-auth/issues/10577)) ([e07815f](https://github.com/dynamic-labs/dynamic-auth/commit/e07815ff370634c8a5a674cbf27bc79782a27f1a))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **react-native:** keep WebView ref valid during URL reloads ([#10769](https://github.com/dynamic-labs/dynamic-auth/issues/10769)) ([691bef2](https://github.com/dynamic-labs/dynamic-auth/commit/691bef277c5190b7cd88d12f95e2b6fbfa827b64))
14
+ * require device registration before sdk is in logged in state ([#10831](https://github.com/dynamic-labs/dynamic-auth/issues/10831)) ([7ebae17](https://github.com/dynamic-labs/dynamic-auth/commit/7ebae17f01b9db59b88dd997d511ff84bd6b2d1a))
15
+ * **waas:** always prompt for password on cloud backup/export operations [DYNT-269] ([#10829](https://github.com/dynamic-labs/dynamic-auth/issues/10829)) ([5d2898b](https://github.com/dynamic-labs/dynamic-auth/commit/5d2898b9e6e06bbf13813b912b366f522fb66b70))
16
+ * **webview:** preserve secure storage key map during recovery clear ([#10770](https://github.com/dynamic-labs/dynamic-auth/issues/10770)) ([888bfe9](https://github.com/dynamic-labs/dynamic-auth/commit/888bfe9f27dd3b4751dddf2027a3e4d219130860))
17
+
18
+ ### [4.73.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.1...v4.73.2) (2026-03-31)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * 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))
24
+
25
+ ### [4.73.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.0...v4.73.1) (2026-03-30)
26
+
27
+
28
+ ### Features
29
+
30
+ * **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))
31
+
2
32
  ## [4.73.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.72.0...v4.73.0) (2026-03-30)
3
33
 
4
34
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.73.0";
6
+ var version = "4.74.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.73.0";
2
+ var version = "4.74.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/locale",
3
- "version": "4.73.0",
3
+ "version": "4.74.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.73.0"
23
+ "@dynamic-labs/assert-package-version": "4.74.0"
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
@@ -3296,7 +3298,7 @@ const translation = {
3296
3298
  },
3297
3299
  dyn_device_registration: {
3298
3300
  title: 'New device detected',
3299
- description: "To keep your wallet secure, we've sent a verification email to {{email}}",
3301
+ description: "To keep your account secure, we've sent a verification email to {{email}}",
3300
3302
  logout: 'Log out',
3301
3303
  },
3302
3304
  dyn_device_management: {
@@ -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
@@ -3292,7 +3294,7 @@ const translation = {
3292
3294
  },
3293
3295
  dyn_device_registration: {
3294
3296
  title: 'New device detected',
3295
- description: "To keep your wallet secure, we've sent a verification email to {{email}}",
3297
+ description: "To keep your account secure, we've sent a verification email to {{email}}",
3296
3298
  logout: 'Log out',
3297
3299
  },
3298
3300
  dyn_device_management: {