@abtnode/models 1.17.12-beta-20260422-075550-7bd6bb1a → 1.17.12
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/lib/models/access-policy.js +1 -1
- package/package.json +11 -11
|
@@ -36,7 +36,7 @@ function createAccessPolicyModel() {
|
|
|
36
36
|
// 2. invite-only -> 设置 roles: [], reverse: true
|
|
37
37
|
// 3. 公开 -> 设置 roles: null, reverse: false
|
|
38
38
|
// 4. 指定角色 -> 设置 roles: ['admin', 'member'], reverse: false
|
|
39
|
-
// FIXME: 需要考虑兼容这种情况的实现方案
|
|
39
|
+
// FIXME: @zhanghan 需要考虑兼容这种情况的实现方案
|
|
40
40
|
// 5. login-only
|
|
41
41
|
roles: {
|
|
42
42
|
type: (0, util_1.JSONOrJSONB)(),
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/models",
|
|
3
|
-
"version": "1.17.12
|
|
3
|
+
"version": "1.17.12",
|
|
4
4
|
"description": "Sequelize models for blocklet server and blocklet service",
|
|
5
|
-
"homepage": "https://github.com/ArcBlock/blocklet-server
|
|
5
|
+
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"lib"
|
|
21
21
|
],
|
|
22
22
|
"author": {
|
|
23
|
-
"name": "
|
|
24
|
-
"email": "
|
|
25
|
-
"url": "https://github.com/
|
|
23
|
+
"name": "wangshijun",
|
|
24
|
+
"email": "shijun@arcblock.io",
|
|
25
|
+
"url": "https://github.com/wangshijun"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@abtnode/constant": "1.17.12
|
|
37
|
-
"@abtnode/db-cache": "1.17.12
|
|
38
|
-
"@abtnode/logger": "1.17.12
|
|
39
|
-
"@abtnode/types": "1.17.12
|
|
40
|
-
"@abtnode/util": "1.17.12
|
|
36
|
+
"@abtnode/constant": "1.17.12",
|
|
37
|
+
"@abtnode/db-cache": "1.17.12",
|
|
38
|
+
"@abtnode/logger": "1.17.12",
|
|
39
|
+
"@abtnode/types": "1.17.12",
|
|
40
|
+
"@abtnode/util": "1.17.12",
|
|
41
41
|
"@arcblock/did": "1.29.27",
|
|
42
42
|
"@arcblock/validator": "1.29.27",
|
|
43
43
|
"lodash.clonedeep": "^4.5.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"@typescript/native-preview": "^7.0.0-dev.20251230.1"
|
|
58
58
|
},
|
|
59
59
|
"resolutions": {},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
|
|
61
61
|
}
|