@dynamic-labs-wallet/evm 0.0.76 → 0.0.78

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/index.cjs.js CHANGED
@@ -98,7 +98,7 @@ class DynamicEvmWalletClient extends browser.DynamicWalletClient {
98
98
  overwriteOrMerge: 'overwrite'
99
99
  });
100
100
  // Backup the new wallet without waiting for the promise to resolve
101
- void this.storeEncryptedBackupByWalletWithRetry({
101
+ await this.storeEncryptedBackupByWalletWithRetry({
102
102
  accountAddress,
103
103
  clientKeyShares,
104
104
  password
@@ -262,7 +262,7 @@ class DynamicEvmWalletClient extends browser.DynamicWalletClient {
262
262
  overwriteOrMerge: 'overwrite'
263
263
  });
264
264
  // Backup the new wallet without waiting for the promise to resolve
265
- void this.storeEncryptedBackupByWalletWithRetry({
265
+ await this.storeEncryptedBackupByWalletWithRetry({
266
266
  accountAddress,
267
267
  clientKeyShares,
268
268
  password
package/index.esm.js CHANGED
@@ -96,7 +96,7 @@ class DynamicEvmWalletClient extends DynamicWalletClient {
96
96
  overwriteOrMerge: 'overwrite'
97
97
  });
98
98
  // Backup the new wallet without waiting for the promise to resolve
99
- void this.storeEncryptedBackupByWalletWithRetry({
99
+ await this.storeEncryptedBackupByWalletWithRetry({
100
100
  accountAddress,
101
101
  clientKeyShares,
102
102
  password
@@ -260,7 +260,7 @@ class DynamicEvmWalletClient extends DynamicWalletClient {
260
260
  overwriteOrMerge: 'overwrite'
261
261
  });
262
262
  // Backup the new wallet without waiting for the promise to resolve
263
- void this.storeEncryptedBackupByWalletWithRetry({
263
+ await this.storeEncryptedBackupByWalletWithRetry({
264
264
  accountAddress,
265
265
  clientKeyShares,
266
266
  password
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/evm",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
- "@dynamic-labs-wallet/browser": "0.0.76"
6
+ "@dynamic-labs-wallet/browser": "0.0.78"
7
7
  },
8
8
  "peerDependencies": {
9
9
  "viem": "^2.22.1"