@swmansion/argent 0.14.1-next.12 → 0.14.1-next.13

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/cli-cmds.mjs CHANGED
@@ -307,6 +307,7 @@ function spawnToolsServer(paths, port, options = {}) {
307
307
  const actualPort = parseInt(match[1], 10);
308
308
  rl.close();
309
309
  child.stdout?.resume();
310
+ child.stdout?.unref?.();
310
311
  settle(() => resolve3({ port: actualPort, pid }));
311
312
  }
312
313
  });
@@ -15590,6 +15590,7 @@ function spawnToolsServer(paths, port, options = {}) {
15590
15590
  const actualPort = parseInt(match[1], 10);
15591
15591
  rl.close();
15592
15592
  child.stdout?.resume();
15593
+ child.stdout?.unref?.();
15593
15594
  settle(() => resolve3({ port: actualPort, pid }));
15594
15595
  }
15595
15596
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.14.1-next.12",
3
+ "version": "0.14.1-next.13",
4
4
  "description": "MCP server for iOS Simulator and Android Emulator control",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {