@koda-sl/baker-cli 0.299.0-dev.932cec6ab → 0.299.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.
- package/README.md +67 -87
- package/canvas/tiktok-captions-composition/index.html +2 -23
- package/dist/{chunk-2IUN3S3E.js → chunk-2IB3IL4K.js} +2 -2
- package/dist/{chunk-4YF56EGK.js → chunk-D3HHUBIL.js} +4 -4
- package/dist/{chunk-WFWU3CHS.js → chunk-DZUVUGEP.js} +1 -9
- package/dist/{chunk-WFWU3CHS.js.map → chunk-DZUVUGEP.js.map} +1 -1
- package/dist/{chunk-A2VZOTCV.js → chunk-EX2OIOVL.js} +3 -3
- package/dist/{chunk-KDTHRRAC.js → chunk-GU7IWEBC.js} +3 -3
- package/dist/{chunk-YMHERSTK.js → chunk-YFQWCJX4.js} +123 -315
- package/dist/chunk-YFQWCJX4.js.map +1 -0
- package/dist/cli.js +1691 -2844
- package/dist/cli.js.map +1 -1
- package/dist/{client-6KQHCXS2.js → client-VDCCDEHE.js} +4 -4
- package/dist/engine/index.d.ts +0 -13
- package/dist/engine/index.js +3 -3
- package/dist/{env-C7YXL6C6.js → env-FWMZXMQK.js} +2 -6
- package/dist/{output-RBM32FKJ.js → output-4H2RNBXL.js} +5 -5
- package/dist/{shared-WJIJTWST.js → shared-UKL36AXT.js} +6 -6
- package/package.json +2 -5
- package/dist/chunk-YMHERSTK.js.map +0 -1
- /package/dist/{chunk-2IUN3S3E.js.map → chunk-2IB3IL4K.js.map} +0 -0
- /package/dist/{chunk-4YF56EGK.js.map → chunk-D3HHUBIL.js.map} +0 -0
- /package/dist/{chunk-A2VZOTCV.js.map → chunk-EX2OIOVL.js.map} +0 -0
- /package/dist/{chunk-KDTHRRAC.js.map → chunk-GU7IWEBC.js.map} +0 -0
- /package/dist/{client-6KQHCXS2.js.map → client-VDCCDEHE.js.map} +0 -0
- /package/dist/{env-C7YXL6C6.js.map → env-FWMZXMQK.js.map} +0 -0
- /package/dist/{output-RBM32FKJ.js.map → output-4H2RNBXL.js.map} +0 -0
- /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-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
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-
|
|
17
|
+
//# sourceMappingURL=client-VDCCDEHE.js.map
|
package/dist/engine/index.d.ts
CHANGED
|
@@ -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 = {
|
package/dist/engine/index.js
CHANGED
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
defaultRegistry,
|
|
9
9
|
generateCatalog,
|
|
10
10
|
validateCanvasDeep
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
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-
|
|
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-
|
|
21
|
+
//# sourceMappingURL=env-FWMZXMQK.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
writeAdsJson,
|
|
5
5
|
writeAdsOutput,
|
|
6
6
|
writeJsonEnvelope
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
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-
|
|
18
|
+
//# sourceMappingURL=output-4H2RNBXL.js.map
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
resolveAccountIdArg,
|
|
8
8
|
resolveEffectiveStatus,
|
|
9
9
|
todayIso
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
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-
|
|
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.299.0
|
|
3
|
+
"version": "0.299.0",
|
|
4
4
|
"description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,10 +23,7 @@
|
|
|
23
23
|
"build": "tsup",
|
|
24
24
|
"dev": "tsx watch src/cli.ts",
|
|
25
25
|
"typecheck": "tsc --noEmit",
|
|
26
|
-
"
|
|
27
|
-
"test": "vitest run",
|
|
28
|
-
"format:check": "biome format src __tests__ tsup.config.ts vitest.config.mts",
|
|
29
|
-
"format": "biome format --write src __tests__ tsup.config.ts vitest.config.mts"
|
|
26
|
+
"test": "vitest run"
|
|
30
27
|
},
|
|
31
28
|
"dependencies": {
|
|
32
29
|
"@t3-oss/env-core": "^0.13.10",
|