@koda-sl/baker-cli 0.270.0 → 0.270.1-dev.0c9e3df08
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 +75 -4
- package/canvas/tiktok-captions-composition/index.html +23 -2
- package/dist/{chunk-2IB3IL4K.js → chunk-2IUN3S3E.js} +2 -2
- package/dist/{chunk-6F52WYB7.js → chunk-ARUM5SYE.js} +3 -3
- package/dist/{chunk-KSOGK7SJ.js → chunk-IK3GODKH.js} +4 -4
- package/dist/{chunk-GU7IWEBC.js → chunk-KDTHRRAC.js} +3 -3
- package/dist/{chunk-36KVUYVL.js → chunk-LDDTPUYV.js} +170 -39
- package/dist/chunk-LDDTPUYV.js.map +1 -0
- package/dist/{chunk-DZUVUGEP.js → chunk-WFWU3CHS.js} +9 -1
- package/dist/{chunk-DZUVUGEP.js.map → chunk-WFWU3CHS.js.map} +1 -1
- package/dist/cli.js +2366 -719
- package/dist/cli.js.map +1 -1
- package/dist/{client-VDCCDEHE.js → client-6KQHCXS2.js} +4 -4
- package/dist/engine/index.js +3 -3
- package/dist/{env-FWMZXMQK.js → env-C7YXL6C6.js} +6 -2
- package/dist/{output-JBYI5IVX.js → output-2BQGB5YF.js} +5 -5
- package/dist/{shared-GWFXJXKJ.js → shared-CAO5EVLO.js} +6 -6
- package/package.json +1 -1
- package/dist/chunk-36KVUYVL.js.map +0 -1
- /package/dist/{chunk-2IB3IL4K.js.map → chunk-2IUN3S3E.js.map} +0 -0
- /package/dist/{chunk-6F52WYB7.js.map → chunk-ARUM5SYE.js.map} +0 -0
- /package/dist/{chunk-KSOGK7SJ.js.map → chunk-IK3GODKH.js.map} +0 -0
- /package/dist/{chunk-GU7IWEBC.js.map → chunk-KDTHRRAC.js.map} +0 -0
- /package/dist/{client-VDCCDEHE.js.map → client-6KQHCXS2.js.map} +0 -0
- /package/dist/{env-FWMZXMQK.js.map → env-C7YXL6C6.js.map} +0 -0
- /package/dist/{output-JBYI5IVX.js.map → output-2BQGB5YF.js.map} +0 -0
- /package/dist/{shared-GWFXJXKJ.js.map → shared-CAO5EVLO.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-KDTHRRAC.js";
|
|
8
|
+
import "./chunk-2IUN3S3E.js";
|
|
9
|
+
import "./chunk-WFWU3CHS.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-6KQHCXS2.js.map
|
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-LDDTPUYV.js";
|
|
12
|
+
import "../chunk-2IUN3S3E.js";
|
|
13
|
+
import "../chunk-WFWU3CHS.js";
|
|
14
14
|
export {
|
|
15
15
|
BackendClient,
|
|
16
16
|
Engine,
|
|
@@ -4,18 +4,22 @@ import {
|
|
|
4
4
|
captureVimeoCookie,
|
|
5
5
|
childEnvWith,
|
|
6
6
|
debugLogSetting,
|
|
7
|
+
frameVisionKey,
|
|
7
8
|
getEnv,
|
|
9
|
+
hasFrameVisionKey,
|
|
8
10
|
requireChatId,
|
|
9
11
|
resolveChatId
|
|
10
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WFWU3CHS.js";
|
|
11
13
|
export {
|
|
12
14
|
captureBudgetMs,
|
|
13
15
|
captureProxyCredentials,
|
|
14
16
|
captureVimeoCookie,
|
|
15
17
|
childEnvWith,
|
|
16
18
|
debugLogSetting,
|
|
19
|
+
frameVisionKey,
|
|
17
20
|
getEnv,
|
|
21
|
+
hasFrameVisionKey,
|
|
18
22
|
requireChatId,
|
|
19
23
|
resolveChatId
|
|
20
24
|
};
|
|
21
|
-
//# sourceMappingURL=env-
|
|
25
|
+
//# sourceMappingURL=env-C7YXL6C6.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-ARUM5SYE.js";
|
|
8
|
+
import "./chunk-KDTHRRAC.js";
|
|
9
|
+
import "./chunk-2IUN3S3E.js";
|
|
10
|
+
import "./chunk-WFWU3CHS.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-2BQGB5YF.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-IK3GODKH.js";
|
|
11
|
+
import "./chunk-ARUM5SYE.js";
|
|
12
|
+
import "./chunk-KDTHRRAC.js";
|
|
13
|
+
import "./chunk-2IUN3S3E.js";
|
|
14
|
+
import "./chunk-WFWU3CHS.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-CAO5EVLO.js.map
|