@dynamic-labs-wallet/browser 0.0.22 → 0.0.23

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
@@ -681,7 +681,7 @@ class DynamicWalletClient {
681
681
  accountAddress,
682
682
  chainName: data.chainName,
683
683
  keyShare,
684
- thresholdSignatureScheme: data.thresholdSignatureScheme
684
+ thresholdSignatureScheme: wallet.thresholdSignatureScheme
685
685
  });
686
686
  });
687
687
  return decryptedKeyShares;
package/index.esm.js CHANGED
@@ -681,7 +681,7 @@ class DynamicWalletClient {
681
681
  accountAddress,
682
682
  chainName: data.chainName,
683
683
  keyShare,
684
- thresholdSignatureScheme: data.thresholdSignatureScheme
684
+ thresholdSignatureScheme: wallet.thresholdSignatureScheme
685
685
  });
686
686
  });
687
687
  return decryptedKeyShares;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/browser",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "dependencies": {
5
- "@dynamic-labs-wallet/core": "0.0.22",
5
+ "@dynamic-labs-wallet/core": "0.0.23",
6
6
  "@dynamic-labs/logger": "^4.5.1"
7
7
  },
8
8
  "files": [