@frontegg/redux-store 6.82.0-alpha.2 → 6.82.0-alpha.3

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/dummy.js CHANGED
@@ -416,7 +416,7 @@ export const allGroupsDummy = [{
416
416
  color: '#9AE0FF',
417
417
  description: 'Executives',
418
418
  users: generateGroupUsers(5),
419
- roles: [generateRoleByName('Admin'), generateRoleByName('Owner')],
419
+ roles: [generateRoleByName('Admin')],
420
420
  managedBy: GroupManagedByEnum.FRONTEGG
421
421
  }, {
422
422
  id: 'id5',
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.82.0-alpha.2
1
+ /** @license Frontegg v6.82.0-alpha.3
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.
@@ -450,7 +450,7 @@ const allGroupsDummy = [{
450
450
  color: '#9AE0FF',
451
451
  description: 'Executives',
452
452
  users: generateGroupUsers(5),
453
- roles: [generateRoleByName('Admin'), generateRoleByName('Owner')],
453
+ roles: [generateRoleByName('Admin')],
454
454
  managedBy: _restApi.GroupManagedByEnum.FRONTEGG
455
455
  }, {
456
456
  id: 'id5',
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.82.0-alpha.2
1
+ /** @license Frontegg v6.82.0-alpha.3
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-alpha.2",
3
+ "version": "6.82.0-alpha.3",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",