@tachybase/module-acl 1.3.12 → 1.3.14
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/LICENSE +1 -1
- package/dist/externalVersion.js +10 -10
- package/package.json +11 -11
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/schema": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.14",
|
|
4
|
+
"@tachybase/schema": "1.3.14",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"@ant-design/icons": "5.5.2",
|
|
7
7
|
"react-i18next": "15.2.0",
|
|
8
|
-
"@tachybase/utils": "1.3.
|
|
9
|
-
"@tachybase/actions": "1.3.
|
|
10
|
-
"@tachybase/cache": "1.3.
|
|
11
|
-
"@tachybase/database": "1.3.
|
|
12
|
-
"@tachybase/server": "1.3.
|
|
8
|
+
"@tachybase/utils": "1.3.14",
|
|
9
|
+
"@tachybase/actions": "1.3.14",
|
|
10
|
+
"@tachybase/cache": "1.3.14",
|
|
11
|
+
"@tachybase/database": "1.3.14",
|
|
12
|
+
"@tachybase/server": "1.3.14",
|
|
13
13
|
"async-mutex": "0.3.2",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@tachybase/test": "1.3.
|
|
15
|
+
"@tachybase/test": "1.3.14",
|
|
16
16
|
"ahooks": "3.8.4",
|
|
17
|
-
"@tachybase/components": "1.3.
|
|
18
|
-
"@tachybase/acl": "1.3.
|
|
17
|
+
"@tachybase/components": "1.3.14",
|
|
18
|
+
"@tachybase/acl": "1.3.14"
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-acl",
|
|
3
3
|
"displayName": "Access control",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.14",
|
|
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
|
"keywords": [
|
|
7
7
|
"Users & permissions"
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"react": "^18.3.1",
|
|
21
21
|
"react-dom": "^18.3.1",
|
|
22
22
|
"react-i18next": "^15.2.0",
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
23
|
+
"@tachybase/schema": "1.3.14",
|
|
24
|
+
"@tachybase/components": "1.3.14"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@tachybase/acl": "1.3.
|
|
28
|
-
"@tachybase/actions": "1.3.
|
|
29
|
-
"@tachybase/cache": "1.3.
|
|
30
|
-
"@tachybase/
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
33
|
-
"@tachybase/
|
|
34
|
-
"@tachybase/utils": "1.3.
|
|
27
|
+
"@tachybase/acl": "1.3.14",
|
|
28
|
+
"@tachybase/actions": "1.3.14",
|
|
29
|
+
"@tachybase/cache": "1.3.14",
|
|
30
|
+
"@tachybase/client": "1.3.14",
|
|
31
|
+
"@tachybase/server": "1.3.14",
|
|
32
|
+
"@tachybase/database": "1.3.14",
|
|
33
|
+
"@tachybase/test": "1.3.14",
|
|
34
|
+
"@tachybase/utils": "1.3.14"
|
|
35
35
|
},
|
|
36
36
|
"description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
|
|
37
37
|
"displayName.zh-CN": "权限控制",
|