@abtnode/constant 1.16.13 → 1.16.14-beta-0c29907f

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 +7 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -410,6 +410,7 @@ module.exports = Object.freeze({
410
410
  SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
411
411
 
412
412
  DEFAULT_ADMIN_PATH: '/admin',
413
+ WELLKNOWN_SERVER_ADMIN_PATH: '/.well-known/server/admin',
413
414
  DEFAULT_SERVICE_PATH: '/.abtnode/service',
414
415
  DEFAULT_HTTP_PORT: 80,
415
416
  DEFAULT_HTTPS_PORT: 443,
@@ -516,4 +517,10 @@ module.exports = Object.freeze({
516
517
 
517
518
  MONITOR_HISTORY_LENGTH,
518
519
  MONITOR_RECORD_INTERVAL_SEC,
520
+
521
+ INSTALL_ACTIONS: {
522
+ INSTALL: 'install',
523
+ INSTALL_COMPONENT: 'installComponent',
524
+ UPGRADE_COMPONENT: 'upgradeComponent',
525
+ },
519
526
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.13",
6
+ "version": "1.16.14-beta-0c29907f",
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": "0f07f6617a8cf53a4fa693d6ca227f6f6bd90af2"
23
+ "gitHead": "1f02851a71861dbf09bfedfa9df6d9fc6d2355a3"
24
24
  }