@nocobase/plugin-acl 1.7.0-beta.3 → 1.7.0-beta.5

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,23 +8,23 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.3",
11
+ "@nocobase/client": "1.7.0-beta.5",
12
12
  "antd": "5.12.8",
13
13
  "react": "18.2.0",
14
14
  "react-i18next": "11.18.6",
15
15
  "@formily/shared": "2.3.2",
16
16
  "@formily/react": "2.3.0",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/utils": "1.7.0-beta.3",
19
- "@nocobase/actions": "1.7.0-beta.3",
20
- "@nocobase/cache": "1.7.0-beta.3",
21
- "@nocobase/database": "1.7.0-beta.3",
22
- "@nocobase/server": "1.7.0-beta.3",
18
+ "@nocobase/utils": "1.7.0-beta.5",
19
+ "@nocobase/actions": "1.7.0-beta.5",
20
+ "@nocobase/cache": "1.7.0-beta.5",
21
+ "@nocobase/database": "1.7.0-beta.5",
22
+ "@nocobase/server": "1.7.0-beta.5",
23
23
  "lodash": "4.17.21",
24
- "@nocobase/test": "1.7.0-beta.3",
24
+ "@nocobase/test": "1.7.0-beta.5",
25
25
  "@formily/core": "2.3.0",
26
26
  "ahooks": "3.7.8",
27
27
  "@formily/antd-v5": "1.1.9",
28
28
  "antd-style": "3.7.1",
29
- "@nocobase/acl": "1.7.0-beta.3"
29
+ "@nocobase/acl": "1.7.0-beta.5"
30
30
  };
@@ -1,7 +1,7 @@
1
1
  {
2
- "The current user has no roles. Please try another account.": "The current user has no roles. Please try another account.",
3
- "The user role does not exist. Please try signing in again": "The user role does not exist. Please try signing in again",
4
- "New role": "New role",
5
- "Permissions": "Permissions",
2
+ "The current user has no roles. Please try another account.": "De huidige gebruiker heeft geen rol. Probeer een andere gebruikersaccount.",
3
+ "The user role does not exist. Please try signing in again": "De gebruikersrol bestaat niet. Probeer opnieuw in te loggen.",
4
+ "New role": "Nieuwe rol",
5
+ "Permissions": "Permissies",
6
6
  "Desktop menu": "Desktop menu"
7
7
  }
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.7.0-beta.3",
7
+ "version": "1.7.0-beta.5",
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": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
36
+ "gitHead": "d95f10c4f23f2f2ee245880b4e900854c40bd114"
37
37
  }