niceeval 0.2.0 → 0.2.1
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 +17 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "niceeval",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Agent-native eval tool — eval agents, services, functions, and coding-agent fixtures",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,13 +56,11 @@
|
|
|
56
56
|
"tar-stream": "^3.1.7",
|
|
57
57
|
"tsx": "^4.19.2"
|
|
58
58
|
},
|
|
59
|
-
"optionalDependencies": {
|
|
60
|
-
"@vercel/sandbox": "^2.2.1",
|
|
61
|
-
"dockerode": "^4.0.2",
|
|
62
|
-
"e2b": "^2.31.0"
|
|
63
|
-
},
|
|
64
59
|
"devDependencies": {
|
|
65
60
|
"@ai-sdk/otel": "^1.0.9",
|
|
61
|
+
"@vercel/sandbox": "^2.2.1",
|
|
62
|
+
"dockerode": "^4.0.2",
|
|
63
|
+
"e2b": "^2.31.0",
|
|
66
64
|
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
67
65
|
"@opentelemetry/sdk-trace-node": "^2.8.0",
|
|
68
66
|
"@radix-ui/react-collapsible": "^1.1.14",
|
|
@@ -95,12 +93,18 @@
|
|
|
95
93
|
"@ai-sdk/otel": ">=1.0.0",
|
|
96
94
|
"@opentelemetry/exporter-trace-otlp-http": ">=0.200.0",
|
|
97
95
|
"@opentelemetry/sdk-trace-node": ">=2.0.0",
|
|
98
|
-
"
|
|
96
|
+
"@vercel/sandbox": ">=2.0.0",
|
|
97
|
+
"ai": ">=5.0.0",
|
|
98
|
+
"dockerode": ">=4.0.0",
|
|
99
|
+
"e2b": ">=2.0.0"
|
|
99
100
|
},
|
|
100
101
|
"peerDependenciesMeta": {
|
|
101
102
|
"@ai-sdk/otel": {
|
|
102
103
|
"optional": true
|
|
103
104
|
},
|
|
105
|
+
"@vercel/sandbox": {
|
|
106
|
+
"optional": true
|
|
107
|
+
},
|
|
104
108
|
"ai": {
|
|
105
109
|
"optional": true
|
|
106
110
|
},
|
|
@@ -109,6 +113,12 @@
|
|
|
109
113
|
},
|
|
110
114
|
"@opentelemetry/sdk-trace-node": {
|
|
111
115
|
"optional": true
|
|
116
|
+
},
|
|
117
|
+
"dockerode": {
|
|
118
|
+
"optional": true
|
|
119
|
+
},
|
|
120
|
+
"e2b": {
|
|
121
|
+
"optional": true
|
|
112
122
|
}
|
|
113
123
|
},
|
|
114
124
|
"scripts": {
|