@abtnode/constant 1.5.18 → 1.5.19

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 +1 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -96,8 +96,7 @@ const RBAC_CONFIG = {
96
96
  },
97
97
  {
98
98
  name: 'query_blocklet',
99
- description:
100
- 'View marketplace and installed blocklets, including blocklet runtime configuration, domains and urls',
99
+ description: 'View store and installed blocklets, including blocklet runtime configuration, domains and urls',
101
100
  },
102
101
  {
103
102
  name: 'mutate_blocklet',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.18",
6
+ "version": "1.5.19",
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": "0a4f2e300063fdcbc77da81e94cb1be72ab9d4e3"
23
+ "gitHead": "e05f849f5aedca9db5060b075770cdb87949f835"
24
24
  }