@vpxa/aikit 0.1.261 → 0.1.263
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/package.json +1 -1
- package/packages/blocks-core/dist/index.mjs +87 -39
- package/packages/cli/dist/index.js +1 -1
- package/packages/present/dist/index.html +420 -60
- package/packages/server/dist/bin.js +1 -1
- package/packages/server/dist/index.js +1 -1
- package/packages/server/dist/{server-Dxik2eqn.js → server-i3MT9g1_.js} +148 -149
- package/packages/server/dist/{server-WtGmEJ2n.js → server-xUJjUO_0.js} +148 -149
- package/packages/tools/dist/index.d.ts +1 -1
- package/packages/tools/dist/index.js +42 -42
|
@@ -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
|
/**
|