@tachybase/module-acl 1.3.11 → 1.3.13

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 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-2024] [Tachybase team]
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.
@@ -1,19 +1,19 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.11",
4
- "@tachybase/schema": "1.3.11",
3
+ "@tachybase/client": "1.3.13",
4
+ "@tachybase/schema": "1.3.13",
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.11",
9
- "@tachybase/actions": "1.3.11",
10
- "@tachybase/cache": "1.3.11",
11
- "@tachybase/database": "1.3.11",
12
- "@tachybase/server": "1.3.11",
8
+ "@tachybase/utils": "1.3.13",
9
+ "@tachybase/actions": "1.3.13",
10
+ "@tachybase/cache": "1.3.13",
11
+ "@tachybase/database": "1.3.13",
12
+ "@tachybase/server": "1.3.13",
13
13
  "async-mutex": "0.3.2",
14
14
  "lodash": "4.17.21",
15
- "@tachybase/test": "1.3.11",
15
+ "@tachybase/test": "1.3.13",
16
16
  "ahooks": "3.8.4",
17
- "@tachybase/components": "1.3.11",
18
- "@tachybase/acl": "1.3.11"
17
+ "@tachybase/components": "1.3.13",
18
+ "@tachybase/acl": "1.3.13"
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.11",
4
+ "version": "1.3.13",
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/components": "1.3.11",
24
- "@tachybase/schema": "1.3.11"
23
+ "@tachybase/components": "1.3.13",
24
+ "@tachybase/schema": "1.3.13"
25
25
  },
26
26
  "peerDependencies": {
27
- "@tachybase/acl": "1.3.11",
28
- "@tachybase/actions": "1.3.11",
29
- "@tachybase/cache": "1.3.11",
30
- "@tachybase/client": "1.3.11",
31
- "@tachybase/database": "1.3.11",
32
- "@tachybase/test": "1.3.11",
33
- "@tachybase/server": "1.3.11",
34
- "@tachybase/utils": "1.3.11"
27
+ "@tachybase/cache": "1.3.13",
28
+ "@tachybase/actions": "1.3.13",
29
+ "@tachybase/database": "1.3.13",
30
+ "@tachybase/test": "1.3.13",
31
+ "@tachybase/server": "1.3.13",
32
+ "@tachybase/utils": "1.3.13",
33
+ "@tachybase/client": "1.3.13",
34
+ "@tachybase/acl": "1.3.13"
35
35
  },
36
36
  "description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
37
37
  "displayName.zh-CN": "权限控制",