@zhanla/sdk-ts 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/bin/run.js +1 -0
  2. package/package.json +1 -1
package/bin/run.js CHANGED
@@ -130,6 +130,7 @@ export async function runComponent(target, evalTarget = null) {
130
130
  status: result.status,
131
131
  output,
132
132
  pathTaken: result.pathTaken,
133
+ component_llm_calls: result.componentLlmCalls,
133
134
  eval_output: evalOutput,
134
135
  error: result.status === "error" ? result.error : undefined,
135
136
  eval_error: result.status === "ok" ? result.error : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhanla/sdk-ts",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "TypeScript SDK for the zhanla CLI — define and run AI components locally",
5
5
  "homepage": "https://benchmark-black.vercel.app/",
6
6
  "repository": {