@executioncontrolprotocol/harnesses-browser-nano 0.11.1 → 0.11.2
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@executioncontrolprotocol/harnesses-browser-nano",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "Browser Nano ECP harness for on-device and small models (demo + eval matrix)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"eval:matrix": "vitest run --config ../../../vitest.config.mts --project eval packages/harnesses/browser-nano/test/eval"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@executioncontrolprotocol/core": "^0.11.
|
|
35
|
-
"@executioncontrolprotocol/types": "^0.11.
|
|
34
|
+
"@executioncontrolprotocol/core": "^0.11.2",
|
|
35
|
+
"@executioncontrolprotocol/types": "^0.11.2",
|
|
36
36
|
"zod": "^3.24.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@executioncontrolprotocol/browser": "0.11.
|
|
40
|
-
"@executioncontrolprotocol/chrome-ai": "0.11.
|
|
41
|
-
"@executioncontrolprotocol/core": "0.11.
|
|
42
|
-
"@executioncontrolprotocol/evals": "0.11.
|
|
43
|
-
"@executioncontrolprotocol/extension-ollama": "0.11.
|
|
44
|
-
"@executioncontrolprotocol/format-eql": "0.11.
|
|
45
|
-
"@executioncontrolprotocol/format-toon": "0.11.
|
|
46
|
-
"@executioncontrolprotocol/node": "0.11.
|
|
47
|
-
"@executioncontrolprotocol/types": "0.11.
|
|
39
|
+
"@executioncontrolprotocol/browser": "0.11.2",
|
|
40
|
+
"@executioncontrolprotocol/chrome-ai": "0.11.2",
|
|
41
|
+
"@executioncontrolprotocol/core": "0.11.2",
|
|
42
|
+
"@executioncontrolprotocol/evals": "0.11.2",
|
|
43
|
+
"@executioncontrolprotocol/extension-ollama": "0.11.2",
|
|
44
|
+
"@executioncontrolprotocol/format-eql": "0.11.2",
|
|
45
|
+
"@executioncontrolprotocol/format-toon": "0.11.2",
|
|
46
|
+
"@executioncontrolprotocol/node": "0.11.2",
|
|
47
|
+
"@executioncontrolprotocol/types": "0.11.2",
|
|
48
48
|
"typescript": "^5.7.0",
|
|
49
49
|
"zod": "^3.24.0"
|
|
50
50
|
}
|