agent-worker 0.17.0 → 0.18.0

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.
@@ -4810,7 +4810,7 @@ async function resolveDir(targetInput) {
4810
4810
 
4811
4811
  //#endregion
4812
4812
  //#region package.json
4813
- var version = "0.17.0";
4813
+ var version = "0.18.0";
4814
4814
 
4815
4815
  //#endregion
4816
4816
  //#region src/cli/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-worker",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "SDK and CLI for creating and testing agent workers with Vercel AI SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",