@slock-ai/daemon 0.30.1-alpha.1 → 0.31.1-alpha.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -756,7 +756,7 @@ var CodexDriver = class {
756
756
  }
757
757
  const proc = spawn2(spawnCmd, spawnArgs, {
758
758
  cwd: ctx.workingDirectory,
759
- stdio: ["pipe", "pipe", "pipe"],
759
+ stdio: ["ignore", "pipe", "pipe"],
760
760
  env: spawnEnv
761
761
  });
762
762
  return { process: proc };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slock-ai/daemon",
3
- "version": "0.30.1-alpha.1",
3
+ "version": "0.31.1-alpha.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "slock-daemon": "dist/index.js"