@schibsted/account-sdk-browser 5.1.0 → 5.1.1
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 -2
- package/src/version.js +1 -1
package/es5/index.js
CHANGED
|
@@ -1588,7 +1588,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
1588
1588
|
sessionData = null;
|
|
1589
1589
|
_context.prev = 5;
|
|
1590
1590
|
_context.next = 8;
|
|
1591
|
-
return _this2._sessionService.get('
|
|
1591
|
+
return _this2._sessionService.get('v2/session', {
|
|
1592
1592
|
tabId: _this2._getTabId()
|
|
1593
1593
|
});
|
|
1594
1594
|
case 8:
|
|
@@ -2023,7 +2023,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2023
2023
|
case 0:
|
|
2024
2024
|
_context10.prev = 0;
|
|
2025
2025
|
_context10.next = 3;
|
|
2026
|
-
return this._globalSessionService.get('
|
|
2026
|
+
return this._globalSessionService.get('user-context');
|
|
2027
2027
|
case 3:
|
|
2028
2028
|
return _context10.abrupt("return", _context10.sent);
|
|
2029
2029
|
case 6:
|
|
@@ -12005,7 +12005,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12005
12005
|
|
|
12006
12006
|
|
|
12007
12007
|
|
|
12008
|
-
var version = '5.1.
|
|
12008
|
+
var version = '5.1.1';
|
|
12009
12009
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12010
12010
|
|
|
12011
12011
|
/***/ }),
|