@frontegg/redux-store 5.15.0 → 5.16.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.
- package/auth/index.js +1 -1
- package/node/auth/index.js +1 -1
- package/package.json +2 -2
package/auth/index.js
CHANGED
|
@@ -1038,7 +1038,7 @@ function* verifyInviteToken({ payload }) {
|
|
|
1038
1038
|
yield put(actions.setLoginState({ inviteTokenTenantName }));
|
|
1039
1039
|
}
|
|
1040
1040
|
catch (e) {
|
|
1041
|
-
console.
|
|
1041
|
+
console.error(e);
|
|
1042
1042
|
yield put(actions.setLoginState({ inviteTokenError: (_a = e.message) !== null && _a !== void 0 ? _a : `We couldn't verify your invitation` }));
|
|
1043
1043
|
}
|
|
1044
1044
|
finally {
|
package/node/auth/index.js
CHANGED
|
@@ -1040,7 +1040,7 @@ function* verifyInviteToken({ payload }) {
|
|
|
1040
1040
|
yield effects.put(actions.setLoginState({ inviteTokenTenantName }));
|
|
1041
1041
|
}
|
|
1042
1042
|
catch (e) {
|
|
1043
|
-
console.
|
|
1043
|
+
console.error(e);
|
|
1044
1044
|
yield effects.put(actions.setLoginState({ inviteTokenError: (_a = e.message) !== null && _a !== void 0 ? _a : `We couldn't verify your invitation` }));
|
|
1045
1045
|
}
|
|
1046
1046
|
finally {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/redux-store",
|
|
3
3
|
"libName": "FronteggReduxStore",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.16.0",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "./node/index.js",
|
|
7
7
|
"module": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@frontegg/rest-api": "2.10.
|
|
10
|
+
"@frontegg/rest-api": "2.10.51",
|
|
11
11
|
"@reduxjs/toolkit": "^1.5.0",
|
|
12
12
|
"redux-saga": "^1.1.0",
|
|
13
13
|
"tslib": "^2.3.1",
|