@koda-sl/baker-cli 0.113.0-dev.78e242dda → 0.113.2

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.
@@ -332,6 +332,8 @@ type RunOptions = {
332
332
  signal?: AbortSignal;
333
333
  run_id?: string;
334
334
  cache_policy?: "read_write" | "bypass" | "read_only";
335
+ /** Max nodes of one layer in flight at once; invalid or missing → 5. */
336
+ concurrency?: number;
335
337
  };
336
338
  type EngineOptions = {
337
339
  registry: NodeRegistry;
@@ -8,7 +8,7 @@ import {
8
8
  defaultRegistry,
9
9
  generateCatalog,
10
10
  validateCanvasDeep
11
- } from "../chunk-26K7V346.js";
11
+ } from "../chunk-7K2YAWUT.js";
12
12
  export {
13
13
  BackendClient,
14
14
  Engine,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-cli",
3
- "version": "0.113.0-dev.78e242dda",
3
+ "version": "0.113.2",
4
4
  "description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
5
5
  "type": "module",
6
6
  "bin": {