@koda-sl/baker-cli 0.123.0-dev.31b784126 → 0.123.0-dev.4a85b9f30

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.
@@ -337,12 +337,6 @@ type NodeDefinition<I = unknown, P = unknown, O = unknown> = {
337
337
  outputs: z.ZodType<O>;
338
338
  /** "local" runs in-process; "remote" delegates to Convex via ctx.client */
339
339
  location: "local" | "remote";
340
- /**
341
- * Local node that only forwards asset refs and never reads their bytes
342
- * (e.g. `collect`). Exempts its upstream producers from the forced R2→disk
343
- * download local consumers otherwise trigger.
344
- */
345
- passthroughRefs?: true;
346
340
  cost?: CostFn<P>;
347
341
  validateExtra?: ValidateExtraFn;
348
342
  cacheKeyExtras?: CacheKeyExtrasFn;
@@ -8,7 +8,7 @@ import {
8
8
  defaultRegistry,
9
9
  generateCatalog,
10
10
  validateCanvasDeep
11
- } from "../chunk-Q3K5TXC6.js";
11
+ } from "../chunk-43KBQLP5.js";
12
12
  import "../chunk-5WRI5ZAA.js";
13
13
  export {
14
14
  BackendClient,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-cli",
3
- "version": "0.123.0-dev.31b784126",
3
+ "version": "0.123.0-dev.4a85b9f30",
4
4
  "description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
5
5
  "type": "module",
6
6
  "bin": {