@abtnode/auth 1.16.23-beta-035db744 → 1.16.23-beta-2229bcee

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.
@@ -173,7 +173,7 @@ async function silentAuthorizationInConnect(didSpaceInfo, data) {
173
173
  }
174
174
  const CHAIN_HOST_MAP = {
175
175
  beta: 'https://beta.abtnetwork.io/api/',
176
- 'xenon-2020-01-15': 'https://abtnetwork.io/api/',
176
+ 'xenon-2020-01-15': 'https://main.abtnetwork.io/api/',
177
177
  };
178
178
  function getChainHostByAssetChainId(assetChainId) {
179
179
  if (assetChainId in CHAIN_HOST_MAP) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.23-beta-035db744",
6
+ "version": "1.16.23-beta-2229bcee",
7
7
  "description": "Simple lib to manage auth in ABT Node",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -20,15 +20,15 @@
20
20
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@abtnode/constant": "1.16.23-beta-035db744",
24
- "@abtnode/logger": "1.16.23-beta-035db744",
25
- "@abtnode/util": "1.16.23-beta-035db744",
23
+ "@abtnode/constant": "1.16.23-beta-2229bcee",
24
+ "@abtnode/logger": "1.16.23-beta-2229bcee",
25
+ "@abtnode/util": "1.16.23-beta-2229bcee",
26
26
  "@arcblock/did": "1.18.110",
27
27
  "@arcblock/nft-display": "2.9.24",
28
28
  "@arcblock/validator": "^1.18.110",
29
29
  "@arcblock/vc": "1.18.110",
30
- "@blocklet/constant": "1.16.23-beta-035db744",
31
- "@blocklet/meta": "1.16.23-beta-035db744",
30
+ "@blocklet/constant": "1.16.23-beta-2229bcee",
31
+ "@blocklet/meta": "1.16.23-beta-2229bcee",
32
32
  "@ocap/client": "^1.18.110",
33
33
  "@ocap/mcrypto": "1.18.110",
34
34
  "@ocap/util": "1.18.110",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "jest": "^29.7.0"
51
51
  },
52
- "gitHead": "43b1f85fa413b81be8b8015031ac271a9d9f3456"
52
+ "gitHead": "f42242b4cc87ba11ba1d18ec09df7b024520e9d0"
53
53
  }