@steedos/standard-permission 2.5.3-beta.12 → 2.5.3-beta.15

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.
@@ -108,9 +108,9 @@ listviews:
108
108
  all:
109
109
  label: All
110
110
  permission_set:
111
- label: Permission Set
111
+ label: Permission Sets
112
112
  profile:
113
- label: Profile
113
+ label: Profiles
114
114
  actions:
115
115
  customize:
116
116
  label: Customize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.3-beta.12",
3
+ "version": "2.5.3-beta.15",
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": "79e9dfbd0bf19a0979f29d2a055cf6e2ea847997"
15
+ "gitHead": "60922001047bf7270aaca51702a3f3541a6b0516"
16
16
  }