@frontegg/redux-store 6.82.0 → 6.83.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.
@@ -971,7 +971,9 @@ function* addUserMock({
971
971
  })
972
972
  }));
973
973
  yield delay();
974
- const newUser = _extends({}, userTeamDemo, body, {
974
+ const newUser = _extends({}, userTeamDemo, {
975
+ groups: []
976
+ }, body, {
975
977
  id: `${uuidv4()}`
976
978
  });
977
979
  callback == null ? void 0 : callback(newUser);
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.82.0
1
+ /** @license Frontegg v6.83.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.
@@ -979,7 +979,9 @@ function* addUserMock({
979
979
  })
980
980
  }));
981
981
  yield (0, _utils.delay)();
982
- const newUser = (0, _extends2.default)({}, _dummy.userTeamDemo, body, {
982
+ const newUser = (0, _extends2.default)({}, _dummy.userTeamDemo, {
983
+ groups: []
984
+ }, body, {
983
985
  id: `${(0, _uuid.v4)()}`
984
986
  });
985
987
  callback == null ? void 0 : callback(newUser);
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.82.0
1
+ /** @license Frontegg v6.83.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "6.82.0",
3
+ "version": "6.83.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",