@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/global.js
CHANGED
|
@@ -2658,11 +2658,11 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2658
2658
|
};
|
|
2659
2659
|
}();
|
|
2660
2660
|
this._hasSessionInProgress = _getSession().then(function (sessionData) {
|
|
2661
|
-
_this2._hasSessionInProgress = false;
|
|
2662
|
-
_this2._unblockSessionCallByTab();
|
|
2663
2661
|
if (Object(_validate_js__WEBPACK_IMPORTED_MODULE_55__["isUrl"])(sessionData)) {
|
|
2664
2662
|
return _this2.window.location.href = sessionData;
|
|
2665
2663
|
}
|
|
2664
|
+
_this2._hasSessionInProgress = false;
|
|
2665
|
+
_this2._unblockSessionCallByTab();
|
|
2666
2666
|
return sessionData;
|
|
2667
2667
|
}, function (err) {
|
|
2668
2668
|
_this2.emit('error', err);
|
|
@@ -12174,7 +12174,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12174
12174
|
|
|
12175
12175
|
|
|
12176
12176
|
|
|
12177
|
-
var version = '5.0.1-beta.
|
|
12177
|
+
var version = '5.0.1-beta.8';
|
|
12178
12178
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12179
12179
|
|
|
12180
12180
|
/***/ }),
|