@abtnode/constant 1.6.3 → 1.6.7

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 +3 -0
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -203,6 +203,8 @@ module.exports = Object.freeze({
203
203
  DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io',
204
204
  DEFAULT_DASHBOARD_CERT_DOWN_ADDR: 'https://cert.abtnet.io/open/download/certificates/ip_abtnet_io',
205
205
 
206
+ DEFAULT_CERTIFICATE_EMAIL: 'certs@arcblock.io',
207
+
206
208
  CONFIG_FILENAME: 'abtnode.yml',
207
209
  CONFIG_FOLDER_NAME: '.abtnode',
208
210
  EXPORTED_FOLDER_NAME: 'exported_abtnode',
@@ -226,6 +228,7 @@ module.exports = Object.freeze({
226
228
  DOMAIN_FOR_INTERNAL_SITE: '127.0.0.1',
227
229
  NAME_FOR_WELLKNOWN_SITE: 'wellknown',
228
230
  WELLKNOWN_PATH_PREFIX: '/.well-known',
231
+ WELLKNOWN_ACME_CHALLENGE_PREFIX: '/.well-known/acme-challenge',
229
232
  WELLKNOWN_AUTH_PATH_PREFIX: '/.well-known/auth',
230
233
  SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
231
234
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.3",
6
+ "version": "1.6.7",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -18,7 +18,7 @@
18
18
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
- "jest": "^27.3.1"
21
+ "jest": "^27.4.5"
22
22
  },
23
- "gitHead": "3642ccce1e0ab0e1937e32a7dc119a9763bc21c2"
23
+ "gitHead": "d681c03a398e3c7d4dbc878db93b2ab778dded81"
24
24
  }