@hermespilot/link 0.5.5 → 0.5.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.
@@ -4502,7 +4502,7 @@ import os2 from "os";
4502
4502
  import path5 from "path";
4503
4503
 
4504
4504
  // src/constants.ts
4505
- var LINK_VERSION = "0.5.5";
4505
+ var LINK_VERSION = "0.5.7";
4506
4506
  var LINK_COMMAND = "hermeslink";
4507
4507
  var LINK_DEFAULT_PORT = 52379;
4508
4508
  var LINK_RUNTIME_DIR_NAME = ".hermeslink";
@@ -24950,7 +24950,7 @@ function buildUnixInstallCommand(installerUrl) {
24950
24950
  `curl -fsSL ${quoteShellToken(installerUrl)} -o "$tmp";`,
24951
24951
  "else",
24952
24952
  `HERMESLINK_INSTALLER_URL=${quoteShellToken(installerUrl)} ${fetchScript} > "$tmp";`,
24953
- "fi",
24953
+ "fi;",
24954
24954
  'bash "$tmp"'
24955
24955
  ].join(" ");
24956
24956
  }
package/dist/cli/index.js CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  startDaemonProcess,
38
38
  startLinkService,
39
39
  stopDaemonProcess
40
- } from "../chunk-NPDVJND7.js";
40
+ } from "../chunk-SSFGIGQE.js";
41
41
 
42
42
  // src/cli/index.ts
43
43
  import { Command } from "commander";
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-NPDVJND7.js";
3
+ } from "../chunk-SSFGIGQE.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.5.5",
3
+ "version": "0.5.7",
4
4
  "private": false,
5
5
  "description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
6
6
  "license": "MIT",