@abtnode/constant 1.8.26 → 1.8.28

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
@@ -230,6 +230,7 @@ module.exports = Object.freeze({
230
230
  NODE_DATA_DIR_NAME: '_abtnode',
231
231
  USER_AVATAR_DIR: '/.assets/avatar',
232
232
  USER_AVATAR_URL_PREFIX: 'bn://avatar',
233
+ USER_AVATAR_PATH_PREFIX: '/user/avatar',
233
234
 
234
235
  PROCESS_NAME_DAEMON: 'abt-node-daemon',
235
236
  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.8.26",
6
+ "version": "1.8.28",
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": "71937dabc196a98a1bb514789bc32aee44a1e8c4"
23
+ "gitHead": "af7aacf5507177600ae563ab597cb42d7223b113"
24
24
  }