@frontegg/redux-store 7.69.0-alpha.0 → 7.69.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.
@@ -180,6 +180,7 @@ export default ((store, api, sharedActions) => {
180
180
  callback == null ? void 0 : callback(true);
181
181
  } catch (e) {
182
182
  setActivateState({
183
+ submitting: false,
183
184
  loading: false,
184
185
  error: errorHandler(e),
185
186
  step: ActivateAccountStep.activating
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.69.0-alpha.0
1
+ /** @license Frontegg v7.69.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.
@@ -187,6 +187,7 @@ var _default = (store, api, sharedActions) => {
187
187
  callback == null ? void 0 : callback(true);
188
188
  } catch (e) {
189
189
  setActivateState({
190
+ submitting: false,
190
191
  loading: false,
191
192
  error: (0, _helpers.errorHandler)(e),
192
193
  step: _interfaces.ActivateAccountStep.activating
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.69.0-alpha.0
1
+ /** @license Frontegg v7.69.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/redux-store",
3
- "version": "7.69.0-alpha.0",
3
+ "version": "7.69.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
9
  "@frontegg/entitlements-javascript-commons": "1.1.2",
10
- "@frontegg/rest-api": "7.69.0-alpha.0",
10
+ "@frontegg/rest-api": "7.69.0",
11
11
  "fast-deep-equal": "3.1.3",
12
12
  "get-value": "^3.0.1",
13
13
  "proxy-compare": "^3.0.0",