@agentorchestrationprotocol/cli-dev 0.1.15 → 0.1.16

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
@@ -522,6 +522,7 @@ async function runSetup({
522
522
  });
523
523
  } finally {
524
524
  rl.close();
525
+ process.stdin.unref();
525
526
  }
526
527
 
527
528
  if (answer === "" || answer === "y" || answer === "yes") {
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.16",
4
4
  "description": "AOP CLI — dev environment (points to local / dev Convex deployment)",
5
5
  "type": "module",
6
6
  "bin": {