@hermespilot/link 0.8.1-beta.0 → 0.8.1-beta.1

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.
@@ -7613,7 +7613,7 @@ function isConversationMissingError(error) {
7613
7613
  }
7614
7614
 
7615
7615
  // src/constants.ts
7616
- var LINK_VERSION = "0.8.1-beta.0";
7616
+ var LINK_VERSION = "0.8.1-beta.1";
7617
7617
  var LINK_COMMAND = "hermeslink";
7618
7618
  var LINK_DEFAULT_PORT = 52379;
7619
7619
  var LINK_RUNTIME_DIR_NAME = ".hermeslink";
package/dist/cli/index.js CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  stopDaemonProcess,
56
56
  summarizeUsageProbeEnsure,
57
57
  translate
58
- } from "../chunk-HBRTCPIG.js";
58
+ } from "../chunk-WYVLVDXH.js";
59
59
 
60
60
  // src/cli/index.ts
61
61
  import { Command } from "commander";
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-HBRTCPIG.js";
3
+ } from "../chunk-WYVLVDXH.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.8.1-beta.0",
3
+ "version": "0.8.1-beta.1",
4
4
  "private": false,
5
5
  "description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
6
6
  "license": "MIT",