@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 +1 -1
- package/index.js +1 -1
- package/node/auth/dummy.js +1 -1
- package/node/index.js +1 -1
- package/package.json +1 -1
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')
|
|
419
|
+
roles: [generateRoleByName('Admin')],
|
|
420
420
|
managedBy: GroupManagedByEnum.FRONTEGG
|
|
421
421
|
}, {
|
|
422
422
|
id: 'id5',
|
package/index.js
CHANGED
package/node/auth/dummy.js
CHANGED
|
@@ -450,7 +450,7 @@ const allGroupsDummy = [{
|
|
|
450
450
|
color: '#9AE0FF',
|
|
451
451
|
description: 'Executives',
|
|
452
452
|
users: generateGroupUsers(5),
|
|
453
|
-
roles: [generateRoleByName('Admin')
|
|
453
|
+
roles: [generateRoleByName('Admin')],
|
|
454
454
|
managedBy: _restApi.GroupManagedByEnum.FRONTEGG
|
|
455
455
|
}, {
|
|
456
456
|
id: 'id5',
|
package/node/index.js
CHANGED