@koda-sl/baker-cli 0.295.0-dev.f941e60fb → 0.295.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.
Files changed (28) hide show
  1. package/README.md +31 -87
  2. package/canvas/tiktok-captions-composition/index.html +2 -23
  3. package/dist/{chunk-2IUN3S3E.js → chunk-2IB3IL4K.js} +2 -2
  4. package/dist/{chunk-4YF56EGK.js → chunk-D3HHUBIL.js} +4 -4
  5. package/dist/{chunk-WFWU3CHS.js → chunk-DZUVUGEP.js} +1 -9
  6. package/dist/{chunk-WFWU3CHS.js.map → chunk-DZUVUGEP.js.map} +1 -1
  7. package/dist/{chunk-A2VZOTCV.js → chunk-EX2OIOVL.js} +3 -3
  8. package/dist/{chunk-KDTHRRAC.js → chunk-GU7IWEBC.js} +3 -3
  9. package/dist/{chunk-ER3KCAW3.js → chunk-YFQWCJX4.js} +123 -301
  10. package/dist/chunk-YFQWCJX4.js.map +1 -0
  11. package/dist/cli.js +1269 -2954
  12. package/dist/cli.js.map +1 -1
  13. package/dist/{client-6KQHCXS2.js → client-VDCCDEHE.js} +4 -4
  14. package/dist/engine/index.d.ts +0 -13
  15. package/dist/engine/index.js +3 -3
  16. package/dist/{env-C7YXL6C6.js → env-FWMZXMQK.js} +2 -6
  17. package/dist/{output-RBM32FKJ.js → output-4H2RNBXL.js} +5 -5
  18. package/dist/{shared-WJIJTWST.js → shared-UKL36AXT.js} +6 -6
  19. package/package.json +1 -1
  20. package/dist/chunk-ER3KCAW3.js.map +0 -1
  21. /package/dist/{chunk-2IUN3S3E.js.map → chunk-2IB3IL4K.js.map} +0 -0
  22. /package/dist/{chunk-4YF56EGK.js.map → chunk-D3HHUBIL.js.map} +0 -0
  23. /package/dist/{chunk-A2VZOTCV.js.map → chunk-EX2OIOVL.js.map} +0 -0
  24. /package/dist/{chunk-KDTHRRAC.js.map → chunk-GU7IWEBC.js.map} +0 -0
  25. /package/dist/{client-6KQHCXS2.js.map → client-VDCCDEHE.js.map} +0 -0
  26. /package/dist/{env-C7YXL6C6.js.map → env-FWMZXMQK.js.map} +0 -0
  27. /package/dist/{output-RBM32FKJ.js.map → output-4H2RNBXL.js.map} +0 -0
  28. /package/dist/{shared-WJIJTWST.js.map → shared-UKL36AXT.js.map} +0 -0
