@abtnode/constant 1.4.10 → 1.4.14

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 +2 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -193,6 +193,7 @@ module.exports = Object.freeze({
193
193
  BLOCKLET_REGISTRY_URL_DEV: 'https://dev.registry.arcblock.io',
194
194
  BLOCKLET_REGISTRY_API_PREFIX: '/api',
195
195
 
196
+ DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io',
196
197
  DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io',
197
198
  DEFAULT_DASHBOARD_CERT_DOWN_ADDR: 'https://cert.abtnet.io/open/download/certificates/ip_abtnet_io',
198
199
 
@@ -219,6 +220,7 @@ module.exports = Object.freeze({
219
220
  DOMAIN_FOR_INTERNAL_SITE: '127.0.0.1',
220
221
  NAME_FOR_WELLKNOWN_SITE: 'wellknown',
221
222
  WELLKNOWN_PATH_PREFIX: '/.well-known',
223
+ SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
222
224
 
223
225
  DEFAULT_ADMIN_PATH: '/admin',
224
226
  DEFAULT_HTTP_PORT: 80,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.4.10",
6
+ "version": "1.4.14",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^26.4.2"
22
22
  },
23
- "gitHead": "1a03df394c4c430975a369ebb4dadcf2e2e085bb"
23
+ "gitHead": "9176b462ff92c787e18a8b218f06a451aad4cf1d"
24
24
  }