@fivenorth/loop-sdk 0.6.4 → 0.6.5

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2531,9 +2531,6 @@ class LoopSDK {
2531
2531
  this.onReject?.();
2532
2532
  this.hideQrCode();
2533
2533
  console.log("[LoopSDK] HANDSHAKE_REJECT: closing popup (if exists)");
2534
- if (this.popupWindow && !this.popupWindow.closed) {
2535
- this.popupWindow.close();
2536
- }
2537
2534
  this.popupWindow = null;
2538
2535
  } else if (this.provider) {
2539
2536
  this.provider.handleResponse(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fivenorth/loop-sdk",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "author": "hello@fivenorth.io",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",