@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/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('/v2/session', {
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('/user-context');
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.0';
12008
+ var version = '5.1.1';
12009
12009
  /* harmony default export */ __webpack_exports__["default"] = (version);
12010
12010
 
12011
12011
  /***/ }),