@frontegg/react-hooks 6.104.0 → 6.105.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.
@@ -13,7 +13,7 @@ export const useEntitlementsActions = () => reducerActionsGenerator(entitlements
13
13
  */
14
14
  export const useEntitlements = keys => {
15
15
  const {
16
- entitlements = {}
16
+ entitlements
17
17
  } = useEntitlementsState();
18
18
  return getEntitlements(entitlements, keys);
19
19
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.104.0
1
+ /** @license Frontegg v6.105.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.
@@ -21,7 +21,7 @@ const useEntitlementsActions = () => (0, _hooks.reducerActionsGenerator)(_reduxS
21
21
  exports.useEntitlementsActions = useEntitlementsActions;
22
22
  const useEntitlements = keys => {
23
23
  const {
24
- entitlements = {}
24
+ entitlements
25
25
  } = useEntitlementsState();
26
26
  return (0, _reduxStore.getEntitlements)(entitlements, keys);
27
27
  };
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.104.0
1
+ /** @license Frontegg v6.105.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/react-hooks",
3
- "version": "6.104.0",
3
+ "version": "6.105.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/redux-store": "6.104.0",
10
- "@frontegg/types": "6.104.0",
9
+ "@frontegg/redux-store": "6.105.0-alpha.0",
10
+ "@frontegg/types": "6.105.0-alpha.0",
11
11
  "@types/react": "*",
12
12
  "get-value": "^3.0.1",
13
13
  "react-redux": "^7.x"