@dynamic-labs-wallet/browser 0.0.196 → 0.0.198

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
@@ -2568,7 +2568,8 @@ class DynamicWalletClient {
2568
2568
  this.sessionId = undefined;
2569
2569
  this.initializePromise = null;
2570
2570
  this.logger = logger;
2571
- this.walletMap = {}; // todo: store in session storage
2571
+ this.walletMap = {} // todo: store in session storage
2572
+ ;
2572
2573
  this.memoryStorage = null;
2573
2574
  this.iframe = null;
2574
2575
  this.forwardMPCEnabled = false;
package/index.esm.js CHANGED
@@ -2569,7 +2569,8 @@ class DynamicWalletClient {
2569
2569
  this.sessionId = undefined;
2570
2570
  this.initializePromise = null;
2571
2571
  this.logger = logger;
2572
- this.walletMap = {}; // todo: store in session storage
2572
+ this.walletMap = {} // todo: store in session storage
2573
+ ;
2573
2574
  this.memoryStorage = null;
2574
2575
  this.iframe = null;
2575
2576
  this.forwardMPCEnabled = false;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/browser",
3
- "version": "0.0.196",
3
+ "version": "0.0.198",
4
4
  "license": "Licensed under the Dynamic Labs, Inc. Terms Of Service (https://www.dynamic.xyz/terms-conditions)",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/core": "0.0.196",
7
+ "@dynamic-labs-wallet/core": "0.0.198",
8
8
  "@dynamic-labs/logger": "^4.25.3",
9
9
  "@dynamic-labs/sdk-api-core": "^0.0.818",
10
10
  "argon2id": "1.0.1",