@aldus-runtime/regression 0.2.0-next.36 → 0.2.0-next.38
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
|
@@ -172,7 +172,7 @@ export declare const evaluatorRunSchema: z.ZodObject<{
|
|
|
172
172
|
/** @see evaluatorRunSchema */
|
|
173
173
|
export type EvaluatorRun = z.infer<typeof evaluatorRunSchema>;
|
|
174
174
|
/** Schema version this package stamps on records it constructs. */
|
|
175
|
-
export declare const REGRESSION_SCHEMA_VERSION = "1.
|
|
175
|
+
export declare const REGRESSION_SCHEMA_VERSION = "1.15";
|
|
176
176
|
/** How a record's declared schema version relates to the one this runtime implements. */
|
|
177
177
|
export type SchemaVersionRelation = "older" | "same" | "newer";
|
|
178
178
|
/**
|
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.38",
|
|
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.38",
|
|
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.38",
|
|
41
41
|
"@types/node": "^26.2.0",
|
|
42
42
|
"typescript": "^7.0.2",
|
|
43
43
|
"vitest": "^4.1.10"
|