@hermespilot/link 0.6.1 → 0.6.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.
|
@@ -4865,7 +4865,7 @@ import os2 from "os";
|
|
|
4865
4865
|
import path5 from "path";
|
|
4866
4866
|
|
|
4867
4867
|
// src/constants.ts
|
|
4868
|
-
var LINK_VERSION = "0.6.
|
|
4868
|
+
var LINK_VERSION = "0.6.2";
|
|
4869
4869
|
var LINK_COMMAND = "hermeslink";
|
|
4870
4870
|
var LINK_DEFAULT_PORT = 52379;
|
|
4871
4871
|
var LINK_RUNTIME_DIR_NAME = ".hermeslink";
|
package/dist/cli/index.js
CHANGED
package/dist/http/app.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hermespilot/link",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,27 +40,27 @@
|
|
|
40
40
|
"publish:npm": "npm publish --access public"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@koa/router": "
|
|
44
|
-
"better-sqlite3": "
|
|
45
|
-
"commander": "
|
|
46
|
-
"koa": "
|
|
47
|
-
"qrcode": "
|
|
48
|
-
"qrcode-terminal": "
|
|
49
|
-
"ws": "
|
|
50
|
-
"yaml": "
|
|
51
|
-
"zod": "
|
|
43
|
+
"@koa/router": "15.4.0",
|
|
44
|
+
"better-sqlite3": "12.9.0",
|
|
45
|
+
"commander": "12.1.0",
|
|
46
|
+
"koa": "2.15.3",
|
|
47
|
+
"qrcode": "1.5.4",
|
|
48
|
+
"qrcode-terminal": "0.12.0",
|
|
49
|
+
"ws": "8.18.0",
|
|
50
|
+
"yaml": "2.6.1",
|
|
51
|
+
"zod": "3.24.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@types/better-sqlite3": "
|
|
55
|
-
"@types/koa": "
|
|
56
|
-
"@types/node": "
|
|
57
|
-
"@types/qrcode": "
|
|
58
|
-
"@types/qrcode-terminal": "
|
|
59
|
-
"@types/ws": "
|
|
60
|
-
"tsup": "
|
|
61
|
-
"tsx": "
|
|
62
|
-
"typescript": "
|
|
63
|
-
"vitest": "
|
|
54
|
+
"@types/better-sqlite3": "7.6.13",
|
|
55
|
+
"@types/koa": "2.15.0",
|
|
56
|
+
"@types/node": "20.19.39",
|
|
57
|
+
"@types/qrcode": "1.5.6",
|
|
58
|
+
"@types/qrcode-terminal": "0.12.2",
|
|
59
|
+
"@types/ws": "8.5.13",
|
|
60
|
+
"tsup": "8.3.5",
|
|
61
|
+
"tsx": "4.19.2",
|
|
62
|
+
"typescript": "5.7.2",
|
|
63
|
+
"vitest": "2.1.8"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=20.0.0"
|