Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
# bitski | ||
## 3.0.0-beta.3 | ||
### Patch Changes | ||
- [#277](https://github.com/BitskiCo/bitski-js/pull/277) [`c97d83d`](https://github.com/BitskiCo/bitski-js/commit/c97d83d198b798b7718289d9fbb18ce0458805df) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Extend timeout to prevent popup from being dismissed early in Chromium browsers | ||
## 3.0.0-beta.2 | ||
@@ -4,0 +10,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
this.isPopupBlocked(popup); | ||
}, 200); | ||
}, 2000); | ||
} | ||
@@ -21,0 +21,0 @@ else { |
@@ -21,3 +21,3 @@ "use strict"; | ||
this.isPopupBlocked(popup); | ||
}, 200); | ||
}, 2000); | ||
} | ||
@@ -24,0 +24,0 @@ else { |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "lint": "eslint . --cache", |
@@ -22,3 +22,3 @@ /** | ||
this.isPopupBlocked(popup); | ||
}, 200); | ||
}, 2000); | ||
} else { | ||
@@ -25,0 +25,0 @@ popup.onload = () => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3348112