@frontegg/redux-store 7.67.0-alpha.0 → 7.67.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.
@@ -10,11 +10,11 @@ export const initialState = {
10
10
  strategies: {
11
11
  [SignUpStrategyEnum.Email]: {
12
12
  enabled: true,
13
- required: false
13
+ required: true
14
14
  },
15
15
  [SignUpStrategyEnum.PhoneNumber]: {
16
- enabled: true,
17
- required: true
16
+ enabled: false,
17
+ required: false
18
18
  }
19
19
  }
20
20
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.67.0-alpha.0
1
+ /** @license Frontegg v7.67.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.
@@ -16,11 +16,11 @@ const initialState = {
16
16
  strategies: {
17
17
  [_restApi.SignUpStrategyEnum.Email]: {
18
18
  enabled: true,
19
- required: false
19
+ required: true
20
20
  },
21
21
  [_restApi.SignUpStrategyEnum.PhoneNumber]: {
22
- enabled: true,
23
- required: true
22
+ enabled: false,
23
+ required: false
24
24
  }
25
25
  }
26
26
  };
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.67.0-alpha.0
1
+ /** @license Frontegg v7.67.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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "7.67.0-alpha.0",
3
+ "version": "7.67.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
9
  "@frontegg/entitlements-javascript-commons": "1.1.2",
10
- "@frontegg/rest-api": "7.67.0-alpha.0",
10
+ "@frontegg/rest-api": "7.67.0-alpha.2",
11
11
  "fast-deep-equal": "3.1.3",
12
12
  "get-value": "^3.0.1",
13
13
  "proxy-compare": "^3.0.0",