@abtnode/constant 1.16.15-beta-58d50c9a → 1.16.15-beta-e143b1cf

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 +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -341,7 +341,6 @@ module.exports = Object.freeze({
341
341
  USER_AVATAR_DIR: '/.assets/avatar',
342
342
  USER_AVATAR_URL_PREFIX: 'bn://avatar',
343
343
  USER_AVATAR_PATH_PREFIX: '/user/avatar',
344
- OPEN_GRAPH_DIR: '/.assets/og',
345
344
 
346
345
  PROCESS_NAME_DAEMON: 'abt-node-daemon',
347
346
  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.16.15-beta-58d50c9a",
6
+ "version": "1.16.15-beta-e143b1cf",
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": "c54236c1daace6451db561fa6b3eea21ba07bb4d"
23
+ "gitHead": "86dcc908f3cb7259d1ca92b9ae75160a6e43509a"
24
24
  }