@frontegg/js 6.138.0-alpha.2 → 6.138.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.138.0-alpha.2
1
+ /** @license Frontegg v6.138.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.138.0-alpha.2
1
+ /** @license Frontegg v6.138.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.
@@ -10,7 +10,6 @@ var mockFlagsList = {
10
10
  'new-mfa-pages': 'on',
11
11
  'show-passkeys-new': 'on',
12
12
  'groups-admin-box-new': 'on',
13
- 'msp-all-accounts-new': 'on',
14
- 'admin-portal-new-security-center-page': 'off'
13
+ 'msp-all-accounts-new': 'on'
15
14
  };
16
15
  exports.mockFlagsList = mockFlagsList;
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.138.0-alpha.2'
8
+ cdnVersion: '6.138.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.138.0-alpha.2",
3
+ "version": "6.138.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.138.0-alpha.2"
9
+ "@frontegg/types": "6.138.0"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -1303,8 +1303,7 @@ var mockFlagsList = {
1303
1303
  'new-mfa-pages': 'on',
1304
1304
  'show-passkeys-new': 'on',
1305
1305
  'groups-admin-box-new': 'on',
1306
- 'msp-all-accounts-new': 'on',
1307
- 'admin-portal-new-security-center-page': 'off'
1306
+ 'msp-all-accounts-new': 'on'
1308
1307
  };
1309
1308
 
1310
1309
  /***/ }),
@@ -1321,7 +1320,7 @@ __webpack_require__.r(__webpack_exports__);
1321
1320
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1322
1321
  /* harmony export */ });
1323
1322
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1324
- cdnVersion: '6.138.0-alpha.2'
1323
+ cdnVersion: '6.138.0'
1325
1324
  });
1326
1325
 
1327
1326
  /***/ }),
@@ -7073,7 +7072,7 @@ function* login({
7073
7072
  },
7074
7073
  isAuthenticated
7075
7074
  });
7076
- const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-login-flows']);
7075
+ const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-show-login-flows']);
7077
7076
  if (loginState.flow === _interfaces__WEBPACK_IMPORTED_MODULE_11__.LoginFlow.Login) {
7078
7077
  if (securityCenterLoginFlows && user.isBreachedPassword) {
7079
7078
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_4__.actions.setLoginState({
@@ -7161,7 +7160,7 @@ function* loginWithMfa({
7161
7160
  error: undefined,
7162
7161
  loading: false
7163
7162
  }));
7164
- const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-login-flows']);
7163
+ const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-show-login-flows']);
7165
7164
  if (loginState.flow === _interfaces__WEBPACK_IMPORTED_MODULE_11__.LoginFlow.Login) {
7166
7165
  if (securityCenterLoginFlows && loginState.isBreachedPassword) {
7167
7166
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_4__.actions.setLoginState({
@@ -7294,7 +7293,7 @@ function* handleVerifyMFAResponse({
7294
7293
  const {
7295
7294
  step: mfaStep
7296
7295
  } = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.select)(state => state.auth.mfaState);
7297
- const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-login-flows']);
7296
+ const [securityCenterLoginFlows] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_helpers__WEBPACK_IMPORTED_MODULE_15__.getFeatureFlags, ['security-center-show-login-flows']);
7298
7297
  if (loginState.flow === _interfaces__WEBPACK_IMPORTED_MODULE_11__.LoginFlow.Login) {
7299
7298
  if (securityCenterLoginFlows && loginState.isBreachedPassword) {
7300
7299
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_4__.actions.setLoginState({
@@ -13265,7 +13264,7 @@ const _excluded = ["callback"];
13265
13264
  */
13266
13265
  function securityCenterSagaWrapper(action) {
13267
13266
  return function* (props) {
13268
- const [securityCenterFeatureFlag] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_index__WEBPACK_IMPORTED_MODULE_3__.getFeatureFlags, ['admin-portal-new-security-center-page']);
13267
+ const [securityCenterFeatureFlag] = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_index__WEBPACK_IMPORTED_MODULE_3__.getFeatureFlags, ['security-center-admin-portal']);
13269
13268
  yield action(props);
13270
13269
  if (securityCenterFeatureFlag) {
13271
13270
  yield loadRecommendations();
@@ -22750,7 +22749,7 @@ __webpack_require__.r(__webpack_exports__);
22750
22749
  /* harmony export */ });
22751
22750
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
22752
22751
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
22753
- /** @license Frontegg v6.138.0-alpha.2
22752
+ /** @license Frontegg v6.138.0
22754
22753
  *
22755
22754
  * This source code is licensed under the MIT license found in the
22756
22755
  * LICENSE file in the root directory of this source tree.