@lumi-ai-lab/harness-data 0.0.10 → 0.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumi-ai-lab/harness-data",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Installer and updater for Harness Data",
5
5
  "type": "module",
6
6
  "bin": {
@@ -221,7 +221,7 @@ export async function installCommand(options = {}) {
221
221
  ]);
222
222
 
223
223
  step(1, 8, "检查本机依赖");
224
- await requireCommands(["git", "tar", "unzip"]);
224
+ await requireCommands(key.startsWith("windows-") ? ["git", "tar", "unzip"] : ["git", "tar"]);
225
225
  blank();
226
226
 
227
227
  step(2, 8, "安装 runtime bundle");