@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/global.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/src/version.js +1 -1
package/es5/identity.js
CHANGED
|
@@ -1168,7 +1168,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
1168
1168
|
// Old session
|
|
1169
1169
|
_this._session = {};
|
|
1170
1170
|
_this._setSessionServiceUrl(sessionDomain);
|
|
1171
|
-
_this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'session' : '
|
|
1171
|
+
_this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'v2/session' : 'session';
|
|
1172
1172
|
_this._setSpidServerUrl(env);
|
|
1173
1173
|
_this._setBffServerUrl(env);
|
|
1174
1174
|
_this._setOauthServerUrl(env);
|
|
@@ -12143,7 +12143,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12143
12143
|
|
|
12144
12144
|
|
|
12145
12145
|
|
|
12146
|
-
var version = '5.2.
|
|
12146
|
+
var version = '5.2.2';
|
|
12147
12147
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12148
12148
|
|
|
12149
12149
|
/***/ })
|