@@ -4,9 +4,9 @@ import {
4
4
  apiGetWithHeaders,
5
5
  apiPost,
6
6
  validateConvexId
7
- } from "./chunk-KDTHRRAC.js";
8
- import "./chunk-2IUN3S3E.js";
9
- import "./chunk-WFWU3CHS.js";
7
+ } from "./chunk-GU7IWEBC.js";
8
+ import "./chunk-2IB3IL4K.js";
9
+ import "./chunk-DZUVUGEP.js";
10
10
  export {
11
11
  ApiError,
12
12
  apiGet,
@@ -14,4 +14,4 @@ export {
14
14
  apiPost,
15
15
  validateConvexId
16
16
  };
17
- //# sourceMappingURL=client-6KQHCXS2.js.map
17
+ //# sourceMappingURL=client-VDCCDEHE.js.map
@@ -486,19 +486,6 @@ type RunOptions = {
486
486
  * the per-node `regenerate` field instead.
487
487
  */
488
488
  regenerate?: ReadonlySet<string>;
489
- /**
490
- * Node types to stop BEFORE, leaving the run resumable.
491
- *
492
- * Every defect in a finished ad was caught at the end, after every clip had been paid
493
- * for — while the frames that carry the look land minutes earlier and cost a fraction of
494
- * them. This is what lets someone see those first: the run settles everything cheap and
495
- * stops on the doorstep of the expensive half.
496
- *
497
- * Deliberately the same shape as the cost cap: it raises `RunAbortedError`, the completed
498
- * nodes are already cached, and continuing is re-running the same `--run-id`, which pays
499
- * for none of them twice.
500
- */
501
- stop_before_kinds?: ReadonlySet<string>;
502
489
  onProgress?: (event: RunProgressEvent) => void;
503
490
  };
504
491
  type EngineOptions = {
@@ -8,9 +8,9 @@ import {
8
8
  defaultRegistry,
9
9
  generateCatalog,
10
10
  validateCanvasDeep
11
- } from "../chunk-ER3KCAW3.js";
12
- import "../chunk-2IUN3S3E.js";
13
- import "../chunk-WFWU3CHS.js";
11
+ } from "../chunk-YFQWCJX4.js";
12
+ import "../chunk-2IB3IL4K.js";
13
+ import "../chunk-DZUVUGEP.js";
14
14
  export {
15
15
  BackendClient,
16
16
  Engine,
@@ -4,22 +4,18 @@ import {
4
4
  captureVimeoCookie,
5
5
  childEnvWith,
6
6
  debugLogSetting,
7
- frameVisionKey,
8
7
  getEnv,
9
- hasFrameVisionKey,
10
8
  requireChatId,
11
9
  resolveChatId
12
- } from "./chunk-WFWU3CHS.js";
10
+ } from "./chunk-DZUVUGEP.js";
13
11
  export {
14
12
  captureBudgetMs,
15
13
  captureProxyCredentials,
16
14
  captureVimeoCookie,
17
15
  childEnvWith,
18
16
  debugLogSetting,
19
- frameVisionKey,
20
17
  getEnv,
21
- hasFrameVisionKey,
22
18
  requireChatId,
23
19
  resolveChatId
24
20
  };
25
- //# sourceMappingURL=env-C7YXL6C6.js.map
21
+ //# sourceMappingURL=env-FWMZXMQK.js.map
@@ -4,10 +4,10 @@ import {
4
4
  writeAdsJson,
5
5
  writeAdsOutput,
6
6
  writeJsonEnvelope
7
- } from "./chunk-A2VZOTCV.js";
8
- import "./chunk-KDTHRRAC.js";
9
- import "./chunk-2IUN3S3E.js";
10
- import "./chunk-WFWU3CHS.js";
7
+ } from "./chunk-EX2OIOVL.js";
8
+ import "./chunk-GU7IWEBC.js";
9
+ import "./chunk-2IB3IL4K.js";
10
+ import "./chunk-DZUVUGEP.js";
11
11
  export {
12
12
  resolveCustomerId,
13
13
  toCsvRow,
@@ -15,4 +15,4 @@ export {
15
15
  writeAdsOutput,
16
16
  writeJsonEnvelope
17
17
  };
18
- //# sourceMappingURL=output-RBM32FKJ.js.map
18
+ //# sourceMappingURL=output-4H2RNBXL.js.map
@@ -7,11 +7,11 @@ import {
7
7
  resolveAccountIdArg,
8
8
  resolveEffectiveStatus,
9
9
  todayIso
10
- } from "./chunk-4YF56EGK.js";
11
- import "./chunk-A2VZOTCV.js";
12
- import "./chunk-KDTHRRAC.js";
13
- import "./chunk-2IUN3S3E.js";
14
- import "./chunk-WFWU3CHS.js";
10
+ } from "./chunk-D3HHUBIL.js";
11
+ import "./chunk-EX2OIOVL.js";
12
+ import "./chunk-GU7IWEBC.js";
13
+ import "./chunk-2IB3IL4K.js";
14
+ import "./chunk-DZUVUGEP.js";
15
15
  export {
16
16
  csvOrJson,
17
17
  daysAgoIso,
@@ -22,4 +22,4 @@ export {
22
22
  resolveEffectiveStatus,
23
23
  todayIso
24
24
  };
25
- //# sourceMappingURL=shared-WJIJTWST.js.map
25
+ //# sourceMappingURL=shared-UKL36AXT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-cli",
3
- "version": "0.295.0-dev.f941e60fb",
3
+ "version": "0.295.0",
4
4
  "description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
5
5
  "type": "module",
6
6
  "bin": {