codeam-cli 1.0.6 → 1.0.7
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -110,7 +110,7 @@ var import_picocolors = __toESM(require("picocolors"));
|
|
|
110
110
|
// package.json
|
|
111
111
|
var package_default = {
|
|
112
112
|
name: "codeam-cli",
|
|
113
|
-
version: "1.0.
|
|
113
|
+
version: "1.0.7",
|
|
114
114
|
description: "Remote control Claude Code from your mobile device",
|
|
115
115
|
main: "dist/index.js",
|
|
116
116
|
bin: {
|
|
@@ -290,7 +290,7 @@ async function requestCode(pluginId) {
|
|
|
290
290
|
const result = await _transport.postJson(`${API_BASE2}/api/pairing/code`, {
|
|
291
291
|
pluginId,
|
|
292
292
|
ideName: "Terminal (codeam-cli)",
|
|
293
|
-
ideVersion:
|
|
293
|
+
ideVersion: package_default.version,
|
|
294
294
|
hostname: os2.hostname()
|
|
295
295
|
});
|
|
296
296
|
const data = result?.data;
|