@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.1";
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
@@ -44,7 +44,7 @@ import {
44
44
  startDaemonProcess,
45
45
  startLinkService,
46
46
  stopDaemonProcess
47
- } from "../chunk-RBMFF32Z.js";
47
+ } from "../chunk-UBWRPRZ4.js";
48
48
 
49
49
  // src/cli/index.ts
50
50
  import { Command } from "commander";
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-RBMFF32Z.js";
3
+ } from "../chunk-UBWRPRZ4.js";
4
4
  export {
5
5
  createApp
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hermespilot/link",
3
- "version": "0.6.1",
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": "^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"
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": "^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"
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"