@steedos/standard-permission 2.5.3-beta.26 → 2.5.3-beta.27

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.
@@ -24,7 +24,7 @@ fields:
24
24
  label: Type
25
25
  type: select
26
26
  firstOption: false
27
- options: Profile:profile,Permission set:permission_set
27
+ options: Permission set:permission_set
28
28
  defaultValue: permission_set
29
29
  assigned_apps:
30
30
  label: Assigned Apps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.3-beta.26",
3
+ "version": "2.5.3-beta.27",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "4a93161d2d00ecd33e7e63fe478980bc6b1fb75b"
15
+ "gitHead": "e72261e184ea8aa9f605b63ae692e9f04bcd0bc5"
16
16
  }