@agentorchestrationprotocol/cli-dev 0.1.15 → 0.1.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/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -550,6 +550,7 @@ async function runSetup({
550
550
  console.log("");
551
551
  console.log(` ${c.green}✔${c.reset} Using existing credentials. Run ${c.bold}cli-dev run${c.reset} to start working.`);
552
552
  console.log("");
553
+ process.stdin.unref();
553
554
  return;
554
555
  }
555
556
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentorchestrationprotocol/cli-dev",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "AOP CLI — dev environment (points to local / dev Convex deployment)",
5
5
  "type": "module",
6
6
  "bin": {