@frontegg/js 6.81.0-alpha.0 → 6.81.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 CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.81.0-alpha.0
1
+ /** @license Frontegg v6.81.0-alpha.2
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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.81.0-alpha.0
1
+ /** @license Frontegg v6.81.0-alpha.2
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.81.0-alpha.0"
8
+ "cdnVersion": "6.81.0-alpha.2"
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.81.0-alpha.0",
3
+ "version": "6.81.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.81.0-alpha.0"
9
+ "@frontegg/types": "6.81.0-alpha.2"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -1196,7 +1196,7 @@ __webpack_require__.r(__webpack_exports__);
1196
1196
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1197
1197
  /* harmony export */ });
1198
1198
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1199
- "cdnVersion": "6.81.0-alpha.0"
1199
+ "cdnVersion": "6.81.0-alpha.2"
1200
1200
  });
1201
1201
 
1202
1202
  /***/ }),
@@ -17928,7 +17928,7 @@ const createFronteggStore = (rootInitialState, storeHolder, previewMode = false,
17928
17928
  holder = window;
17929
17929
  }
17930
17930
  if (!holder.store) {
17931
- var _storeHolder$name, _overrideInitialState, _authInitialState$rou, _overrideInitialState2, _overrideInitialState3, _overrideInitialState4, _overrideInitialState5, _overrideInitialState6, _overrideInitialState7, _overrideInitialState8, _overrideInitialState9;
17931
+ var _overrideInitialState, _authInitialState$rou, _overrideInitialState2, _overrideInitialState3, _overrideInitialState4, _overrideInitialState5, _overrideInitialState6, _overrideInitialState7, _overrideInitialState8, _overrideInitialState9;
17932
17932
  if (!previewMode && !builderMode) {
17933
17933
  _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_7__.ContextHolder.setContext(rootInitialState.context);
17934
17934
  }
@@ -17944,8 +17944,7 @@ const createFronteggStore = (rootInitialState, storeHolder, previewMode = false,
17944
17944
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
17945
17945
  root: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, rootInitialState, {
17946
17946
  previewMode,
17947
- urlStrategy: urlStrategy,
17948
- appName: (_storeHolder$name = storeHolder == null ? void 0 : storeHolder.name) != null ? _storeHolder$name : 'default'
17947
+ urlStrategy: urlStrategy
17949
17948
  }),
17950
17949
  [_auth__WEBPACK_IMPORTED_MODULE_8__["default"].storeName]: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, _auth__WEBPACK_IMPORTED_MODULE_8__["default"].initialState, authInitialState, (_overrideInitialState = overrideInitialState == null ? void 0 : overrideInitialState.auth) != null ? _overrideInitialState : {}, {
17951
17950
  routes: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, _auth__WEBPACK_IMPORTED_MODULE_8__["default"].initialState.routes, (_authInitialState$rou = authInitialState == null ? void 0 : authInitialState.routes) != null ? _authInitialState$rou : {}, (_overrideInitialState2 = overrideInitialState == null ? void 0 : (_overrideInitialState3 = overrideInitialState.auth) == null ? void 0 : _overrideInitialState3.routes) != null ? _overrideInitialState2 : {})
@@ -18848,7 +18847,7 @@ __webpack_require__.r(__webpack_exports__);
18848
18847
  /* harmony export */ });
18849
18848
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
18850
18849
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
18851
- /** @license Frontegg v6.81.0-alpha.0
18850
+ /** @license Frontegg v6.81.0-alpha.2
18852
18851
  *
18853
18852
  * This source code is licensed under the MIT license found in the
18854
18853
  * LICENSE file in the root directory of this source tree.