@nocobase/plugin-acl 0.19.0-alpha.2 → 0.19.0-alpha.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.
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.19.0-alpha.2",
3
- "@nocobase/acl": "0.19.0-alpha.2",
4
- "@nocobase/actions": "0.19.0-alpha.2",
5
- "@nocobase/cache": "0.19.0-alpha.2",
6
- "@nocobase/database": "0.19.0-alpha.2",
7
- "@nocobase/server": "0.19.0-alpha.2",
2
+ "@nocobase/client": "0.19.0-alpha.4",
3
+ "@nocobase/acl": "0.19.0-alpha.4",
4
+ "@nocobase/actions": "0.19.0-alpha.4",
5
+ "@nocobase/cache": "0.19.0-alpha.4",
6
+ "@nocobase/database": "0.19.0-alpha.4",
7
+ "@nocobase/server": "0.19.0-alpha.4",
8
8
  "async-mutex": "0.3.2",
9
9
  "lodash": "4.17.21",
10
- "@nocobase/test": "0.19.0-alpha.2"
10
+ "@nocobase/test": "0.19.0-alpha.4"
11
11
  };
@@ -0,0 +1,4 @@
1
+ {
2
+ "The current user has no roles. Please try another account.": "현재 사용자에게 역할이 없습니다. 다른 계정을 시도해주세요.",
3
+ "The user role does not exist. Please try signing in again": "사용자 역할이 존재하지 않습니다. 다시 로그인을 시도해주세요."
4
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "权限控制",
5
5
  "description": "A simple access control based on roles, resources and actions",
6
6
  "description.zh-CN": "基于角色、资源和操作的权限控制。",
7
- "version": "0.19.0-alpha.2",
7
+ "version": "0.19.0-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
@@ -29,5 +29,5 @@
29
29
  "url": "git+https://github.com/nocobase/nocobase.git",
30
30
  "directory": "packages/plugins/acl"
31
31
  },
32
- "gitHead": "cff5b77ecf12ccdb450d50d505b3aa44a68478c8"
32
+ "gitHead": "9583023f7bea828da5192384a5c002782c341b65"
33
33
  }