@unotest/judge 0.28.0 → 0.30.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/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @unotest/judge
2
2
 
3
+ ## [0.30.0] - 2026-09-03
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9f2e244]
8
+ - @unotest/protocol@0.30.0
9
+
10
+ ## [0.29.0] - 2026-09-02
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ab296ff]
15
+ - Updated dependencies [64108b8]
16
+ - Updated dependencies [64108b8]
17
+ - Updated dependencies [64108b8]
18
+ - @unotest/protocol@0.29.0
19
+
3
20
  ## [0.28.0] - 2026-09-01
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unotest/judge",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
4
4
  "description": "LLM-judge service for the @unotest ecosystem: judges free-form text (chat replies, generated content) against a natural-language rubric and returns a structured pass/fail verdict with reasoning. Runs as a small HTTP service (`npx @unotest/judge`) or in-process. Providers: deterministic `fake` (CI-safe), Google Vertex AI via ADC, the local Claude Code CLI (subscription auth, no API key), and Gemini / OpenAI / Anthropic APIs via keys — all raw HTTP or a local process, zero provider SDKs. Backs the `assertJudge` DSL assertion of @unotest/web.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "google-auth-library": "^10.0.0",
36
- "@unotest/protocol": "^0.28.0"
36
+ "@unotest/protocol": "^0.30.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^22.10.0",