@ghl-ai/aw 0.1.38-beta.16 → 0.1.38-beta.17

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/ecc.mjs +1 -1
  2. package/package.json +1 -1
package/ecc.mjs CHANGED
@@ -37,7 +37,7 @@ const PROTECTED_CONFIG_BY_TARGET = {
37
37
  };
38
38
 
39
39
  function run(cmd, opts = {}) {
40
- return execSync(cmd, { stdio: "pipe", ...opts });
40
+ return execSync(cmd, { stdio: "pipe", input: "", timeout: 120_000, ...opts });
41
41
  }
42
42
 
43
43
  function readIfExists(path) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.38-beta.16",
3
+ "version": "0.1.38-beta.17",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": "bin.js",