@frontegg/js 6.168.0 → 6.169.0

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.168.0
1
+ /** @license Frontegg v6.169.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.168.0
1
+ /** @license Frontegg v6.169.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- cdnVersion: '6.168.0'
8
+ cdnVersion: '6.169.0'
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "6.168.0",
3
+ "version": "6.169.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/types": "6.168.0"
9
+ "@frontegg/types": "6.169.0"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -1445,7 +1445,7 @@ __webpack_require__.r(__webpack_exports__);
1445
1445
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1446
1446
  /* harmony export */ });
1447
1447
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1448
- cdnVersion: '6.168.0'
1448
+ cdnVersion: '6.169.0'
1449
1449
  });
1450
1450
 
1451
1451
  /***/ }),
@@ -5597,10 +5597,10 @@ __webpack_require__.r(__webpack_exports__);
5597
5597
  /* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @frontegg/rest-api */ "../../node_modules/@frontegg/rest-api/auth/enums.js");
5598
5598
  /* harmony import */ var _interfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./interfaces */ "../../dist/@frontegg/redux-store/auth/LoginState/interfaces.js");
5599
5599
  /**
5600
- @notice these file is used inside next js middleware
5600
+ @notice these file is used inside next js middleware
5601
5601
  middleware file in next js runs inside edge runtime
5602
5602
  using redux-toolkit is not allowed inside edge runtime and breaks the build because it is using eval
5603
- please don't import from redux or from other files that import from redux
5603
+ please don't import from redux or from other files that import from redux
5604
5604
  */
5605
5605
 
5606
5606
 
@@ -5628,7 +5628,8 @@ const defaultFronteggRoutes = {
5628
5628
  oidcRedirectUrl: '/account/oidc/callback',
5629
5629
  samlCallbackUrl: '/account/saml/callback',
5630
5630
  magicLinkCallbackUrl: '/account/login/magic-link',
5631
- hostedLoginRedirectUrl: '/oauth/callback'
5631
+ hostedLoginRedirectUrl: '/oauth/callback',
5632
+ openAppUrl: '/account/redirect'
5632
5633
  };
5633
5634
 
5634
5635
  /***/ }),
@@ -6832,8 +6833,7 @@ function* preLogin({
6832
6833
  if (_toolkit__WEBPACK_IMPORTED_MODULE_27__["default"].isAvailable('loginWithSSO')) {
6833
6834
  _toolkit__WEBPACK_IMPORTED_MODULE_27__["default"].loginWithSSO(email);
6834
6835
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_5__.actions.setLoginState({
6835
- loading: false,
6836
- step: _interfaces__WEBPACK_IMPORTED_MODULE_10__.LoginStep.redirectToSSO
6836
+ loading: false
6837
6837
  }));
6838
6838
  callback == null ? void 0 : callback();
6839
6839
  } else {
@@ -24570,6 +24570,7 @@ __webpack_require__.r(__webpack_exports__);
24570
24570
 
24571
24571
 
24572
24572
 
24573
+
24573
24574
  /***/ }),
24574
24575
 
24575
24576
  /***/ "../../dist/@frontegg/types/ThemeOptions/fieldsAppearanceConsts.js":
@@ -24728,7 +24729,7 @@ __webpack_require__.r(__webpack_exports__);
24728
24729
  /* harmony export */ });
24729
24730
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
24730
24731
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
24731
- /** @license Frontegg v6.168.0
24732
+ /** @license Frontegg v6.169.0
24732
24733
  *
24733
24734
  * This source code is licensed under the MIT license found in the
24734
24735
  * LICENSE file in the root directory of this source tree.