@hydra-acp/cli 0.1.64 → 0.1.66

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/index.d.ts CHANGED
@@ -2440,7 +2440,7 @@ declare class Session {
2440
2440
  forwardRequest(method: string, params: unknown, originatedBy?: Set<string>, startIdx?: number): Promise<unknown>;
2441
2441
  dischargeClaim(token: string, result: unknown): boolean;
2442
2442
  keepAliveClaim(token: string, estimatedRemainingMs?: number): boolean;
2443
- emitToChain(emitterName: string, method: string, envelope: unknown): Promise<void>;
2443
+ emitToChain(emitterName: string, method: string, envelope: unknown): Promise<unknown>;
2444
2444
  private rewriteForAgent;
2445
2445
  close(opts?: CloseOptions): Promise<void>;
2446
2446
  private doClose;