@kmmao/happy-agent 0.5.3 → 0.5.4
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -19,7 +19,7 @@ var fs = require('fs');
|
|
|
19
19
|
var os = require('os');
|
|
20
20
|
var http = require('http');
|
|
21
21
|
|
|
22
|
-
var version = "0.5.
|
|
22
|
+
var version = "0.5.4";
|
|
23
23
|
|
|
24
24
|
function loadConfig() {
|
|
25
25
|
const serverUrl = (process.env.HAPPY_SERVER_URL ?? "https://s.sangreal.code.xycloud.info:2443").replace(/\/+$/, "");
|
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import { realpathSync, readFileSync as readFileSync$1, mkdirSync as mkdirSync$1,
|
|
|
17
17
|
import { tmpdir } from 'os';
|
|
18
18
|
import { createServer } from 'http';
|
|
19
19
|
|
|
20
|
-
var version = "0.5.
|
|
20
|
+
var version = "0.5.4";
|
|
21
21
|
|
|
22
22
|
function loadConfig() {
|
|
23
23
|
const serverUrl = (process.env.HAPPY_SERVER_URL ?? "https://s.sangreal.code.xycloud.info:2443").replace(/\/+$/, "");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmmao/happy-agent",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "CLI client for controlling Happy Coder agents remotely",
|
|
5
5
|
"author": "Kirill Dubovitskiy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"release": "npx --no-install release-it"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@kmmao/happy-wire": "^0.
|
|
47
|
-
"axios": "^1.
|
|
46
|
+
"@kmmao/happy-wire": "^0.13.0",
|
|
47
|
+
"axios": "^1.15.2",
|
|
48
48
|
"chalk": "^5.6.2",
|
|
49
49
|
"commander": "^13.1.0",
|
|
50
50
|
"qrcode-terminal": "^0.12.0",
|