@abtnode/constant 1.7.23 → 1.7.26
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 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -227,6 +227,9 @@ module.exports = Object.freeze({
|
|
|
227
227
|
|
|
228
228
|
NODE_PACKAGE_NAME: '@abtnode/cli', // deprecated in 1.6.0
|
|
229
229
|
NODE_COMMAND_NAME: 'abtnode', // deprecated in 1.6.0
|
|
230
|
+
NODE_DATA_DIR_NAME: '_abtnode',
|
|
231
|
+
USER_AVATAR_DIR: '/.assets/avatar',
|
|
232
|
+
USER_AVATAR_URL_PREFIX: 'bn://avatar',
|
|
230
233
|
|
|
231
234
|
PROCESS_NAME_DAEMON: 'abt-node-daemon',
|
|
232
235
|
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.7.
|
|
6
|
+
"version": "1.7.26",
|
|
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.4.5"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "b7ef9b4ddb18f7a0c3898177fe06d9cefe966566"
|
|
24
24
|
}
|