@abtnode/constant 1.8.53 → 1.8.55

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -195,6 +195,7 @@ const RBAC_CONFIG = {
195
195
  name: 'mutate_webhook',
196
196
  description: 'Manage integrations',
197
197
  },
198
+ // query_blocklet, mutate_blocklet are only for blocklet members
198
199
  {
199
200
  name: 'query_blocklet',
200
201
  description: 'View a blocklet, including blocklet runtime configuration, domains and urls',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.53",
6
+ "version": "1.8.55",
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.5.1"
22
22
  },
23
- "gitHead": "48a5659627cbf21c232514e332d96e3fe8442e0f"
23
+ "gitHead": "dce39bef7062b76648998b1f1b9a3c0a9b708dff"
24
24
  }