@hasna/evals 0.1.26 → 0.1.27

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/mcp/index.js CHANGED
@@ -10678,7 +10678,7 @@ import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"
10678
10678
  // package.json
10679
10679
  var package_default = {
10680
10680
  name: "@hasna/evals",
10681
- version: "0.1.26",
10681
+ version: "0.1.27",
10682
10682
  description: "Open source AI evaluation framework \u2014 LLM-as-judge + assertion-based evals for any AI app. CLI + MCP server.",
10683
10683
  type: "module",
10684
10684
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/evals",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
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",