agentv 3.9.2 → 3.10.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.js CHANGED
@@ -2,9 +2,9 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-6ZAFWUBT.js";
6
- import "./chunk-JGMJL2LV.js";
7
- import "./chunk-OIVGGWJ3.js";
5
+ } from "./chunk-DJ6FJ6J4.js";
6
+ import "./chunk-DDMAQT5P.js";
7
+ import "./chunk-X3KJVUAB.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-JK6V4KVD.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -141,7 +141,7 @@ import {
141
141
  transpileEvalYaml,
142
142
  transpileEvalYamlFile,
143
143
  trimBaselineResult
144
- } from "./chunk-OIVGGWJ3.js";
144
+ } from "./chunk-X3KJVUAB.js";
145
145
  import {
146
146
  OtlpJsonFileExporter
147
147
  } from "./chunk-C5GOHBQM.js";
@@ -300,4 +300,4 @@ export {
300
300
  transpileEvalYamlFile,
301
301
  trimBaselineResult
302
302
  };
303
- //# sourceMappingURL=dist-PUPHGVKL.js.map
303
+ //# sourceMappingURL=dist-DJFWBJNJ.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-6ZAFWUBT.js";
7
- import "./chunk-JGMJL2LV.js";
8
- import "./chunk-OIVGGWJ3.js";
6
+ } from "./chunk-DJ6FJ6J4.js";
7
+ import "./chunk-DDMAQT5P.js";
8
+ import "./chunk-X3KJVUAB.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-JK6V4KVD.js";
11
11
  import "./chunk-HQDCIXVH.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-JGMJL2LV.js";
7
+ } from "./chunk-DDMAQT5P.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-OIVGGWJ3.js";
14
+ } from "./chunk-X3KJVUAB.js";
15
15
  import "./chunk-C5GOHBQM.js";
16
16
  import "./chunk-JK6V4KVD.js";
17
17
  import "./chunk-HQDCIXVH.js";
@@ -371,4 +371,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
371
371
  export {
372
372
  launchInteractiveWizard
373
373
  };
374
- //# sourceMappingURL=interactive-BD56NB23.js.map
374
+ //# sourceMappingURL=interactive-ST4ZSRK4.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.9.2",
3
+ "version": "3.10.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {