@hermespilot/link 0.7.2 → 0.7.4-beta.0

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/cli/index.js CHANGED
@@ -53,7 +53,7 @@ import {
53
53
  stopDaemonProcess,
54
54
  summarizeUsageProbeEnsure,
55
55
  translate
56
- } from "../chunk-YPY6JEZN.js";
56
+ } from "../chunk-V6Q4B4MA.js";
57
57
 
58
58
  // src/cli/index.ts
59
59
  import { Command } from "commander";
@@ -409,6 +409,7 @@ interface HermesSessionSyncResult {
409
409
  reprojected_count: number;
410
410
  skipped_existing: number;
411
411
  skipped_hidden: number;
412
+ skipped_empty_transcript: number;
412
413
  skipped_deleted: number;
413
414
  skipped_over_limit: number;
414
415
  errors: Array<{
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-YPY6JEZN.js";
3
+ } from "../chunk-V6Q4B4MA.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.7.2",
3
+ "version": "0.7.4-beta.0",
4
4
  "private": false,
5
5
  "description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
6
6
  "license": "MIT",