codeam-cli 1.4.52 → 1.4.53
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/index.js +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -116,7 +116,7 @@ var import_qrcode_terminal = __toESM(require("qrcode-terminal"));
|
|
|
116
116
|
// package.json
|
|
117
117
|
var package_default = {
|
|
118
118
|
name: "codeam-cli",
|
|
119
|
-
version: "1.4.
|
|
119
|
+
version: "1.4.53",
|
|
120
120
|
description: "Remote control Claude Code from your mobile device",
|
|
121
121
|
main: "dist/index.js",
|
|
122
122
|
bin: {
|
|
@@ -1483,9 +1483,7 @@ var OutputService = class _OutputService {
|
|
|
1483
1483
|
});
|
|
1484
1484
|
}
|
|
1485
1485
|
);
|
|
1486
|
-
req.on("error", (
|
|
1487
|
-
process.stderr.write(`[codeam] output POST failed: ${err.message}
|
|
1488
|
-
`);
|
|
1486
|
+
req.on("error", () => {
|
|
1489
1487
|
resolve();
|
|
1490
1488
|
});
|
|
1491
1489
|
req.on("timeout", () => {
|