@dynamic-labs-wallet/browser-wallet-client 0.0.0-pr534.2 → 0.0.0-pr534.3
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 +2 -2
- package/index.esm.js +2 -2
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -369,7 +369,7 @@ class IframeManager {
|
|
|
369
369
|
debug: String(this.debug),
|
|
370
370
|
baseClientKeysharesRelayApiUrl: (_this_baseClientKeysharesRelayApiUrl = this.baseClientKeysharesRelayApiUrl) != null ? _this_baseClientKeysharesRelayApiUrl : ''
|
|
371
371
|
});
|
|
372
|
-
iframe.src = `${this.iframeDomain}/waas-
|
|
372
|
+
iframe.src = `${this.iframeDomain}/waas-dev/${this.environmentId}?${params.toString()}`;
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
375
|
* Load an iframe for a specific container
|
|
@@ -413,7 +413,7 @@ class IframeManager {
|
|
|
413
413
|
debug: String(this.debug),
|
|
414
414
|
baseClientKeysharesRelayApiUrl: (_this_baseClientKeysharesRelayApiUrl = this.baseClientKeysharesRelayApiUrl) != null ? _this_baseClientKeysharesRelayApiUrl : ''
|
|
415
415
|
});
|
|
416
|
-
iframe.src = `${this.iframeDomain}/waas-
|
|
416
|
+
iframe.src = `${this.iframeDomain}/waas-dev/${this.environmentId}?${params.toString()}`;
|
|
417
417
|
this.logger.debug('Creating iframe with src:', iframe.src);
|
|
418
418
|
// Add iframe to the provided container
|
|
419
419
|
container.appendChild(iframe);
|
package/index.esm.js
CHANGED
|
@@ -368,7 +368,7 @@ class IframeManager {
|
|
|
368
368
|
debug: String(this.debug),
|
|
369
369
|
baseClientKeysharesRelayApiUrl: (_this_baseClientKeysharesRelayApiUrl = this.baseClientKeysharesRelayApiUrl) != null ? _this_baseClientKeysharesRelayApiUrl : ''
|
|
370
370
|
});
|
|
371
|
-
iframe.src = `${this.iframeDomain}/waas-
|
|
371
|
+
iframe.src = `${this.iframeDomain}/waas-dev/${this.environmentId}?${params.toString()}`;
|
|
372
372
|
}
|
|
373
373
|
/**
|
|
374
374
|
* Load an iframe for a specific container
|
|
@@ -412,7 +412,7 @@ class IframeManager {
|
|
|
412
412
|
debug: String(this.debug),
|
|
413
413
|
baseClientKeysharesRelayApiUrl: (_this_baseClientKeysharesRelayApiUrl = this.baseClientKeysharesRelayApiUrl) != null ? _this_baseClientKeysharesRelayApiUrl : ''
|
|
414
414
|
});
|
|
415
|
-
iframe.src = `${this.iframeDomain}/waas-
|
|
415
|
+
iframe.src = `${this.iframeDomain}/waas-dev/${this.environmentId}?${params.toString()}`;
|
|
416
416
|
this.logger.debug('Creating iframe with src:', iframe.src);
|
|
417
417
|
// Add iframe to the provided container
|
|
418
418
|
container.appendChild(iframe);
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/browser-wallet-client",
|
|
3
|
-
"version": "0.0.0-pr534.
|
|
3
|
+
"version": "0.0.0-pr534.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/core": "0.0.0-pr534.
|
|
7
|
+
"@dynamic-labs-wallet/core": "0.0.0-pr534.3",
|
|
8
8
|
"@dynamic-labs/logger": "^4.25.3",
|
|
9
9
|
"@dynamic-labs/message-transport": "^4.25.3",
|
|
10
10
|
"uuid": "11.1.0"
|