@frontegg/js 6.165.0-alpha.5 → 6.165.0-alpha.7

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.
@@ -564,9 +564,7 @@ export var FronteggApp = /*#__PURE__*/function () {
564
564
  if (hostedLoginBox) {
565
565
  this.store.dispatch({
566
566
  type: 'auth/stepUpHostedLogin',
567
- payload: {
568
- options: options
569
- }
567
+ payload: options
570
568
  });
571
569
  return;
572
570
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.165.0-alpha.5
1
+ /** @license Frontegg v6.165.0-alpha.7
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.
@@ -571,9 +571,7 @@ var FronteggApp = /*#__PURE__*/function () {
571
571
  if (hostedLoginBox) {
572
572
  this.store.dispatch({
573
573
  type: 'auth/stepUpHostedLogin',
574
- payload: {
575
- options: options
576
- }
574
+ payload: options
577
575
  });
578
576
  return;
579
577
  }
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.165.0-alpha.5
1
+ /** @license Frontegg v6.165.0-alpha.7
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/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.165.0-alpha.5'
8
+ cdnVersion: '6.165.0-alpha.7'
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.165.0-alpha.5",
3
+ "version": "6.165.0-alpha.7",
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.165.0-alpha.5"
9
+ "@frontegg/types": "6.165.0-alpha.7"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -885,9 +885,7 @@ var FronteggApp = /*#__PURE__*/function () {
885
885
  if (hostedLoginBox) {
886
886
  this.store.dispatch({
887
887
  type: 'auth/stepUpHostedLogin',
888
- payload: {
889
- options: options
890
- }
888
+ payload: options
891
889
  });
892
890
  return;
893
891
  }
@@ -1455,7 +1453,7 @@ __webpack_require__.r(__webpack_exports__);
1455
1453
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1456
1454
  /* harmony export */ });
1457
1455
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1458
- cdnVersion: '6.165.0-alpha.5'
1456
+ cdnVersion: '6.165.0-alpha.7'
1459
1457
  });
1460
1458
 
1461
1459
  /***/ }),
@@ -24701,7 +24699,7 @@ __webpack_require__.r(__webpack_exports__);
24701
24699
  /* harmony export */ });
24702
24700
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
24703
24701
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
24704
- /** @license Frontegg v6.165.0-alpha.5
24702
+ /** @license Frontegg v6.165.0-alpha.7
24705
24703
  *
24706
24704
  * This source code is licensed under the MIT license found in the
24707
24705
  * LICENSE file in the root directory of this source tree.