@abtnode/constant 1.16.14-beta-811ed435 → 1.16.14-beta-9743e8e2

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
@@ -367,6 +367,7 @@ module.exports = Object.freeze({
367
367
  APP_STRUCT_VERSION: '2',
368
368
 
369
369
  DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',
370
+ DEFAULT_SLP_DOMAIN: 'slp.abtnet.io',
370
371
  DEFAULT_DID_DOMAIN: 'did.abtnet.io',
371
372
  DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',
372
373
  DEFAULT_IP_DOMAIN_SUFFIX: 'ip.abtnet.io',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.14-beta-811ed435",
6
+ "version": "1.16.14-beta-9743e8e2",
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": "4525537afdeeb910675c28e2bf60a6d4ecf3b1f1"
23
+ "gitHead": "8c98d12062bfe1ea2d4faff920e4dd99436bea1f"
24
24
  }