@abtnode/auth 1.16.18-beta-aa01bd8e → 1.16.18-beta-bb4ebacc
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.
- package/lib/auth.js +1 -1
- package/package.json +9 -9
package/lib/auth.js
CHANGED
|
@@ -364,7 +364,7 @@ const getApplicationInfo = async ({ node, nodeInfo = {}, teamDid, baseUrl = '' }
|
|
|
364
364
|
owner = get(blocklet, 'settings.owner');
|
|
365
365
|
dataDir = blocklet.env.dataDir;
|
|
366
366
|
secret = blockletInfo.secret;
|
|
367
|
-
logo = getAppAvatarUrl(baseUrl);
|
|
367
|
+
logo = getAppAvatarUrl(baseUrl || blockletInfo.appUrl);
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
return {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.18-beta-
|
|
6
|
+
"version": "1.16.18-beta-bb4ebacc",
|
|
7
7
|
"description": "Simple lib to manage auth in ABT Node",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,19 +20,19 @@
|
|
|
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.18-beta-
|
|
24
|
-
"@abtnode/logger": "1.16.18-beta-
|
|
25
|
-
"@abtnode/util": "1.16.18-beta-
|
|
23
|
+
"@abtnode/constant": "1.16.18-beta-bb4ebacc",
|
|
24
|
+
"@abtnode/logger": "1.16.18-beta-bb4ebacc",
|
|
25
|
+
"@abtnode/util": "1.16.18-beta-bb4ebacc",
|
|
26
26
|
"@arcblock/did": "1.18.95",
|
|
27
|
-
"@arcblock/nft-display": "2.8.
|
|
27
|
+
"@arcblock/nft-display": "2.8.11",
|
|
28
28
|
"@arcblock/vc": "1.18.95",
|
|
29
|
-
"@blocklet/constant": "1.16.18-beta-
|
|
30
|
-
"@blocklet/meta": "1.16.18-beta-
|
|
29
|
+
"@blocklet/constant": "1.16.18-beta-bb4ebacc",
|
|
30
|
+
"@blocklet/meta": "1.16.18-beta-bb4ebacc",
|
|
31
31
|
"@ocap/mcrypto": "1.18.95",
|
|
32
32
|
"@ocap/util": "1.18.95",
|
|
33
33
|
"@ocap/wallet": "1.18.95",
|
|
34
34
|
"fs-extra": "^10.1.0",
|
|
35
|
-
"joi": "17.
|
|
35
|
+
"joi": "17.11.0",
|
|
36
36
|
"jsonwebtoken": "^9.0.0",
|
|
37
37
|
"lodash": "^4.17.21",
|
|
38
38
|
"p-retry": "4.6.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"jest": "^27.5.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "aca7ff8eb508ecf586108b99a9e07ceab2a62430"
|
|
47
47
|
}
|