@executioncontrolprotocol/harnesses-browser-coding 0.11.1 → 0.11.3
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@executioncontrolprotocol/harnesses-browser-coding",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Browser Coding ECP harness for stronger local coding models (eval matrix)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
"eval:matrix": "vitest run --config ../../../vitest.config.mts --project eval packages/harnesses/browser-coding/test/eval"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@executioncontrolprotocol/core": "^0.11.
|
|
31
|
-
"@executioncontrolprotocol/types": "^0.11.
|
|
30
|
+
"@executioncontrolprotocol/core": "^0.11.3",
|
|
31
|
+
"@executioncontrolprotocol/types": "^0.11.3",
|
|
32
32
|
"zod": "^3.24.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@executioncontrolprotocol/harnesses-browser-nano": "0.11.
|
|
35
|
+
"@executioncontrolprotocol/harnesses-browser-nano": "0.11.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@executioncontrolprotocol/core": "0.11.
|
|
39
|
-
"@executioncontrolprotocol/evals": "0.11.
|
|
40
|
-
"@executioncontrolprotocol/extension-ollama": "0.11.
|
|
41
|
-
"@executioncontrolprotocol/format-toon": "0.11.
|
|
42
|
-
"@executioncontrolprotocol/node": "0.11.
|
|
43
|
-
"@executioncontrolprotocol/types": "0.11.
|
|
38
|
+
"@executioncontrolprotocol/core": "0.11.3",
|
|
39
|
+
"@executioncontrolprotocol/evals": "0.11.3",
|
|
40
|
+
"@executioncontrolprotocol/extension-ollama": "0.11.3",
|
|
41
|
+
"@executioncontrolprotocol/format-toon": "0.11.3",
|
|
42
|
+
"@executioncontrolprotocol/node": "0.11.3",
|
|
43
|
+
"@executioncontrolprotocol/types": "0.11.3",
|
|
44
44
|
"typescript": "^5.7.0",
|
|
45
45
|
"zod": "^3.24.0"
|
|
46
46
|
}
|