@frontegg/redux-store 7.103.0 → 7.104.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.
@@ -765,6 +765,7 @@ export default ((store, api, sharedActions) => {
765
765
  loading: false,
766
766
  phoneNumber: preloginRes == null ? void 0 : preloginRes.phoneNumber,
767
767
  email,
768
+ username,
768
769
  error: undefined
769
770
  });
770
771
  callback == null ? void 0 : callback();
@@ -40,6 +40,7 @@ export interface LoginState {
40
40
  mfaRequired?: boolean;
41
41
  mfaToken?: string;
42
42
  email?: string;
43
+ username?: string;
43
44
  tenants: ITenantsResponse[];
44
45
  tenantsLoading?: boolean;
45
46
  allowRememberMfaDevice?: boolean;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.103.0
1
+ /** @license Frontegg v7.104.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.
@@ -772,6 +772,7 @@ var _default = (store, api, sharedActions) => {
772
772
  loading: false,
773
773
  phoneNumber: preloginRes == null ? void 0 : preloginRes.phoneNumber,
774
774
  email,
775
+ username,
775
776
  error: undefined
776
777
  });
777
778
  callback == null ? void 0 : callback();
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.103.0
1
+ /** @license Frontegg v7.104.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": "7.103.0",
3
+ "version": "7.104.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
9
  "@frontegg/entitlements-javascript-commons": "1.1.2",
10
- "@frontegg/rest-api": "7.103.0",
10
+ "@frontegg/rest-api": "7.104.0-alpha.0",
11
11
  "fast-deep-equal": "3.1.3",
12
12
  "get-value": "^3.0.1",
13
13
  "proxy-compare": "^3.0.0",