@aldus-runtime/regression 0.2.0-next.7 → 0.2.0-next.9
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/corpus.d.ts +1 -1
- package/package.json +3 -3
package/dist/corpus.d.ts
CHANGED
|
@@ -168,7 +168,7 @@ export declare const evaluatorRunSchema: z.ZodObject<{
|
|
|
168
168
|
/** @see evaluatorRunSchema */
|
|
169
169
|
export type EvaluatorRun = z.infer<typeof evaluatorRunSchema>;
|
|
170
170
|
/** Schema version this package stamps on records it constructs. */
|
|
171
|
-
export declare const REGRESSION_SCHEMA_VERSION = "1.
|
|
171
|
+
export declare const REGRESSION_SCHEMA_VERSION = "1.4";
|
|
172
172
|
/**
|
|
173
173
|
* Validate a corpus and check the uniqueness constraint Zod cannot express.
|
|
174
174
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aldus-runtime/regression",
|
|
3
|
-
"version": "0.2.0-next.
|
|
3
|
+
"version": "0.2.0-next.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Aldus Regression Harness — defect corpora, scope-aware evaluator metrics, blind-spot registry, and evaluator promotion evidence.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"typecheck:test": "tsc -p tsconfig.test.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@aldus-runtime/core": "0.2.0-next.
|
|
36
|
+
"@aldus-runtime/core": "0.2.0-next.9",
|
|
37
37
|
"zod": "^4.4.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@aldus-runtime/testkit": "0.2.0-next.
|
|
40
|
+
"@aldus-runtime/testkit": "0.2.0-next.9",
|
|
41
41
|
"@types/node": "^26.2.0",
|
|
42
42
|
"typescript": "^7.0.2",
|
|
43
43
|
"vitest": "^4.1.10"
|