@frontegg/redux-store 6.151.0 → 6.152.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.
@@ -467,7 +467,8 @@ function* verifyMfaMock({
467
467
  mfaDevices = {
468
468
  webauthn: [],
469
469
  phones: [],
470
- authenticators: []
470
+ authenticators: [],
471
+ emails: []
471
472
  }
472
473
  } = yield select(state => state.auth.mfaState);
473
474
  yield put(actions.setMfaState({
@@ -536,7 +537,8 @@ function* disableMfaMock({
536
537
  mfaDevices = {
537
538
  webauthn: [],
538
539
  phones: [],
539
- authenticators: []
540
+ authenticators: [],
541
+ emails: []
540
542
  }
541
543
  } = yield select(state => state.auth.mfaState);
542
544
  yield put(actions.setMfaState({
@@ -585,7 +587,8 @@ function* disableMfaSmsMock({
585
587
  mfaDevices = {
586
588
  webauthn: [],
587
589
  phones: [],
588
- authenticators: []
590
+ authenticators: [],
591
+ emails: []
589
592
  }
590
593
  } = yield select(state => state.auth.mfaState);
591
594
  yield put(actions.setMfaState({
@@ -629,7 +632,8 @@ function* enrollMfaSmsMock(_ref11) {
629
632
  mfaDevices = {
630
633
  webauthn: [],
631
634
  phones: [],
632
- authenticators: []
635
+ authenticators: [],
636
+ emails: []
633
637
  }
634
638
  } = yield select(state => state.auth.mfaState);
635
639
  yield put(actions.setMfaState({
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.151.0
1
+ /** @license Frontegg v6.152.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.
@@ -475,7 +475,8 @@ function* verifyMfaMock({
475
475
  mfaDevices = {
476
476
  webauthn: [],
477
477
  phones: [],
478
- authenticators: []
478
+ authenticators: [],
479
+ emails: []
479
480
  }
480
481
  } = yield (0, _effects.select)(state => state.auth.mfaState);
481
482
  yield (0, _effects.put)(_reducer.actions.setMfaState({
@@ -544,7 +545,8 @@ function* disableMfaMock({
544
545
  mfaDevices = {
545
546
  webauthn: [],
546
547
  phones: [],
547
- authenticators: []
548
+ authenticators: [],
549
+ emails: []
548
550
  }
549
551
  } = yield (0, _effects.select)(state => state.auth.mfaState);
550
552
  yield (0, _effects.put)(_reducer.actions.setMfaState({
@@ -593,7 +595,8 @@ function* disableMfaSmsMock({
593
595
  mfaDevices = {
594
596
  webauthn: [],
595
597
  phones: [],
596
- authenticators: []
598
+ authenticators: [],
599
+ emails: []
597
600
  }
598
601
  } = yield (0, _effects.select)(state => state.auth.mfaState);
599
602
  yield (0, _effects.put)(_reducer.actions.setMfaState({
@@ -637,7 +640,8 @@ function* enrollMfaSmsMock(_ref11) {
637
640
  mfaDevices = {
638
641
  webauthn: [],
639
642
  phones: [],
640
- authenticators: []
643
+ authenticators: [],
644
+ emails: []
641
645
  }
642
646
  } = yield (0, _effects.select)(state => state.auth.mfaState);
643
647
  yield (0, _effects.put)(_reducer.actions.setMfaState({
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.151.0
1
+ /** @license Frontegg v6.152.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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "6.151.0",
3
+ "version": "6.152.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/rest-api": "3.1.42",
10
- "@frontegg/entitlements-javascript-commons": "1.0.0",
9
+ "@frontegg/entitlements-javascript-commons": "1.0.1",
10
+ "@frontegg/rest-api": "3.1.47",
11
11
  "@reduxjs/toolkit": "1.8.5",
12
12
  "fast-deep-equal": "3.1.3",
13
13
  "redux-saga": "^1.2.1",