@abtnode/constant 1.6.10 → 1.6.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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -238,6 +238,7 @@ module.exports = Object.freeze({
238
238
  NAME_FOR_WELLKNOWN_SITE: 'wellknown',
239
239
  WELLKNOWN_PATH_PREFIX: '/.well-known',
240
240
  WELLKNOWN_ACME_CHALLENGE_PREFIX: '/.well-known/acme-challenge',
241
+ WELLKNOWN_DID_RESOLVER_PREFIX: '/.well-known/did.json',
241
242
  WELLKNOWN_AUTH_PATH_PREFIX: '/.well-known/auth',
242
243
  SLOT_FOR_IP_DNS_SITE: '888-888-888-888',
243
244
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.10",
6
+ "version": "1.6.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": "^27.4.5"
22
22
  },
23
- "gitHead": "90aa29d892f9f54c87faa3041daec042997fffcc"
23
+ "gitHead": "0ae215d5cf1160631bdd9b64639c8fcf80eb2d5f"
24
24
  }