@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/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' : '
|
|
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.
|
|
12152
|
+
var version = '5.2.2';
|
|
12153
12153
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12154
12154
|
|
|
12155
12155
|
/***/ }),
|