@frontegg/redux-store 7.100.0-alpha.1 → 7.100.0-alpha.2

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.
@@ -128,7 +128,7 @@ export default ((store, api, sharedActions) => {
128
128
  saving: false,
129
129
  loading: false
130
130
  });
131
- callback == null ? void 0 : callback(newProfileData);
131
+ callback == null ? void 0 : callback(completeUserData);
132
132
  } catch (e) {
133
133
  setProfileState({
134
134
  saving: false,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.100.0-alpha.1
1
+ /** @license Frontegg v7.100.0-alpha.2
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.
@@ -135,7 +135,7 @@ var _default = (store, api, sharedActions) => {
135
135
  saving: false,
136
136
  loading: false
137
137
  });
138
- callback == null ? void 0 : callback(newProfileData);
138
+ callback == null ? void 0 : callback(completeUserData);
139
139
  } catch (e) {
140
140
  setProfileState({
141
141
  saving: false,
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.100.0-alpha.1
1
+ /** @license Frontegg v7.100.0-alpha.2
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.100.0-alpha.1",
3
+ "version": "7.100.0-alpha.2",
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.100.0-alpha.1",
10
+ "@frontegg/rest-api": "7.100.0-alpha.2",
11
11
  "fast-deep-equal": "3.1.3",
12
12
  "get-value": "^3.0.1",
13
13
  "proxy-compare": "^3.0.0",