@dynamic-labs-wallet/browser-wallet-client 0.0.113 → 0.0.115

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
@@ -118,7 +118,7 @@ const setupMessageTransportBridge = (messageTransport$1, iframe, iframeOrigin)=>
118
118
  class DynamicWalletClient {
119
119
  // Simply load the iframe from localhost
120
120
  async initialize() {
121
- await this.initializeIframeCommunication();
121
+ await this.doInitializeIframeCommunication();
122
122
  }
123
123
  /**
124
124
  * this is called on class construction time
package/index.esm.js CHANGED
@@ -117,7 +117,7 @@ const setupMessageTransportBridge = (messageTransport, iframe, iframeOrigin)=>{
117
117
  class DynamicWalletClient {
118
118
  // Simply load the iframe from localhost
119
119
  async initialize() {
120
- await this.initializeIframeCommunication();
120
+ await this.doInitializeIframeCommunication();
121
121
  }
122
122
  /**
123
123
  * this is called on class construction time
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/browser-wallet-client",
3
- "version": "0.0.113",
3
+ "version": "0.0.115",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/core": "0.0.113",
7
+ "@dynamic-labs-wallet/core": "0.0.115",
8
8
  "@dynamic-labs/message-transport": "^4.9.9",
9
9
  "@dynamic-labs/logger": "^4.9.9"
10
10
  },