@frontegg/js 6.96.0-alpha.1 → 6.96.0-alpha.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/index.js +1 -1
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +2 -6
- package/umd/frontegg.production.min.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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "6.96.0-alpha.
|
|
3
|
+
"version": "6.96.0-alpha.2",
|
|
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.96.0-alpha.
|
|
9
|
+
"@frontegg/types": "6.96.0-alpha.2"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1204,7 +1204,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1204
1204
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1205
1205
|
/* harmony export */ });
|
|
1206
1206
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1207
|
-
cdnVersion: '6.96.0-alpha.
|
|
1207
|
+
cdnVersion: '6.96.0-alpha.2'
|
|
1208
1208
|
});
|
|
1209
1209
|
|
|
1210
1210
|
/***/ }),
|
|
@@ -19625,10 +19625,6 @@ const defaultMetadata = {
|
|
|
19625
19625
|
visibility: 'hidden',
|
|
19626
19626
|
permissions: ['fe.secure.read.provisioningConfiguration']
|
|
19627
19627
|
},
|
|
19628
|
-
multipleSSO: {
|
|
19629
|
-
visibility: 'hidden',
|
|
19630
|
-
permissions: ['fe.secure.read.samlConfiguration']
|
|
19631
|
-
},
|
|
19632
19628
|
audits: {
|
|
19633
19629
|
visibility: 'always',
|
|
19634
19630
|
permissions: ['fe.secure.read.audits']
|
|
@@ -19843,7 +19839,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19843
19839
|
/* harmony export */ });
|
|
19844
19840
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
19845
19841
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
19846
|
-
/** @license Frontegg v6.96.0-alpha.
|
|
19842
|
+
/** @license Frontegg v6.96.0-alpha.2
|
|
19847
19843
|
*
|
|
19848
19844
|
* This source code is licensed under the MIT license found in the
|
|
19849
19845
|
* LICENSE file in the root directory of this source tree.
|