@hasna/evals 0.1.13 → 0.1.14

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.
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=http-cli-coverage.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http-cli-coverage.test.d.ts","sourceRoot":"","sources":["../../src/adapters/http-cli-coverage.test.ts"],"names":[],"mappings":""}
package/dist/cli/index.js CHANGED
@@ -20131,7 +20131,7 @@ var safeJSON = (text) => {
20131
20131
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
20132
20132
 
20133
20133
  // node_modules/@anthropic-ai/sdk/version.mjs
20134
- var VERSION = "0.81.0";
20134
+ var VERSION = "0.82.0";
20135
20135
 
20136
20136
  // node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs
20137
20137
  var isRunningInBrowser = () => {
package/dist/index.js CHANGED
@@ -7442,7 +7442,7 @@ var safeJSON = (text) => {
7442
7442
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7443
7443
 
7444
7444
  // node_modules/@anthropic-ai/sdk/version.mjs
7445
- var VERSION = "0.81.0";
7445
+ var VERSION = "0.82.0";
7446
7446
 
7447
7447
  // node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs
7448
7448
  var isRunningInBrowser = () => {
package/dist/mcp/index.js CHANGED
@@ -6430,7 +6430,7 @@ var init_values = __esm(() => {
6430
6430
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
6431
6431
 
6432
6432
  // node_modules/@anthropic-ai/sdk/version.mjs
6433
- var VERSION = "0.81.0";
6433
+ var VERSION = "0.82.0";
6434
6434
 
6435
6435
  // node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs
6436
6436
  function getDetectedPlatform() {
@@ -7441,7 +7441,7 @@ var safeJSON = (text) => {
7441
7441
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7442
7442
 
7443
7443
  // node_modules/@anthropic-ai/sdk/version.mjs
7444
- var VERSION = "0.81.0";
7444
+ var VERSION = "0.82.0";
7445
7445
 
7446
7446
  // node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs
7447
7447
  var isRunningInBrowser = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/evals",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Open source AI evaluation framework — LLM-as-judge + assertion-based evals for any AI app. CLI + MCP server.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -64,7 +64,7 @@
64
64
  "author": "Andrei Hasna <andrei@hasna.com>",
65
65
  "license": "Apache-2.0",
66
66
  "dependencies": {
67
- "@anthropic-ai/sdk": "^0.81.0",
67
+ "@anthropic-ai/sdk": "^0.82.0",
68
68
  "@hasna/cloud": "^0.1.30",
69
69
  "@modelcontextprotocol/sdk": "^1.29.0",
70
70
  "ajv": "^8.18.0",