@blocklet/meta 1.8.40 → 1.8.41
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.
|
@@ -301,7 +301,6 @@ function patchBuiltinNavigation(navigation) {
|
|
|
301
301
|
const copyNavigation = (0, cloneDeep_1.default)(navigation).filter((item) => item.id);
|
|
302
302
|
deepWalk(copyNavigation, (item, parent) => {
|
|
303
303
|
var _a;
|
|
304
|
-
// item.id = item.component || JSON.stringify(item.title) || nanoid();
|
|
305
304
|
if (item.items && item.items.length) {
|
|
306
305
|
for (let i = item.items.length - 1; i >= 0; i--) {
|
|
307
306
|
if (!item.items[i].id) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.41",
|
|
7
7
|
"description": "Library to parse/validate/fix blocklet meta",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"typings": "./lib/index.d.ts",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@abtnode/client": "1.8.
|
|
28
|
-
"@abtnode/constant": "1.8.
|
|
29
|
-
"@abtnode/util": "1.8.
|
|
27
|
+
"@abtnode/client": "1.8.41",
|
|
28
|
+
"@abtnode/constant": "1.8.41",
|
|
29
|
+
"@abtnode/util": "1.8.41",
|
|
30
30
|
"@arcblock/did": "1.18.26",
|
|
31
31
|
"@arcblock/did-ext": "1.18.26",
|
|
32
32
|
"@arcblock/did-util": "1.18.26",
|
|
33
33
|
"@arcblock/jwt": "1.18.26",
|
|
34
|
-
"@blocklet/constant": "1.8.
|
|
34
|
+
"@blocklet/constant": "1.8.41",
|
|
35
35
|
"@ocap/asset": "1.18.26",
|
|
36
36
|
"@ocap/mcrypto": "1.18.26",
|
|
37
37
|
"@ocap/types": "1.18.26",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"ts-node": "^10.9.1",
|
|
80
80
|
"typescript": "^4.8.4"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "bdc6b7c45ec5c59b83b2ef4ac088dc2eae9f4dea"
|
|
83
83
|
}
|