@nocobase/plugin-acl 1.4.0-alpha.6 → 1.4.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.
package/README.md CHANGED
@@ -1,11 +1,30 @@
1
- # acl
1
+ # NocoBase
2
2
 
3
- English | [中文](./README.zh-CN.md)
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
4
6
 
5
- 基于角色的权限控制插件。
6
7
 
7
- ## 安装激活
8
+ ## What is NocoBase
8
9
 
9
- 内置插件无需手动安装激活。
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
10
12
 
11
- ## 使用方法
13
+ Homepage:
14
+ https://www.nocobase.com/
15
+
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -11,21 +11,21 @@ module.exports = {
11
11
  "antd": "5.12.8",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/client": "1.4.0-alpha.6",
14
+ "@nocobase/client": "1.4.0-alpha.7",
15
15
  "@formily/shared": "2.3.2",
16
16
  "@formily/react": "2.3.0",
17
17
  "@ant-design/icons": "5.2.6",
18
- "@nocobase/utils": "1.4.0-alpha.6",
19
- "@nocobase/actions": "1.4.0-alpha.6",
20
- "@nocobase/cache": "1.4.0-alpha.6",
21
- "@nocobase/database": "1.4.0-alpha.6",
22
- "@nocobase/server": "1.4.0-alpha.6",
18
+ "@nocobase/utils": "1.4.0-alpha.7",
19
+ "@nocobase/actions": "1.4.0-alpha.7",
20
+ "@nocobase/cache": "1.4.0-alpha.7",
21
+ "@nocobase/database": "1.4.0-alpha.7",
22
+ "@nocobase/server": "1.4.0-alpha.7",
23
23
  "async-mutex": "0.3.2",
24
24
  "lodash": "4.17.21",
25
- "@nocobase/test": "1.4.0-alpha.6",
25
+ "@nocobase/test": "1.4.0-alpha.7",
26
26
  "@formily/core": "2.3.0",
27
27
  "ahooks": "3.7.8",
28
28
  "@formily/antd-v5": "1.1.9",
29
29
  "antd-style": "3.7.1",
30
- "@nocobase/acl": "1.4.0-alpha.6"
30
+ "@nocobase/acl": "1.4.0-alpha.7"
31
31
  };
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": "1.4.0-alpha.6",
7
+ "version": "1.4.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",
@@ -34,5 +34,5 @@
34
34
  "url": "git+https://github.com/nocobase/nocobase.git",
35
35
  "directory": "packages/plugins/acl"
36
36
  },
37
- "gitHead": "7d8583704a1f7ae0caeab72a19fd0bce0a4cec0f"
37
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa"
38
38
  }
package/README.zh-CN.md DELETED
@@ -1,11 +0,0 @@
1
- # acl
2
-
3
- [English](./README.md) | 中文
4
-
5
- 基于角色的权限控制插件。
6
-
7
- ## 安装激活
8
-
9
- 内置插件无需手动安装激活。
10
-
11
- ## 使用方法