@nocobase/plugin-acl 2.0.0-beta.3 → 2.0.0-beta.4

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-beta.3",
11
+ "@nocobase/client": "2.0.0-beta.4",
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-beta.3",
21
- "@nocobase/actions": "2.0.0-beta.3",
22
- "@nocobase/cache": "2.0.0-beta.3",
23
- "@nocobase/database": "2.0.0-beta.3",
24
- "@nocobase/server": "2.0.0-beta.3",
25
- "@nocobase/test": "2.0.0-beta.3",
20
+ "@nocobase/utils": "2.0.0-beta.4",
21
+ "@nocobase/actions": "2.0.0-beta.4",
22
+ "@nocobase/cache": "2.0.0-beta.4",
23
+ "@nocobase/database": "2.0.0-beta.4",
24
+ "@nocobase/server": "2.0.0-beta.4",
25
+ "@nocobase/test": "2.0.0-beta.4",
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-beta.3"
29
+ "@nocobase/acl": "2.0.0-beta.4"
30
30
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
7
7
  "description.ru-RU": "На основе ролей, ресурсов и действий система контроля доступа может точно управлять разрешениями на изменение интерфейса, работу с данными, доступ к меню и разрешениями для подключаемых модулей.",
8
8
  "description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
9
- "version": "2.0.0-beta.3",
9
+ "version": "2.0.0-beta.4",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/acl",
@@ -39,5 +39,5 @@
39
39
  "url": "git+https://github.com/nocobase/nocobase.git",
40
40
  "directory": "packages/plugins/acl"
41
41
  },
42
- "gitHead": "6c178de2050651bcfcc0b2708de0246977eac510"
42
+ "gitHead": "34c635928221393f8c38aa7d768cd3dbb636f025"
43
43
  }