@aalis/plugin-authority 0.2.0 → 0.4.0
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/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aalis/plugin-authority",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "权限系统:能力授权、跨平台身份绑定、高危操作拦截",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
8
|
+
"aalis",
|
|
8
9
|
"aalis-plugin"
|
|
9
10
|
],
|
|
10
11
|
"main": "dist/index.js",
|
|
@@ -13,20 +14,20 @@
|
|
|
13
14
|
"dist"
|
|
14
15
|
],
|
|
15
16
|
"dependencies": {
|
|
16
|
-
"@aalis/plugin-commands-api": "^0.
|
|
17
|
-
"@aalis/plugin-platform-api": "^0.
|
|
18
|
-
"@aalis/plugin-storage-api": "^0.
|
|
19
|
-
"@aalis/plugin-webui-api": "^0.
|
|
17
|
+
"@aalis/plugin-commands-api": "^0.4.0",
|
|
18
|
+
"@aalis/plugin-platform-api": "^0.4.0",
|
|
19
|
+
"@aalis/plugin-storage-api": "^0.4.0",
|
|
20
|
+
"@aalis/plugin-webui-api": "^0.4.0"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
23
|
"@types/node": "^22.0.0",
|
|
23
24
|
"typescript": "^5.7.0",
|
|
24
|
-
"@aalis/plugin-authority-api": "0.
|
|
25
|
-
"@aalis/
|
|
26
|
-
"@aalis/
|
|
25
|
+
"@aalis/plugin-authority-api": "0.4.0",
|
|
26
|
+
"@aalis/core": "0.4.0",
|
|
27
|
+
"@aalis/plugin-tools-api": "0.4.0"
|
|
27
28
|
},
|
|
28
29
|
"peerDependencies": {
|
|
29
|
-
"@aalis/core": "
|
|
30
|
+
"@aalis/core": ">=0.2.0 <1.0.0"
|
|
30
31
|
},
|
|
31
32
|
"aalis": {
|
|
32
33
|
"service": {
|