@frontegg/js 7.11.0 → 7.12.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 CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.11.0
1
+ /** @license Frontegg v7.12.0-alpha.0
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 v7.11.0
1
+ /** @license Frontegg v7.12.0-alpha.0
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: '7.11.0'
8
+ cdnVersion: '7.12.0-alpha.0'
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "7.11.0",
3
+ "version": "7.12.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": "7.11.0"
9
+ "@frontegg/types": "7.12.0-alpha.0"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -1586,7 +1586,7 @@ __webpack_require__.r(__webpack_exports__);
1586
1586
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1587
1587
  /* harmony export */ });
1588
1588
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1589
- cdnVersion: '7.11.0'
1589
+ cdnVersion: '7.12.0-alpha.0'
1590
1590
  });
1591
1591
 
1592
1592
  /***/ }),
@@ -17008,13 +17008,15 @@ __webpack_require__.r(__webpack_exports__);
17008
17008
  /* harmony export */ generateCodeChallenge: () => (/* reexport safe */ _random__WEBPACK_IMPORTED_MODULE_4__.generateCodeChallenge),
17009
17009
  /* harmony export */ generateCodeChallengeNative: () => (/* reexport safe */ _random__WEBPACK_IMPORTED_MODULE_4__.generateCodeChallengeNative),
17010
17010
  /* harmony export */ generateCodeChallengePureJs: () => (/* reexport safe */ _random__WEBPACK_IMPORTED_MODULE_4__.generateCodeChallengePureJs),
17011
+ /* harmony export */ hmac: () => (/* reexport safe */ _sha256__WEBPACK_IMPORTED_MODULE_6__.hmac),
17011
17012
  /* harmony export */ isError: () => (/* reexport safe */ _handlers__WEBPACK_IMPORTED_MODULE_1__.isError),
17012
17013
  /* harmony export */ isProxy: () => (/* reexport safe */ _common__WEBPACK_IMPORTED_MODULE_0__.isProxy),
17013
17014
  /* harmony export */ omitProps: () => (/* reexport safe */ _common__WEBPACK_IMPORTED_MODULE_0__.omitProps),
17014
17015
  /* harmony export */ publicKeyCredentialToJSON: () => (/* reexport safe */ _converters__WEBPACK_IMPORTED_MODULE_2__.publicKeyCredentialToJSON),
17015
17016
  /* harmony export */ readFileAsText: () => (/* reexport safe */ _converters__WEBPACK_IMPORTED_MODULE_2__.readFileAsText),
17016
17017
  /* harmony export */ reportGTMEvent: () => (/* reexport safe */ _gtm__WEBPACK_IMPORTED_MODULE_5__.reportGTMEvent),
17017
- /* harmony export */ retry: () => (/* reexport safe */ _common__WEBPACK_IMPORTED_MODULE_0__.retry)
17018
+ /* harmony export */ retry: () => (/* reexport safe */ _common__WEBPACK_IMPORTED_MODULE_0__.retry),
17019
+ /* harmony export */ sha256: () => (/* reexport safe */ _sha256__WEBPACK_IMPORTED_MODULE_6__.sha256)
17018
17020
  /* harmony export */ });
17019
17021
  /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "../../dist/@frontegg/redux-store/helpers/common.js");
17020
17022
  /* harmony import */ var _handlers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./handlers */ "../../dist/@frontegg/redux-store/helpers/handlers.js");
@@ -17022,6 +17024,8 @@ __webpack_require__.r(__webpack_exports__);
17022
17024
  /* harmony import */ var _encoders__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./encoders */ "../../dist/@frontegg/redux-store/helpers/encoders.js");
17023
17025
  /* harmony import */ var _random__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./random */ "../../dist/@frontegg/redux-store/helpers/random.js");
17024
17026
  /* harmony import */ var _gtm__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./gtm */ "../../dist/@frontegg/redux-store/helpers/gtm.js");
17027
+ /* harmony import */ var _sha256__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./sha256 */ "../../dist/@frontegg/redux-store/helpers/sha256.js");
17028
+
17025
17029
 
