@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/global.js
CHANGED
|
@@ -2051,7 +2051,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2051
2051
|
// Old session
|
|
2052
2052
|
_this._session = {};
|
|
2053
2053
|
_this._setSessionServiceUrl(sessionDomain);
|
|
2054
|
-
_this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'session' : '
|
|
2054
|
+
_this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'v2/session' : 'session';
|
|
2055
2055
|
_this._setSpidServerUrl(env);
|
|
2056
2056
|
_this._setBffServerUrl(env);
|
|
2057
2057
|
_this._setOauthServerUrl(env);
|
|
@@ -12177,7 +12177,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12177
12177
|
|
|
12178
12178
|
|
|
12179
12179
|
|
|
12180
|
-
var version = '5.2.
|
|
12180
|
+
var version = '5.2.2';
|
|
12181
12181
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12182
12182
|
|
|
12183
12183
|
/***/ }),
|