@dynamic-labs-wallet/browser 0.0.194 → 0.0.196

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,8 +2568,7 @@ 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
2572
- ;
2571
+ this.walletMap = {}; // todo: store in session storage
2573
2572
  this.memoryStorage = null;
2574
2573
  this.iframe = null;
2575
2574
  this.forwardMPCEnabled = false;
package/index.esm.js CHANGED
@@ -2569,8 +2569,7 @@ 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
2573
- ;
2572
+ this.walletMap = {}; // todo: store in session storage
2574
2573
  this.memoryStorage = null;
2575
2574
  this.iframe = null;
2576
2575
  this.forwardMPCEnabled = false;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/browser",
3
- "version": "0.0.194",
3
+ "version": "0.0.196",
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.194",
7
+ "@dynamic-labs-wallet/core": "0.0.196",
8
8
  "@dynamic-labs/logger": "^4.25.3",
9
9
  "@dynamic-labs/sdk-api-core": "^0.0.818",
10
10
  "argon2id": "1.0.1",