@dynamic-labs-wallet/sui 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
@@ -76,7 +76,7 @@ class DynamicSuiWalletClient extends browser.DynamicWalletClient {
76
76
  overwriteOrMerge: 'overwrite'
77
77
  });
78
78
  // Backup the new wallet without waiting for the promise to resolve
79
- void this.storeEncryptedBackupByWalletWithRetry({
79
+ await this.storeEncryptedBackupByWalletWithRetry({
80
80
  accountAddress,
81
81
  clientKeyShares,
82
82
  password
@@ -295,7 +295,7 @@ class DynamicSuiWalletClient extends browser.DynamicWalletClient {
295
295
  overwriteOrMerge: 'overwrite'
296
296
  });
297
297
  // Backup the new wallet without waiting for the promise to resolve
298
- void this.storeEncryptedBackupByWalletWithRetry({
298
+ await this.storeEncryptedBackupByWalletWithRetry({
299
299
  accountAddress,
300
300
  clientKeyShares,
301
301
  password
package/index.esm.js CHANGED
@@ -74,7 +74,7 @@ class DynamicSuiWalletClient extends DynamicWalletClient {
74
74
  overwriteOrMerge: 'overwrite'
75
75
  });
76
76
  // Backup the new wallet without waiting for the promise to resolve
77
- void this.storeEncryptedBackupByWalletWithRetry({
77
+ await this.storeEncryptedBackupByWalletWithRetry({
78
78
  accountAddress,
79
79
  clientKeyShares,
80
80
  password
@@ -293,7 +293,7 @@ class DynamicSuiWalletClient extends DynamicWalletClient {
293
293
  overwriteOrMerge: 'overwrite'
294
294
  });
295
295
  // Backup the new wallet without waiting for the promise to resolve
296
- void this.storeEncryptedBackupByWalletWithRetry({
296
+ await this.storeEncryptedBackupByWalletWithRetry({
297
297
  accountAddress,
298
298
  clientKeyShares,
299
299
  password
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/sui",
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
  "@mysten/sui": "1.26.0",
8
8
  "@noble/hashes": "1.7.1",
9
9
  "bech32-converting": "^1.0.9"