@abtnode/constant 1.5.18 → 1.6.0
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 +3 -4
- 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',
|
|
@@ -183,8 +182,8 @@ module.exports = Object.freeze({
|
|
|
183
182
|
NFT_TYPE_SERVICE_OWNERSHIP: 'ServiceOwnershipCredential',
|
|
184
183
|
SERVICE_PURCHASE_NFT_TYPE: 'ServicePurchaseCredential',
|
|
185
184
|
|
|
186
|
-
NODE_PACKAGE_NAME: '@abtnode/cli',
|
|
187
|
-
NODE_COMMAND_NAME: 'abtnode',
|
|
185
|
+
NODE_PACKAGE_NAME: '@abtnode/cli', // deprecated in 1.6.0
|
|
186
|
+
NODE_COMMAND_NAME: 'abtnode', // deprecated in 1.6.0
|
|
188
187
|
|
|
189
188
|
PROCESS_NAME_DAEMON: 'abt-node-daemon',
|
|
190
189
|
PROCESS_NAME_PROXY: 'abt-node-db-hub',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.6.0",
|
|
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": "5927d4780b21ce46406857575c44e1a8667eddaa"
|
|
24
24
|
}
|