@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.
- package/README.md +4 -61
- package/dist/{chunk-Q3K5TXC6.js → chunk-43KBQLP5.js} +324 -365
- package/dist/chunk-43KBQLP5.js.map +1 -0
- package/dist/cli.js +1262 -1983
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.d.ts +0 -6
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-Q3K5TXC6.js.map +0 -1
package/dist/engine/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/engine/index.js
CHANGED
package/package.json
CHANGED