@frontegg/js 7.61.0 → 7.62.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
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.62.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": "7.
|
|
9
|
+
"@frontegg/types": "7.62.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1630,7 +1630,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1630
1630
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1631
1631
|
/* harmony export */ });
|
|
1632
1632
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1633
|
-
cdnVersion: '7.
|
|
1633
|
+
cdnVersion: '7.62.0'
|
|
1634
1634
|
});
|
|
1635
1635
|
|
|
1636
1636
|
/***/ }),
|
|
@@ -5796,7 +5796,7 @@ const _excluded = ["callback", "error"],
|
|
|
5796
5796
|
routes
|
|
5797
5797
|
} = store.auth;
|
|
5798
5798
|
if ((0,_helpers__WEBPACK_IMPORTED_MODULE_3__.isMfaRequired)(user, store.root.appName)) {
|
|
5799
|
-
const mfaRequiredState = await actions.getMfaRequiredState(user, _constants__WEBPACK_IMPORTED_MODULE_7__.DEFAULT_RETRY_CONFIG, true);
|
|
5799
|
+
const mfaRequiredState = await actions.getMfaRequiredState(user, _constants__WEBPACK_IMPORTED_MODULE_7__.DEFAULT_RETRY_CONFIG, true, email);
|
|
5800
5800
|
actions.setAuthState(mfaRequiredState);
|
|
5801
5801
|
onRedirectTo(routes.loginUrl, {
|
|
5802
5802
|
preserveQueryParams: true
|
|
@@ -18259,7 +18259,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18259
18259
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
18260
18260
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
18261
18261
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
18262
|
-
/** @license Frontegg v7.
|
|
18262
|
+
/** @license Frontegg v7.62.0
|
|
18263
18263
|
*
|
|
18264
18264
|
* This source code is licensed under the MIT license found in the
|
|
18265
18265
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -28367,7 +28367,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28367
28367
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
28368
28368
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
28369
28369
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
28370
|
-
/** @license Frontegg v7.
|
|
28370
|
+
/** @license Frontegg v7.62.0
|
|
28371
28371
|
*
|
|
28372
28372
|
* This source code is licensed under the MIT license found in the
|
|
28373
28373
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -30997,7 +30997,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30997
30997
|
/* harmony export */ });
|
|
30998
30998
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
30999
30999
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
31000
|
-
/** @license Frontegg v7.
|
|
31000
|
+
/** @license Frontegg v7.62.0
|
|
31001
31001
|
*
|
|
31002
31002
|
* This source code is licensed under the MIT license found in the
|
|
31003
31003
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -31013,6 +31013,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31013
31013
|
|
|
31014
31014
|
|
|
31015
31015
|
|
|
31016
|
+
|
|
31016
31017
|
/***/ }),
|
|
31017
31018
|
|
|
31018
31019
|
/***/ "../../node_modules/@frontegg/entitlements-javascript-commons/dist/conditions/condition.evaluator.js":
|