@abtnode/constant 1.16.42 → 1.16.43-beta-20250420-132156-d732158a
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/index.js +0 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -94,7 +94,6 @@ const RBAC_CONFIG = {
|
|
|
94
94
|
name: SERVER_ROLES.CERTIFICATE,
|
|
95
95
|
title: 'Certificate',
|
|
96
96
|
description: 'Manage https certificates for blocklets on the Blocklet Server',
|
|
97
|
-
passport: true,
|
|
98
97
|
noHuman: true,
|
|
99
98
|
},
|
|
100
99
|
{
|
|
@@ -121,7 +120,6 @@ const RBAC_CONFIG = {
|
|
|
121
120
|
name: SERVER_ROLES.EXTERNAL_BLOCKLETS_MANAGER,
|
|
122
121
|
title: 'External Blocklets Manager',
|
|
123
122
|
description: 'Manage external blocklets in the Blocklet Server',
|
|
124
|
-
passport: true,
|
|
125
123
|
noHuman: true,
|
|
126
124
|
},
|
|
127
125
|
]),
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.43-beta-20250420-132156-d732158a",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"jest": "^29.7.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "f66c266e63a7da8438133b3a4fa9a398b0bd58ed"
|
|
24
24
|
}
|