@proofhound/optimization-strategy 0.1.10 → 0.1.11

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proofhound/optimization-strategy",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Optimization strategies (extension point) — V1: error_pattern_analysis; new strategies can be registered without DB CHECK changes",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,12 +10,12 @@
10
10
  "dependencies": {
11
11
  "jsonrepair": "^3.14.0",
12
12
  "zod": "^4.4.3",
13
- "@proofhound/judgment": "0.1.10",
14
- "@proofhound/logger": "0.1.10",
15
- "@proofhound/llm-client": "0.1.10",
16
- "@proofhound/metrics": "0.1.10",
17
- "@proofhound/shared": "0.1.10",
18
- "@proofhound/limiter": "0.1.10"
13
+ "@proofhound/judgment": "0.1.11",
14
+ "@proofhound/llm-client": "0.1.11",
15
+ "@proofhound/logger": "0.1.11",
16
+ "@proofhound/metrics": "0.1.11",
17
+ "@proofhound/shared": "0.1.11",
18
+ "@proofhound/limiter": "0.1.11"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^24.12.4",