copilot-hub 0.1.9 → 0.1.10

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": "copilot-hub",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Copilot Hub CLI and runtime bundle",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -325,6 +325,7 @@ function runChecked(command, args, { stdio = "pipe", allowFailure = false } = {}
325
325
  cwd: repoRoot,
326
326
  shell: false,
327
327
  stdio: spawnStdio,
328
+ windowsHide: true,
328
329
  encoding: "utf8",
329
330
  env: process.env,
330
331
  });
@@ -434,6 +434,7 @@ function runChecked(command, args, { stdio = "pipe", allowFailure = false } = {}
434
434
  cwd: repoRoot,
435
435
  shell: false,
436
436
  stdio,
437
+ windowsHide: true,
437
438
  encoding: "utf8",
438
439
  env: process.env,
439
440
  });
@@ -385,6 +385,7 @@ function runChecked(command, args, { stdio = "pipe", allowFailure = false } = {}
385
385
  cwd: repoRoot,
386
386
  shell: false,
387
387
  stdio: spawnStdio,
388
+ windowsHide: true,
388
389
  encoding: "utf8",
389
390
  env: process.env,
390
391
  });
@@ -532,6 +532,7 @@ function runChecked(command, args, { stdio = "pipe", allowFailure = false } = {}
532
532
  cwd: repoRoot,
533
533
  shell: false,
534
534
  stdio,
535
+ windowsHide: true,
535
536
  encoding: "utf8",
536
537
  env: process.env,
537
538
  });