@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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.0.115",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/core": "0.0.
|
|
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
|
},
|