agentv 4.7.0 → 4.8.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-VEAOMKNS.js";
6
- import "./chunk-AX4CQS45.js";
7
- import "./chunk-I6UE4LHZ.js";
5
+ } from "./chunk-A6W3KOCS.js";
6
+ import "./chunk-QBZJSQXV.js";
7
+ import "./chunk-H4GQXK5M.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-ZKO2LGRR.js";
@@ -172,7 +172,7 @@ import {
172
172
  transpileEvalYaml,
173
173
  transpileEvalYamlFile,
174
174
  trimBaselineResult
175
- } from "./chunk-I6UE4LHZ.js";
175
+ } from "./chunk-H4GQXK5M.js";
176
176
  import {
177
177
  OtlpJsonFileExporter
178
178
  } from "./chunk-QOBQ5XYF.js";
@@ -358,4 +358,4 @@ export {
358
358
  transpileEvalYamlFile,
359
359
  trimBaselineResult
360
360
  };
361
- //# sourceMappingURL=dist-XRVHRBJF.js.map
361
+ //# sourceMappingURL=dist-QXVR2ZRH.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-VEAOMKNS.js";
7
- import "./chunk-AX4CQS45.js";
8
- import "./chunk-I6UE4LHZ.js";
6
+ } from "./chunk-A6W3KOCS.js";
7
+ import "./chunk-QBZJSQXV.js";
8
+ import "./chunk-H4GQXK5M.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-HQDCIXVH.js";
11
11
  import "./chunk-ZKO2LGRR.js";
@@ -7,12 +7,12 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-AX4CQS45.js";
10
+ } from "./chunk-QBZJSQXV.js";
11
11
  import {
12
12
  getAgentvHome,
13
13
  listTargetNames,
14
14
  readTargetDefinitions
15
- } from "./chunk-I6UE4LHZ.js";
15
+ } from "./chunk-H4GQXK5M.js";
16
16
  import "./chunk-QOBQ5XYF.js";
17
17
  import "./chunk-HQDCIXVH.js";
18
18
  import "./chunk-ZKO2LGRR.js";
@@ -326,4 +326,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
326
326
  export {
327
327
  launchInteractiveWizard
328
328
  };
329
- //# sourceMappingURL=interactive-UBEMNJZG.js.map
329
+ //# sourceMappingURL=interactive-IRYNIFCY.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {