@workbench-ai/workbench-core 0.0.94 → 0.0.95
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7432,7 +7432,7 @@ function comparisonCellRunFields(run, jobs) {
|
|
|
7432
7432
|
return {
|
|
7433
7433
|
runId: run.id,
|
|
7434
7434
|
status: run.status,
|
|
7435
|
-
...(run.
|
|
7435
|
+
...(run.score !== undefined ? { score: run.score } : {}),
|
|
7436
7436
|
...(run.costUsd !== undefined ? { costUsd: run.costUsd } : {}),
|
|
7437
7437
|
...(run.latencyMs !== undefined ? { latencyMs: run.latencyMs } : {}),
|
|
7438
7438
|
...(run.error ? { error: run.error } : {}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workbench-ai/workbench-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/workbench-ai/workbench.git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"yaml": "^2.8.2",
|
|
25
|
-
"@workbench-ai/workbench-
|
|
26
|
-
"@workbench-ai/workbench-
|
|
25
|
+
"@workbench-ai/workbench-protocol": "0.0.95",
|
|
26
|
+
"@workbench-ai/workbench-contract": "0.0.95"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^24.3.1",
|