@rulvar/evals 1.5.2 → 1.6.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @rulvar/evals
2
2
 
3
- The rulvar eval framework: eval cases with golden outputs, rubric and
3
+ The Rulvar eval framework: eval cases with golden outputs, rubric and
4
4
  judge graders that run through the engine itself, matrix sweeps across
5
5
  models and configurations, and the canary fingerprint. Exports
6
6
  `runEvalSuite`, `runEvalMatrix`, `goldenGrader`, `rubricGrader`,
7
7
  `judgeGrader`, and `canaryFingerprint`.
8
8
 
9
- Part of [rulvar](https://rulvar.com), an embeddable TypeScript engine
9
+ Part of [Rulvar](https://rulvar.com), an embeddable TypeScript engine
10
10
  for durable, budget-bounded multi-agent LLM workflows, where a completed
11
11
  LLM call is never paid for twice. Full documentation:
12
12
  [docs.rulvar.com](https://docs.rulvar.com).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rulvar/evals",
3
- "version": "1.5.2",
4
- "description": "rulvar evals: eval cases, golden outputs, rubric and judge graders, matrix sweeps, canary fingerprint.",
3
+ "version": "1.6.0",
4
+ "description": "Rulvar evals: eval cases, golden outputs, rubric and judge graders, matrix sweeps, canary fingerprint.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "engines": {
@@ -22,8 +22,8 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "@rulvar/core": "1.5.2",
26
- "@rulvar/testing": "1.5.2"
25
+ "@rulvar/core": "1.6.0",
26
+ "@rulvar/testing": "1.6.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.20.0",