@frontegg/react-hooks 6.147.0-alpha.6 → 6.147.0-alpha.7

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.
@@ -32,7 +32,7 @@ const useEntitlementsQueryData = customAttributes => {
32
32
  const [useEntitlementsV2] = FeatureFlags.getFeatureFlags([USE_ENTITLEMENTS_V2_ENDPOINT_FF], appName);
33
33
  const attributes = {
34
34
  custom: customAttributes,
35
- frontegg: user
35
+ jwt: user
36
36
  };
37
37
  return {
38
38
  entitlements,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.147.0-alpha.6
1
+ /** @license Frontegg v6.147.0-alpha.7
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.
@@ -37,7 +37,7 @@ const useEntitlementsQueryData = customAttributes => {
37
37
  const [useEntitlementsV2] = _restApi.FeatureFlags.getFeatureFlags([_restApi.USE_ENTITLEMENTS_V2_ENDPOINT_FF], appName);
38
38
  const attributes = {
39
39
  custom: customAttributes,
40
- frontegg: user
40
+ jwt: user
41
41
  };
42
42
  return {
43
43
  entitlements,
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.147.0-alpha.6
1
+ /** @license Frontegg v6.147.0-alpha.7
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.147.0-alpha.6",
3
+ "version": "6.147.0-alpha.7",
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.147.0-alpha.6",
10
- "@frontegg/types": "6.147.0-alpha.6",
9
+ "@frontegg/redux-store": "6.147.0-alpha.7",
10
+ "@frontegg/types": "6.147.0-alpha.7",
11
11
  "@types/react": "*",
12
12
  "get-value": "^3.0.1",
13
13
  "react-redux": "^7.x"