@hasna/evals 0.1.16 → 0.1.18
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;
|
|
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 \\
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server.test.d.ts","sourceRoot":"","sources":["../../src/server/server.test.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED