@nocobase/plugin-acl 2.0.0-alpha.6 → 2.0.0-alpha.7

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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.6",
11
+ "@nocobase/client": "2.0.0-alpha.7",
12
12
  "antd": "5.24.2",
13
13
  "react": "18.2.0",
14
14
  "react-i18next": "11.18.6",
@@ -17,14 +17,14 @@ module.exports = {
17
17
  "@formily/react": "2.3.7",
18
18
  "@ant-design/icons": "5.6.1",
19
19
  "lodash": "4.17.21",
20
- "@nocobase/utils": "2.0.0-alpha.6",
21
- "@nocobase/actions": "2.0.0-alpha.6",
22
- "@nocobase/cache": "2.0.0-alpha.6",
23
- "@nocobase/database": "2.0.0-alpha.6",
24
- "@nocobase/server": "2.0.0-alpha.6",
25
- "@nocobase/test": "2.0.0-alpha.6",
20
+ "@nocobase/utils": "2.0.0-alpha.7",
21
+ "@nocobase/actions": "2.0.0-alpha.7",
22
+ "@nocobase/cache": "2.0.0-alpha.7",
23
+ "@nocobase/database": "2.0.0-alpha.7",
24
+ "@nocobase/server": "2.0.0-alpha.7",
25
+ "@nocobase/test": "2.0.0-alpha.7",
26
26
  "@formily/core": "2.3.7",
27
27
  "@formily/antd-v5": "1.2.3",
28
28
  "antd-style": "3.7.1",
29
- "@nocobase/acl": "2.0.0-alpha.6"
29
+ "@nocobase/acl": "2.0.0-alpha.7"
30
30
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "权限控制",
5
5
  "description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
6
6
  "description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
7
- "version": "2.0.0-alpha.6",
7
+ "version": "2.0.0-alpha.7",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/acl",
@@ -33,5 +33,5 @@
33
33
  "url": "git+https://github.com/nocobase/nocobase.git",
34
34
  "directory": "packages/plugins/acl"
35
35
  },
36
- "gitHead": "276a65c0656bbace2df7593be0f53c96b7b0725b"
36
+ "gitHead": "cb012f93256f534472d3ae56e075839ca1675779"
37
37
  }