@schibsted/account-sdk-browser 5.2.1 → 5.2.2

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
@@ -1174,7 +1174,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
1174
1174
  // Old session
1175
1175
  _this._session = {};
1176
1176
  _this._setSessionServiceUrl(sessionDomain);
1177
- _this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'session' : 'v2/session';
1177
+ _this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'v2/session' : 'session';
1178
1178
  _this._setSpidServerUrl(env);
1179
1179
  _this._setBffServerUrl(env);
1180
1180
  _this._setOauthServerUrl(env);
@@ -12149,7 +12149,7 @@ __webpack_require__.r(__webpack_exports__);
12149
12149
 
12150
12150
 
12151
12151
 
12152
- var version = '5.2.1';
12152
+ var version = '5.2.2';
12153
12153
  /* harmony default export */ __webpack_exports__["default"] = (version);
12154
12154
 
12155
12155
  /***/ }),