@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 +1 -1
- package/package.json +1 -1
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.
|
|
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