@dynamic-labs-wallet/stellar 0.0.292 → 0.0.293

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
@@ -417,7 +417,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
417
417
  _state.sent();
418
418
  return [
419
419
  4,
420
- _this.storeEncryptedBackupByWalletWithRetry({
420
+ _this.storeEncryptedBackupByWallet({
421
421
  accountAddress: accountAddress,
422
422
  clientKeyShares: clientKeyShares,
423
423
  password: password,
@@ -742,7 +742,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
742
742
  _state.sent();
743
743
  return [
744
744
  4,
745
- _this.storeEncryptedBackupByWalletWithRetry({
745
+ _this.storeEncryptedBackupByWallet({
746
746
  accountAddress: accountAddress,
747
747
  clientKeyShares: clientKeyShares,
748
748
  password: password,
package/index.esm.js CHANGED
@@ -397,7 +397,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
397
397
  _state.sent();
398
398
  return [
399
399
  4,
400
- _this.storeEncryptedBackupByWalletWithRetry({
400
+ _this.storeEncryptedBackupByWallet({
401
401
  accountAddress: accountAddress,
402
402
  clientKeyShares: clientKeyShares,
403
403
  password: password,
@@ -722,7 +722,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
722
722
  _state.sent();
723
723
  return [
724
724
  4,
725
- _this.storeEncryptedBackupByWalletWithRetry({
725
+ _this.storeEncryptedBackupByWallet({
726
726
  accountAddress: accountAddress,
727
727
  clientKeyShares: clientKeyShares,
728
728
  password: password,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/stellar",
3
- "version": "0.0.292",
3
+ "version": "0.0.293",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/browser": "0.0.292",
7
+ "@dynamic-labs-wallet/browser": "0.0.293",
8
8
  "@stellar/stellar-sdk": "^12.3.0",
9
9
  "@dynamic-labs/sdk-api-core": "^0.0.875"
10
10
  },