@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/identity.js
CHANGED
|
@@ -1582,7 +1582,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
1582
1582
|
sessionData = null;
|
|
1583
1583
|
_context.prev = 5;
|
|
1584
1584
|
_context.next = 8;
|
|
1585
|
-
return _this2._sessionService.get('
|
|
1585
|
+
return _this2._sessionService.get('v2/session', {
|
|
1586
1586
|
tabId: _this2._getTabId()
|
|
1587
1587
|
});
|
|
1588
1588
|
case 8:
|
|
@@ -2017,7 +2017,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2017
2017
|
case 0:
|
|
2018
2018
|
_context10.prev = 0;
|
|
2019
2019
|
_context10.next = 3;
|
|
2020
|
-
return this._globalSessionService.get('
|
|
2020
|
+
return this._globalSessionService.get('user-context');
|
|
2021
2021
|
case 3:
|
|
2022
2022
|
return _context10.abrupt("return", _context10.sent);
|
|
2023
2023
|
case 6:
|
|
@@ -11999,7 +11999,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11999
11999
|
|
|
12000
12000
|
|
|
12001
12001
|
|
|
12002
|
-
var version = '5.1.
|
|
12002
|
+
var version = '5.1.1';
|
|
12003
12003
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12004
12004
|
|
|
12005
12005
|
/***/ })
|