@gluecharm-lab/easyspecs-cli 0.3.1 → 0.3.3

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/dist/main.cjs CHANGED
@@ -14602,8 +14602,7 @@ function runOpenCodeAgent(cwd, args, options) {
14602
14602
  const child = (0, import_child_process2.spawn)(cmd, args, {
14603
14603
  cwd,
14604
14604
  shell: USE_SHELL,
14605
- env: spawnEnv,
14606
- stdio: ["ignore", "pipe", "pipe"]
14605
+ env: spawnEnv
14607
14606
  });
14608
14607
  let childResourceLogged = false;
14609
14608
  let cpuBaseline;
@@ -29085,7 +29084,7 @@ function formatCliStderrLine(line, useAnsi) {
29085
29084
  }
29086
29085
 
29087
29086
  // src/cli/main.ts
29088
- var PKG_VERSION = "0.3.1";
29087
+ var PKG_VERSION = "0.3.2";
29089
29088
  function isNonEmptyFactoryFailureArray(x) {
29090
29089
  if (!Array.isArray(x) || x.length === 0) {
29091
29090
  return false;