@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/global.js
CHANGED
|
@@ -2465,7 +2465,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2465
2465
|
sessionData = null;
|
|
2466
2466
|
_context.prev = 5;
|
|
2467
2467
|
_context.next = 8;
|
|
2468
|
-
return _this2._sessionService.get('
|
|
2468
|
+
return _this2._sessionService.get('v2/session', {
|
|
2469
2469
|
tabId: _this2._getTabId()
|
|
2470
2470
|
});
|
|
2471
2471
|
case 8:
|
|
@@ -2900,7 +2900,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2900
2900
|
case 0:
|
|
2901
2901
|
_context10.prev = 0;
|
|
2902
2902
|
_context10.next = 3;
|
|
2903
|
-
return this._globalSessionService.get('
|
|
2903
|
+
return this._globalSessionService.get('user-context');
|
|
2904
2904
|
case 3:
|
|
2905
2905
|
return _context10.abrupt("return", _context10.sent);
|
|
2906
2906
|
case 6:
|
|
@@ -12033,7 +12033,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12033
12033
|
|
|
12034
12034
|
|
|
12035
12035
|
|
|
12036
|
-
var version = '5.1.
|
|
12036
|
+
var version = '5.1.1';
|
|
12037
12037
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12038
12038
|
|
|
12039
12039
|
/***/ }),
|