agentv 3.14.0 → 3.14.2

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-W6CGDNQR.js";
6
- import "./chunk-YYECEMUV.js";
7
- import "./chunk-3TBDSUYD.js";
5
+ } from "./chunk-3UW7KUQ3.js";
6
+ import "./chunk-75PQBKLR.js";
7
+ import "./chunk-ELQEFMGO.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-BJV6MDBE.js";
@@ -143,7 +143,7 @@ import {
143
143
  transpileEvalYaml,
144
144
  transpileEvalYamlFile,
145
145
  trimBaselineResult
146
- } from "./chunk-3TBDSUYD.js";
146
+ } from "./chunk-ELQEFMGO.js";
147
147
  import {
148
148
  OtlpJsonFileExporter
149
149
  } from "./chunk-C5GOHBQM.js";
@@ -300,4 +300,4 @@ export {
300
300
  transpileEvalYamlFile,
301
301
  trimBaselineResult
302
302
  };
303
- //# sourceMappingURL=dist-ZGLENPVH.js.map
303
+ //# sourceMappingURL=dist-5EEXTTC3.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-W6CGDNQR.js";
7
- import "./chunk-YYECEMUV.js";
8
- import "./chunk-3TBDSUYD.js";
6
+ } from "./chunk-3UW7KUQ3.js";
7
+ import "./chunk-75PQBKLR.js";
8
+ import "./chunk-ELQEFMGO.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-HQDCIXVH.js";
11
11
  import "./chunk-BJV6MDBE.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-YYECEMUV.js";
7
+ } from "./chunk-75PQBKLR.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-3TBDSUYD.js";
14
+ } from "./chunk-ELQEFMGO.js";
15
15
  import "./chunk-C5GOHBQM.js";
16
16
  import "./chunk-HQDCIXVH.js";
17
17
  import "./chunk-BJV6MDBE.js";
@@ -370,4 +370,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
370
370
  export {
371
371
  launchInteractiveWizard
372
372
  };
373
- //# sourceMappingURL=interactive-AI75XY3X.js.map
373
+ //# sourceMappingURL=interactive-Q563ULAR.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.14.0",
3
+ "version": "3.14.2",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {
@@ -14,10 +14,7 @@
14
14
  "bin": {
15
15
  "agentv": "./dist/cli.js"
16
16
  },
17
- "files": [
18
- "dist",
19
- "README.md"
20
- ],
17
+ "files": ["dist", "README.md"],
21
18
  "scripts": {
22
19
  "dev": "bun src/cli.ts",
23
20
  "build": "tsup && bun run copy-readme",