@hasna/evals 0.1.17 → 0.1.19

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.
@@ -1 +1 @@
1
- {"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/completion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAgFpC,wBAAgB,iBAAiB,IAAI,OAAO,CAgB3C"}
1
+ {"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/completion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiFpC,wBAAgB,iBAAiB,IAAI,OAAO,CAgB3C"}
package/dist/cli/index.js CHANGED
@@ -31033,7 +31033,7 @@ _evals_completions() {
31033
31033
  cur="\${COMP_WORDS[COMP_CWORD]}"
31034
31034
  prev="\${COMP_WORDS[COMP_CWORD-1]}"
31035
31035
 
31036
- local commands="run ci judge compare estimate generate calibrate capture doctor mcp completion --version --help"
31036
+ local commands="run ci judge compare estimate generate calibrate capture doctor mcp completion sync --version --help"
31037
31037
 
31038
31038
  case "\${prev}" in
31039
31039
  evals)
@@ -31079,6 +31079,7 @@ _evals() {
31079
31079
  'doctor:Health check'
31080
31080
  'mcp:MCP server management'
31081
31081
  'completion:Print shell completion script'
31082
+ 'sync:Sync eval runs and datasets with cloud'
31082
31083
  )
31083
31084
 
31084
31085
  _arguments -C \\
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/evals",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
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",