@frontegg/js 6.64.0 → 6.65.0-alpha.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 +1 -1
- package/node/index.js +1 -1
- package/node/utils/mockFlagsList.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +3 -3
- package/umd/frontegg.production.min.js +1 -1
- package/utils/mockFlagsList.js +1 -1
- package/version.js +1 -1
package/index.js
CHANGED
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.65.0-alpha.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@babel/runtime": "^7.18.6",
|
|
8
|
-
"@frontegg/types": "6.
|
|
8
|
+
"@frontegg/types": "6.65.0-alpha.0"
|
|
9
9
|
},
|
|
10
10
|
"browserslist": {
|
|
11
11
|
"production": [
|
|
@@ -1298,7 +1298,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1298
1298
|
var mockFlagsList = {
|
|
1299
1299
|
'admin_portal_ip_restrictions': 'on',
|
|
1300
1300
|
'admin_portal_domain_restrictions': 'on',
|
|
1301
|
-
'
|
|
1301
|
+
'new-mfa-pages': 'on'
|
|
1302
1302
|
};
|
|
1303
1303
|
|
|
1304
1304
|
/***/ }),
|
|
@@ -1315,7 +1315,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1315
1315
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1316
1316
|
/* harmony export */ });
|
|
1317
1317
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1318
|
-
"cdnVersion": "6.
|
|
1318
|
+
"cdnVersion": "6.65.0-alpha.0"
|
|
1319
1319
|
});
|
|
1320
1320
|
|
|
1321
1321
|
/***/ }),
|
|
@@ -18311,7 +18311,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18311
18311
|
/* harmony export */ });
|
|
18312
18312
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
18313
18313
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
18314
|
-
/** @license Frontegg v6.
|
|
18314
|
+
/** @license Frontegg v6.65.0-alpha.0
|
|
18315
18315
|
*
|
|
18316
18316
|
* This source code is licensed under the MIT license found in the
|
|
18317
18317
|
* LICENSE file in the root directory of this source tree.
|