vieval 0.0.7 → 0.0.8

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as runTopLevelCli } from "../cli-ImxGpoYQ.mjs";
2
+ import { n as runTopLevelCli } from "../cli-Dao25VxV.mjs";
3
3
  import process from "node:process";
4
4
  import { errorMessageFrom } from "@moeru/std";
5
5
  //#region src/bin/vieval.ts
@@ -1,2 +1,2 @@
1
- import { n as runTopLevelCli, t as parseTopLevelCliArguments } from "../cli-ImxGpoYQ.mjs";
1
+ import { n as runTopLevelCli, t as parseTopLevelCliArguments } from "../cli-Dao25VxV.mjs";
2
2
  export { parseTopLevelCliArguments, runTopLevelCli };
@@ -2190,7 +2190,7 @@ function createAutoTaskExecutor(reporter, projectName, recordEvent, projectCaseC
2190
2190
  if (taskDefinition == null) throw new Error(`Missing eval task definition for entry "${task.entry.id}".`);
2191
2191
  const output = await taskDefinition.run({
2192
2192
  cache: context.cache,
2193
- model: context.model,
2193
+ models: context.models,
2194
2194
  reporterHooks: resolveTaskReporterHooks(task, context, reporter, projectName, recordEvent, projectCaseCounters, projectCaseFailures, vitestCompatReporter),
2195
2195
  task,
2196
2196
  telemetry: context.telemetry
@@ -3842,4 +3842,4 @@ async function runTopLevelCli(argv) {
3842
3842
  //#endregion
3843
3843
  export { runTopLevelCli as n, parseTopLevelCliArguments as t };
3844
3844
 
3845
- //# sourceMappingURL=cli-ImxGpoYQ.mjs.map
3845
+ //# sourceMappingURL=cli-Dao25VxV.mjs.map