@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.
- package/auth/entitlements.js +1 -1
- package/index.js +1 -1
- package/node/auth/entitlements.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
package/auth/entitlements.js
CHANGED
|
@@ -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
|
-
|
|
35
|
+
jwt: user
|
|
36
36
|
};
|
|
37
37
|
return {
|
|
38
38
|
entitlements,
|
package/index.js
CHANGED
|
@@ -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
|
-
|
|
40
|
+
jwt: user
|
|
41
41
|
};
|
|
42
42
|
return {
|
|
43
43
|
entitlements,
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react-hooks",
|
|
3
|
-
"version": "6.147.0-alpha.
|
|
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.
|
|
10
|
-
"@frontegg/types": "6.147.0-alpha.
|
|
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"
|