@aiot-toolkit/emulator 2.0.4-beta.7 → 2.0.4

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.
@@ -57,28 +57,28 @@ const VelaImageVersionList = exports.VelaImageVersionList = [{
57
57
  label: 'vela-miwear-watch-5.0',
58
58
  description: '适用于手表/手环的,带表盘的 vela 5.0 镜像,不可自定义模拟器尺寸',
59
59
  value: _Vvd.VelaImageType.VELA_MIWEAR_WATCH_5,
60
- time: '20250114',
60
+ time: '20250225',
61
61
  hide: false,
62
62
  icon: ''
63
63
  }, {
64
64
  label: 'vela-watch-5.0',
65
65
  description: '适用于手表/手环的,不带表盘的 vela 5.0 镜像,可自定义模拟器尺寸',
66
66
  value: _Vvd.VelaImageType.VELA_WATCH_5,
67
- time: '20250213',
67
+ time: '20250225',
68
68
  hide: false,
69
69
  icon: ''
70
70
  }, {
71
71
  label: 'vela-miwear-watch-4.0',
72
72
  description: '原 vela-release-4.0 版本,适用于手表/手环的,带表盘的 vela 4.0 镜像,不可自定义模拟器尺寸',
73
73
  value: _Vvd.VelaImageType.REL,
74
- time: '20241205',
74
+ time: '20250225',
75
75
  hide: false,
76
76
  icon: ''
77
77
  }, {
78
78
  label: 'vela-watch-4.0',
79
79
  description: '原 vela-pre-4.0 版本,适用于手表/手环的,不带表盘的 vela 4.0 镜像,可自定义模拟器尺寸',
80
80
  value: _Vvd.VelaImageType.PRE,
81
- time: '20241205',
81
+ time: '20250225',
82
82
  hide: false,
83
83
  icon: ''
84
84
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiot-toolkit/emulator",
3
- "version": "2.0.4-beta.7",
3
+ "version": "2.0.4",
4
4
  "description": "vela emulator tool.",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -36,7 +36,7 @@
36
36
  "emulator"
37
37
  ],
38
38
  "dependencies": {
39
- "@aiot-toolkit/shared-utils": "2.0.4-beta.7",
39
+ "@aiot-toolkit/shared-utils": "2.0.4",
40
40
  "@miwt/adb": "^0.9.0",
41
41
  "adm-zip": "^0.5.16",
42
42
  "dayjs": "^1.11.12",
@@ -51,5 +51,5 @@
51
51
  "@types/adm-zip": "^0.5.5",
52
52
  "@types/ini": "^4.1.1"
53
53
  },
54
- "gitHead": "76f494f143fd127f8019fdb83bba933761ba0bf2"
54
+ "gitHead": "0668bd975b2d26018491625bcf526e265832bb97"
55
55
  }