@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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. 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: 'View marketplace and installed blocklets, including blocklet runtime configuration and access URLs',
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.17",
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": "d4190f30661adf4bef268440d26f270c0c21305d"
23
+ "gitHead": "0a4f2e300063fdcbc77da81e94cb1be72ab9d4e3"
24
24
  }