@blocklet/meta 1.17.8-beta-20260113-015027-32a1cec4 → 1.17.8-beta-20260115-003043-5e15c08a

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/lib/types/schema.d.ts +6 -24
  2. package/package.json +15 -15
@@ -213,54 +213,36 @@ export type TNavigation = TNavigationItem[];
213
213
  export interface TNavigationItem {
214
214
  component?: string;
215
215
  description?: string | {
216
- /**
217
- * Unknown Property
218
- */
219
- [x: string]: string;
216
+ [pattern: string]: string;
220
217
  };
221
218
  icon?: string;
222
219
  id?: string;
223
220
  items?: ({
224
221
  component?: string;
225
222
  description?: string | {
226
- /**
227
- * Unknown Property
228
- */
229
- [x: string]: string;
223
+ [pattern: string]: string;
230
224
  };
231
225
  icon?: string;
232
226
  id?: string;
233
227
  link?: string | {
234
- /**
235
- * Unknown Property
236
- */
237
- [x: string]: string;
228
+ [pattern: string]: string;
238
229
  };
239
230
  private?: boolean;
240
231
  role?: string[];
241
232
  section?: ('header' | 'footer' | 'bottom' | 'social' | 'dashboard' | 'sessionManager' | 'userCenter' | 'bottomNavigation')[];
242
233
  title: string | {
243
- /**
244
- * Unknown Property
245
- */
246
- [x: string]: string;
234
+ [pattern: string]: string;
247
235
  };
248
236
  visible?: boolean;
249
237
  })[];
250
238
  link?: string | {
251
- /**
252
- * Unknown Property
253
- */
254
- [x: string]: string;
239
+ [pattern: string]: string;
255
240
  };
256
241
  private?: boolean;
257
242
  role?: string[];
258
243
  section?: ('header' | 'footer' | 'bottom' | 'social' | 'dashboard' | 'sessionManager' | 'userCenter' | 'bottomNavigation')[];
259
244
  title: string | {
260
- /**
261
- * Unknown Property
262
- */
263
- [x: string]: string;
245
+ [pattern: string]: string;
264
246
  };
265
247
  visible?: boolean;
266
248
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.8-beta-20260113-015027-32a1cec4",
6
+ "version": "1.17.8-beta-20260115-003043-5e15c08a",
7
7
  "description": "Library to parse/validate/fix blocklet meta",
8
8
  "homepage": "https://www.arcblock.io/docs/blocklet-spec",
9
9
  "main": "./lib/index.js",
@@ -24,19 +24,19 @@
24
24
  "author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@abtnode/constant": "1.17.8-beta-20260113-015027-32a1cec4",
28
- "@abtnode/db-cache": "1.17.8-beta-20260113-015027-32a1cec4",
29
- "@abtnode/docker-utils": "1.17.8-beta-20260113-015027-32a1cec4",
30
- "@arcblock/did": "^1.28.4",
31
- "@arcblock/did-ext": "^1.28.4",
32
- "@arcblock/did-util": "^1.28.4",
33
- "@arcblock/jwt": "^1.28.4",
34
- "@blocklet/constant": "1.17.8-beta-20260113-015027-32a1cec4",
35
- "@ocap/asset": "^1.28.4",
36
- "@ocap/mcrypto": "^1.28.4",
37
- "@ocap/types": "^1.28.4",
38
- "@ocap/util": "^1.28.4",
39
- "@ocap/wallet": "^1.28.4",
27
+ "@abtnode/constant": "1.17.8-beta-20260115-003043-5e15c08a",
28
+ "@abtnode/db-cache": "1.17.8-beta-20260115-003043-5e15c08a",
29
+ "@abtnode/docker-utils": "1.17.8-beta-20260115-003043-5e15c08a",
30
+ "@arcblock/did": "^1.28.5",
31
+ "@arcblock/did-ext": "^1.28.5",
32
+ "@arcblock/did-util": "^1.28.5",
33
+ "@arcblock/jwt": "^1.28.5",
34
+ "@blocklet/constant": "1.17.8-beta-20260115-003043-5e15c08a",
35
+ "@ocap/asset": "^1.28.5",
36
+ "@ocap/mcrypto": "^1.28.5",
37
+ "@ocap/types": "^1.28.5",
38
+ "@ocap/util": "^1.28.5",
39
+ "@ocap/wallet": "^1.28.5",
40
40
  "ajv": "^8.11.0",
41
41
  "axios": "^1.7.9",
42
42
  "cjk-length": "^1.0.0",
@@ -79,5 +79,5 @@
79
79
  "prettier": "^3.3.2",
80
80
  "ts-node": "^10.9.1"
81
81
  },
82
- "gitHead": "a2bdf6146c5c94d7348fc87d5ebd2e95e548df07"
82
+ "gitHead": "b22c37d35c84211b50f9ca05176f2c6de59fb24d"
83
83
  }