@abtnode/constant 1.16.21-beta-2e75c75c → 1.16.21-beta-da3f852a

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
@@ -458,6 +458,7 @@ module.exports = Object.freeze({
458
458
  WELLKNOWN_ANALYTICS_PREFIX: '/.well-known/analytics',
459
459
  WELLKNOWN_SERVICE_PATH_PREFIX: '/.well-known/service',
460
460
  WELLKNOWN_BLOCKLET_ADMIN_PATH: '/.well-known/service/admin',
461
+ WELLKNOWN_BLOCKLET_HEALTH_PATH: '/.well-known/service/health',
461
462
  WELLKNOWN_BLOCKLET_LOGO_PATH: '/.well-known/service/blocklet/logo',
462
463
  SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
463
464
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.21-beta-2e75c75c",
6
+ "version": "1.16.21-beta-da3f852a",
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": "1fca0b58e1ed4f7a9bb268829a7c84290a01c89d"
23
+ "gitHead": "57b315bdb59f2125c5f0595d5cb21c92196710ba"
24
24
  }