agentv 3.2.0 → 3.2.1

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-FTPA72PY.js";
6
- import "./chunk-PCQA43SA.js";
7
- import "./chunk-OR4WXZAF.js";
5
+ } from "./chunk-CY4TSIZS.js";
6
+ import "./chunk-QZRZDCHV.js";
7
+ import "./chunk-QHH6QXNY.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-JK6V4KVD.js";
10
10
  import "./chunk-3L2L5GIL.js";
@@ -142,7 +142,7 @@ import {
142
142
  transpileEvalYaml,
143
143
  transpileEvalYamlFile,
144
144
  trimBaselineResult
145
- } from "./chunk-OR4WXZAF.js";
145
+ } from "./chunk-QHH6QXNY.js";
146
146
  import {
147
147
  OtlpJsonFileExporter
148
148
  } from "./chunk-C5GOHBQM.js";
@@ -302,4 +302,4 @@ export {
302
302
  transpileEvalYamlFile,
303
303
  trimBaselineResult
304
304
  };
305
- //# sourceMappingURL=dist-3BMOAU4X.js.map
305
+ //# sourceMappingURL=dist-NOJMJ5CF.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-FTPA72PY.js";
7
- import "./chunk-PCQA43SA.js";
8
- import "./chunk-OR4WXZAF.js";
6
+ } from "./chunk-CY4TSIZS.js";
7
+ import "./chunk-QZRZDCHV.js";
8
+ import "./chunk-QHH6QXNY.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-JK6V4KVD.js";
11
11
  import "./chunk-3L2L5GIL.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-PCQA43SA.js";
7
+ } from "./chunk-QZRZDCHV.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-OR4WXZAF.js";
14
+ } from "./chunk-QHH6QXNY.js";
15
15
  import "./chunk-C5GOHBQM.js";
16
16
  import "./chunk-JK6V4KVD.js";
17
17
  import "./chunk-3L2L5GIL.js";
@@ -331,4 +331,4 @@ async function executeConfig(config) {
331
331
  export {
332
332
  launchInteractiveWizard
333
333
  };
334
- //# sourceMappingURL=interactive-DLHPNSZ7.js.map
334
+ //# sourceMappingURL=interactive-Q37ICHBG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {