@abtnode/constant 1.5.17 → 1.5.18
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 +2 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -96,7 +96,8 @@ const RBAC_CONFIG = {
|
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
name: 'query_blocklet',
|
|
99
|
-
description:
|
|
99
|
+
description:
|
|
100
|
+
'View marketplace and installed blocklets, including blocklet runtime configuration, domains and urls',
|
|
100
101
|
},
|
|
101
102
|
{
|
|
102
103
|
name: 'mutate_blocklet',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.5.
|
|
6
|
+
"version": "1.5.18",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"jest": "^27.3.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "0a4f2e300063fdcbc77da81e94cb1be72ab9d4e3"
|
|
24
24
|
}
|