@blocklet/meta 1.16.30-beta-cd65989e → 1.16.30-beta-e7a90fb2
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/util.js +1 -0
- package/package.json +13 -13
package/lib/util.js
CHANGED
|
@@ -475,6 +475,7 @@ const getAppDescription = (blocklet, onlyUseMeta = false) => {
|
|
|
475
475
|
return description || meta.description || meta.name;
|
|
476
476
|
};
|
|
477
477
|
exports.getAppDescription = getAppDescription;
|
|
478
|
+
// FIXME: @zhanghan 此处的获取 appUrl 可能存在问题,如果 888-888-888-888 这个域名排在前面,会导致获取的 appUrl 是不对的
|
|
478
479
|
function getAppUrl(blocklet) {
|
|
479
480
|
const appUrls = blocklet?.site?.domainAliases
|
|
480
481
|
?.sort((a, b) => {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.30-beta-
|
|
6
|
+
"version": "1.16.30-beta-e7a90fb2",
|
|
7
7
|
"description": "Library to parse/validate/fix blocklet meta",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@abtnode/constant": "1.16.30-beta-
|
|
29
|
-
"@arcblock/did": "1.18.
|
|
30
|
-
"@arcblock/did-ext": "1.18.
|
|
31
|
-
"@arcblock/did-util": "1.18.
|
|
32
|
-
"@arcblock/jwt": "1.18.
|
|
33
|
-
"@blocklet/constant": "1.16.30-beta-
|
|
34
|
-
"@ocap/asset": "1.18.
|
|
35
|
-
"@ocap/mcrypto": "1.18.
|
|
36
|
-
"@ocap/types": "1.18.
|
|
37
|
-
"@ocap/util": "1.18.
|
|
38
|
-
"@ocap/wallet": "1.18.
|
|
28
|
+
"@abtnode/constant": "1.16.30-beta-e7a90fb2",
|
|
29
|
+
"@arcblock/did": "1.18.132",
|
|
30
|
+
"@arcblock/did-ext": "1.18.132",
|
|
31
|
+
"@arcblock/did-util": "1.18.132",
|
|
32
|
+
"@arcblock/jwt": "1.18.132",
|
|
33
|
+
"@blocklet/constant": "1.16.30-beta-e7a90fb2",
|
|
34
|
+
"@ocap/asset": "1.18.132",
|
|
35
|
+
"@ocap/mcrypto": "1.18.132",
|
|
36
|
+
"@ocap/types": "1.18.132",
|
|
37
|
+
"@ocap/util": "1.18.132",
|
|
38
|
+
"@ocap/wallet": "1.18.132",
|
|
39
39
|
"ajv": "^8.11.0",
|
|
40
40
|
"axios": "^1.7.2",
|
|
41
41
|
"cjk-length": "^1.0.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"ts-node": "^10.9.1",
|
|
80
80
|
"typescript": "^5.0.4"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c97ba97d694f553afc9f5336c9f3ddfae73cf955"
|
|
83
83
|
}
|