botmux 3.18.12 → 3.18.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botmux",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.13",
|
|
4
4
|
"description": "Bridge between IM platforms and AI coding CLIs — one topic, one CLI session with live streaming",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
},
|
|
81
81
|
"optionalDependencies": {
|
|
82
82
|
"@napi-rs/canvas": "^0.1.65",
|
|
83
|
-
"botmux-darwin-arm64": "3.18.
|
|
84
|
-
"botmux-darwin-x64": "3.18.
|
|
85
|
-
"botmux-linux-arm64": "3.18.
|
|
86
|
-
"botmux-linux-arm64-musl": "3.18.
|
|
87
|
-
"botmux-linux-x64": "3.18.
|
|
88
|
-
"botmux-linux-x64-musl": "3.18.
|
|
83
|
+
"botmux-darwin-arm64": "3.18.13",
|
|
84
|
+
"botmux-darwin-x64": "3.18.13",
|
|
85
|
+
"botmux-linux-arm64": "3.18.13",
|
|
86
|
+
"botmux-linux-arm64-musl": "3.18.13",
|
|
87
|
+
"botmux-linux-x64": "3.18.13",
|
|
88
|
+
"botmux-linux-x64-musl": "3.18.13"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@midscene/web": "^1.7.6",
|
|
@@ -278,7 +278,7 @@ if (probe.error || probe.status !== 0) {
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
// ── Write the single launcher ──────────────────────────────────────────────────
|
|
281
|
-
// Same path + same atomic-write discipline as the daemon and `
|
|
281
|
+
// Same path + same atomic-write discipline as the daemon and `bun run use:here` use
|
|
282
282
|
// (src/daemon.ts, scripts/claim-botmux-bin.mjs), because concurrent CLI sessions
|
|
283
283
|
// `exec` this file constantly and a half-written script breaks every `botmux send`
|
|
284
284
|
// in flight. Three parts, none optional: realpath first (else we rename over a
|