@agent-inspect/vitest 6.9.0 → 6.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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ type TraceReporterFramework = "vitest" | "jest" | "manual";
|
|
|
4
4
|
/** Experimental reporter test status normalized across supported test runners. */
|
|
5
5
|
type TraceTestStatus = "passed" | "failed" | "skipped" | "todo";
|
|
6
6
|
/** Experimental reporter artifact kind used in artifact manifests. */
|
|
7
|
-
type TraceArtifactKind = "trace" | "report" | "eval" | "redaction" | "summary";
|
|
7
|
+
type TraceArtifactKind = "trace" | "report" | "eval" | "redaction" | "summary" | "evidence";
|
|
8
8
|
/** Experimental reporter artifact file format used in artifact manifests. */
|
|
9
9
|
type TraceArtifactFormat = "json" | "jsonl" | "md" | "html";
|
|
10
10
|
/** Experimental redaction profile marker recorded with reporter artifacts. */
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ type TraceReporterFramework = "vitest" | "jest" | "manual";
|
|
|
4
4
|
/** Experimental reporter test status normalized across supported test runners. */
|
|
5
5
|
type TraceTestStatus = "passed" | "failed" | "skipped" | "todo";
|
|
6
6
|
/** Experimental reporter artifact kind used in artifact manifests. */
|
|
7
|
-
type TraceArtifactKind = "trace" | "report" | "eval" | "redaction" | "summary";
|
|
7
|
+
type TraceArtifactKind = "trace" | "report" | "eval" | "redaction" | "summary" | "evidence";
|
|
8
8
|
/** Experimental reporter artifact file format used in artifact manifests. */
|
|
9
9
|
type TraceArtifactFormat = "json" | "jsonl" | "md" | "html";
|
|
10
10
|
/** Experimental redaction profile marker recorded with reporter artifacts. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/vitest",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Optional Vitest reporter for AgentInspect local trace artifacts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vitest": "^2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"agent-inspect": "6.
|
|
40
|
+
"agent-inspect": "6.10.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"vitest": "^2.1.8"
|