@cli-remote/local 0.4.1 → 0.4.2

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.cjs +2 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -10511,7 +10511,7 @@ var DesktopManager = class {
10511
10511
  " const f = s.frame",
10512
10512
  ' out.push([Math.round(f.origin.x), Math.round(gb - f.origin.y - f.size.height), Math.round(f.size.width), Math.round(f.size.height), s.localizedName.js].join("|"))',
10513
10513
  "}",
10514
- 'out.join("\n")'
10514
+ 'out.join("\\n")'
10515
10515
  ].join("\n");
10516
10516
  const out = await this.exec("osascript", ["-l", "JavaScript", "-e", script], 8e3);
10517
10517
  const displays = [];
@@ -12224,7 +12224,7 @@ function resolveHere() {
12224
12224
  var argUrl = process.argv[2];
12225
12225
  var argMatch = argUrl && (argUrl.startsWith("ws://") || argUrl.startsWith("wss://"));
12226
12226
  function readVersion() {
12227
- if (true) return "0.4.1";
12227
+ if (true) return "0.4.2";
12228
12228
  try {
12229
12229
  const pkg = JSON.parse(
12230
12230
  (0, import_node_fs5.readFileSync)(new URL("../package.json", import_meta.url), "utf-8")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cli-remote/local",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Local PTY agent for cli-remote — exposes your local CLI tools (claude/codex/kimi-cli/shell) to the mobile web client via a self-hosted hub.",
5
5
  "license": "MIT",
6
6
  "repository": {