@wrongstack/bench 0.265.1 → 0.267.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/bench",
3
- "version": "0.265.1",
3
+ "version": "0.267.0",
4
4
  "license": "MIT",
5
5
  "description": "Model-independent agentic benchmark harness for WrongStack (Aider polyglot + SWE-bench Verified) with deterministic graders and harness fingerprinting.",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@wrongstack/core": "0.265.1"
30
+ "@wrongstack/core": "0.267.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^25.9.3",