@vpxa/aikit 0.1.261 → 0.1.262

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.
@@ -988,7 +988,7 @@ interface EvalResult {
988
988
  error?: string;
989
989
  durationMs: number;
990
990
  }
991
- declare function evaluate(options: EvalOptions): EvalResult;
991
+ declare function evaluate(options: EvalOptions): Promise<EvalResult>;
992
992
  //#endregion
993
993
  //#region packages/tools/src/evidence-map.d.ts
994
994
  /**