@frontegg/js 6.137.0 → 6.138.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/FronteggApp/FronteggApp.js +2 -0
- package/index.js +1 -1
- package/node/FronteggApp/FronteggApp.js +2 -0
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +4 -2
- package/umd/frontegg.production.min.js +1 -1
- package/version.js +1 -1
|
@@ -143,6 +143,8 @@ export var FronteggApp = /*#__PURE__*/function () {
|
|
|
143
143
|
var _this$store$getState$;
|
|
144
144
|
return (_this$store$getState$ = _this.store.getState().auth.user) == null ? void 0 : _this$store$getState$.entitlements;
|
|
145
145
|
};
|
|
146
|
+
/* eslint-disable no-console */
|
|
147
|
+
console.log('Change to test alpha version');
|
|
146
148
|
var appName = formatName(name);
|
|
147
149
|
var customElementName = "frontegg-app-".concat(appName);
|
|
148
150
|
this.iframeRendering = iframeRendering;
|
package/index.js
CHANGED
|
@@ -150,6 +150,8 @@ var FronteggApp = /*#__PURE__*/function () {
|
|
|
150
150
|
var _this$store$getState$;
|
|
151
151
|
return (_this$store$getState$ = _this.store.getState().auth.user) == null ? void 0 : _this$store$getState$.entitlements;
|
|
152
152
|
};
|
|
153
|
+
/* eslint-disable no-console */
|
|
154
|
+
console.log('Change to test alpha version');
|
|
153
155
|
var appName = (0, _utils.formatName)(name);
|
|
154
156
|
var customElementName = "frontegg-app-".concat(appName);
|
|
155
157
|
this.iframeRendering = iframeRendering;
|
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.
|
|
3
|
+
"version": "6.138.0-alpha.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.
|
|
9
|
+
"@frontegg/types": "6.138.0-alpha.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -458,6 +458,8 @@ var FronteggApp = /*#__PURE__*/function () {
|
|
|
458
458
|
var _this$store$getState$;
|
|
459
459
|
return (_this$store$getState$ = _this.store.getState().auth.user) == null ? void 0 : _this$store$getState$.entitlements;
|
|
460
460
|
};
|
|
461
|
+
/* eslint-disable no-console */
|
|
462
|
+
console.log('Change to test alpha version');
|
|
461
463
|
var appName = (0,_utils__WEBPACK_IMPORTED_MODULE_5__.formatName)(name);
|
|
462
464
|
var customElementName = "frontegg-app-".concat(appName);
|
|
463
465
|
this.iframeRendering = iframeRendering;
|
|
@@ -1321,7 +1323,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1321
1323
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1322
1324
|
/* harmony export */ });
|
|
1323
1325
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1324
|
-
cdnVersion: '6.
|
|
1326
|
+
cdnVersion: '6.138.0-alpha.0'
|
|
1325
1327
|
});
|
|
1326
1328
|
|
|
1327
1329
|
/***/ }),
|
|
@@ -22615,7 +22617,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22615
22617
|
/* harmony export */ });
|
|
22616
22618
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
22617
22619
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
22618
|
-
/** @license Frontegg v6.
|
|
22620
|
+
/** @license Frontegg v6.138.0-alpha.0
|
|
22619
22621
|
*
|
|
22620
22622
|
* This source code is licensed under the MIT license found in the
|
|
22621
22623
|
* LICENSE file in the root directory of this source tree.
|