@abtnode/constant 1.8.48 → 1.8.50

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
@@ -377,6 +377,7 @@ module.exports = Object.freeze({
377
377
  WELLKNOWN_PING_PREFIX: '/.well-known/ping',
378
378
  WELLKNOWN_SERVICE_PATH_PREFIX: '/.well-known/service',
379
379
  WELLKNOWN_BLOCKLET_ADMIN_PATH: '/.well-known/service/admin',
380
+ WELLKNOWN_BLOCKLET_LOGO_PATH: '/.well-known/service/blocklet/logo',
380
381
  SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
381
382
 
382
383
  DEFAULT_ADMIN_PATH: '/admin',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.48",
6
+ "version": "1.8.50",
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": "39979d7a059d5f97442ac7d46604391e6656ac8d"
23
+ "gitHead": "7f3ccb957659a6791b93b6fc4fbcbbd2c42f1efd"
24
24
  }