17026
17030
 
17027
17031
 
@@ -17604,6 +17608,7 @@ __webpack_require__.r(__webpack_exports__);
17604
17608
  /* harmony export */ getSearchParam: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.getSearchParam),
17605
17609
  /* harmony export */ getSearchParamsFromUrl: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.getSearchParamsFromUrl),
17606
17610
  /* harmony export */ getUri: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.getUri),
17611
+ /* harmony export */ hmac: () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_2__.hmac),
17607
17612
  /* harmony export */ isAbsoluteUrl: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.isAbsoluteUrl),
17608
17613
  /* harmony export */ isAuthRoute: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.isAuthRoute),
17609
17614
  /* harmony export */ isEmailPayload: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.isEmailPayload),
@@ -17621,6 +17626,7 @@ __webpack_require__.r(__webpack_exports__);
17621
17626
  /* harmony export */ reportGTMEvent: () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_2__.reportGTMEvent),
17622
17627
  /* harmony export */ retry: () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_2__.retry),
17623
17628
  /* harmony export */ setAfterAuthRedirectUrlForStepUp: () => (/* reexport safe */ _auth_helpers__WEBPACK_IMPORTED_MODULE_3__.setAfterAuthRedirectUrlForStepUp),
17629
+ /* harmony export */ sha256: () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_2__.sha256),
17624
17630
  /* harmony export */ snapshot: () => (/* reexport safe */ _toolkit__WEBPACK_IMPORTED_MODULE_0__.snapshot),
17625
17631
  /* harmony export */ subscribe: () => (/* reexport safe */ _toolkit__WEBPACK_IMPORTED_MODULE_0__.subscribe)
17626
17632
  /* harmony export */ });
@@ -17633,7 +17639,7 @@ __webpack_require__.r(__webpack_exports__);
17633
17639
  /* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
17634
17640
  /* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
17635
17641
  /* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
17636
- /** @license Frontegg v7.11.0
17642
+ /** @license Frontegg v7.12.0-alpha.0
17637
17643
  *
17638
17644
  * This source code is licensed under the MIT license found in the
17639
17645
  * LICENSE file in the root directory of this source tree.
@@ -17655,6 +17661,7 @@ __webpack_require__.r(__webpack_exports__);
17655
17661
 
17656
17662
 
17657
17663
 
17664
+
17658
17665
  /***/ }),
17659
17666
 
17660
17667
  /***/ "../../dist/@frontegg/redux-store/mocks/audits-mocks/auditLogsActions.mocks.js":
@@ -24149,6 +24156,7 @@ const createStore = options => {
24149
24156
  },
24150
24157
  getState: () => store,
24151
24158
  subscribe: callback => (0,_valtio__WEBPACK_IMPORTED_MODULE_14__.subscribe)(store, callback),
24159
+ subscribeStateChanged: callback => (0,_valtio__WEBPACK_IMPORTED_MODULE_14__.subscribe)(store, () => callback(store)),
24152
24160
  store,
24153
24161
  actions,
24154
24162
  stateActions
@@ -24193,6 +24201,7 @@ const createStore = options => {
24193
24201
  },
24194
24202
  getState: () => store,
24195
24203
  subscribe: callback => (0,_valtio__WEBPACK_IMPORTED_MODULE_14__.subscribe)(store, callback),
24204
+ subscribeStateChanged: callback => (0,_valtio__WEBPACK_IMPORTED_MODULE_14__.subscribe)(store, () => callback(store)),
24196
24205
  store,
24197
24206
  actions,
24198
24207
  stateActions
@@ -25410,7 +25419,7 @@ __webpack_require__.r(__webpack_exports__);
25410
25419
  /* harmony export */ });
25411
25420
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
25412
25421
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
25413
- /** @license Frontegg v7.11.0
25422
+ /** @license Frontegg v7.12.0-alpha.0
25414
25423
  *
25415
25424
  * This source code is licensed under the MIT license found in the
25416
25425
  * LICENSE file in the root directory of this source tree.