@schibsted/account-sdk-browser 5.0.1-beta.7 → 5.0.1-beta.8
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/es5/global.js +3 -3
- package/es5/global.js.map +1 -1
- package/es5/global.min.js +1 -1
- package/es5/global.min.js.map +1 -1
- package/es5/identity.js +3 -3
- package/es5/identity.js.map +1 -1
- package/es5/identity.min.js +1 -1
- package/es5/identity.min.js.map +1 -1
- package/es5/index.js +3 -3
- package/es5/index.js.map +1 -1
- package/es5/index.min.js +1 -1
- package/es5/index.min.js.map +1 -1
- package/es5/monetization.js +1 -1
- package/es5/monetization.js.map +1 -1
- package/es5/monetization.min.js +1 -1
- package/es5/monetization.min.js.map +1 -1
- package/package.json +1 -1
- package/src/identity.js +2 -3
- package/src/version.js +1 -1
package/es5/index.js
CHANGED
|
@@ -1781,11 +1781,11 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
1781
1781
|
};
|
|
1782
1782
|
}();
|
|
1783
1783
|
this._hasSessionInProgress = _getSession().then(function (sessionData) {
|
|
1784
|
-
_this2._hasSessionInProgress = false;
|
|
1785
|
-
_this2._unblockSessionCallByTab();
|
|
1786
1784
|
if (Object(_validate_js__WEBPACK_IMPORTED_MODULE_55__["isUrl"])(sessionData)) {
|
|
1787
1785
|
return _this2.window.location.href = sessionData;
|
|
1788
1786
|
}
|
|
1787
|
+
_this2._hasSessionInProgress = false;
|
|
1788
|
+
_this2._unblockSessionCallByTab();
|
|
1789
1789
|
return sessionData;
|
|
1790
1790
|
}, function (err) {
|
|
1791
1791
|
_this2.emit('error', err);
|
|
@@ -12146,7 +12146,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12146
12146
|
|
|
12147
12147
|
|
|
12148
12148
|
|
|
12149
|
-
var version = '5.0.1-beta.
|
|
12149
|
+
var version = '5.0.1-beta.8';
|
|
12150
12150
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12151
12151
|
|
|
12152
12152
|
/***/ }),
|