@steedos/standard-permission 2.5.11 → 2.5.12-beta.2

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.
@@ -95,7 +95,7 @@ fields:
95
95
  help:
96
96
  description:
97
97
  allowCreateListViews:
98
- label: 允许创建试图
98
+ label: 允许创建视图
99
99
  groups:
100
100
  files_permissions: 附件权限
101
101
  listviews:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.11",
3
+ "version": "2.5.12-beta.2",
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": "fa315255231ac336e95125366f6c4362a1a3200e"
15
+ "gitHead": "6def35560835825fae8495f2fa3da434c2760a3d"
16
16
  }