@nocobase/plugin-acl 0.19.0-alpha.6 → 0.19.0-alpha.7
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/dist/externalVersion.js +7 -7
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
3
|
-
"@nocobase/acl": "0.19.0-alpha.
|
|
4
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
5
|
-
"@nocobase/cache": "0.19.0-alpha.
|
|
6
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
7
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.7",
|
|
3
|
+
"@nocobase/acl": "0.19.0-alpha.7",
|
|
4
|
+
"@nocobase/actions": "0.19.0-alpha.7",
|
|
5
|
+
"@nocobase/cache": "0.19.0-alpha.7",
|
|
6
|
+
"@nocobase/database": "0.19.0-alpha.7",
|
|
7
|
+
"@nocobase/server": "0.19.0-alpha.7",
|
|
8
8
|
"async-mutex": "0.3.2",
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
|
-
"@nocobase/test": "0.19.0-alpha.
|
|
10
|
+
"@nocobase/test": "0.19.0-alpha.7"
|
|
11
11
|
};
|
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.
|
|
7
|
+
"version": "0.19.0-alpha.7",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/plugins/acl",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
35
35
|
"directory": "packages/plugins/acl"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "cbbfd4de14b8f73417e613af6927d2fbbdbd2b41"
|
|
38
38
|
}
|