@koda-sl/baker-cli 0.198.0-dev.6d2f498f5 → 0.199.0-dev.6d2f498f5

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 +2 -0
  2. package/dist/{chunk-MVCCSWDE.js → chunk-6B5RAIAC.js} +1 -1
  3. package/dist/chunk-6B5RAIAC.js.map +1 -0
  4. package/dist/{chunk-UBTH7NPV.js → chunk-CVIGWKG2.js} +3 -3
  5. package/dist/{chunk-CVJCXDWD.js → chunk-MMP7BRV7.js} +70 -6
  6. package/dist/chunk-MMP7BRV7.js.map +1 -0
  7. package/dist/{chunk-RN2XKQIJ.js → chunk-PGPHKRK4.js} +2 -2
  8. package/dist/{chunk-XVF27TBY.js → chunk-VFRDAUQH.js} +4 -4
  9. package/dist/{chunk-ZBS53HJF.js → chunk-ZS6BR7CU.js} +3 -3
  10. package/dist/cli.js +10 -10
  11. package/dist/cli.js.map +1 -1
  12. package/dist/client-BBH4AYOK.js +15 -0
  13. package/dist/engine/index.js +3 -3
  14. package/dist/{env-6PUX5HJY.js → env-S4LMU6EN.js} +2 -2
  15. package/dist/{output-VRWY3V6Y.js → output-VCUZ4EBX.js} +5 -5
  16. package/dist/{shared-T2HONXTH.js → shared-WG5FCIHH.js} +6 -6
  17. package/package.json +1 -1
  18. package/dist/chunk-CVJCXDWD.js.map +0 -1
  19. package/dist/chunk-MVCCSWDE.js.map +0 -1
  20. package/dist/client-YOLAMGIA.js +0 -15
  21. /package/dist/{chunk-UBTH7NPV.js.map → chunk-CVIGWKG2.js.map} +0 -0
  22. /package/dist/{chunk-RN2XKQIJ.js.map → chunk-PGPHKRK4.js.map} +0 -0
  23. /package/dist/{chunk-XVF27TBY.js.map → chunk-VFRDAUQH.js.map} +0 -0
  24. /package/dist/{chunk-ZBS53HJF.js.map → chunk-ZS6BR7CU.js.map} +0 -0
  25. /package/dist/{client-YOLAMGIA.js.map → client-BBH4AYOK.js.map} +0 -0
  26. /package/dist/{env-6PUX5HJY.js.map → env-S4LMU6EN.js.map} +0 -0
  27. /package/dist/{output-VRWY3V6Y.js.map → output-VCUZ4EBX.js.map} +0 -0
  28. /package/dist/{shared-T2HONXTH.js.map → shared-WG5FCIHH.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  debugLogSetting
3
- } from "./chunk-MVCCSWDE.js";
3
+ } from "./chunk-6B5RAIAC.js";
4
4
 
5
5
  // src/debugLog.ts
6
6
  import { appendFileSync, mkdirSync, renameSync, statSync } from "fs";
@@ -150,4 +150,4 @@ export {
150
150
  readBodyForLog,
151
151
  installStreamTaps
152
152
  };
153
- //# sourceMappingURL=chunk-RN2XKQIJ.js.map
153
+ //# sourceMappingURL=chunk-PGPHKRK4.js.map
@@ -2,13 +2,13 @@ import {
2
2
  handleConnectionError,
3
3
  needsConnectionFix,
4
4
  writeAdsJson
5
- } from "./chunk-UBTH7NPV.js";
5
+ } from "./chunk-CVIGWKG2.js";
6
6
  import {
7
7
  ApiError
8
- } from "./chunk-ZBS53HJF.js";
8
+ } from "./chunk-ZS6BR7CU.js";
9
9
  import {
10
10
  getEnv
11
- } from "./chunk-MVCCSWDE.js";
11
+ } from "./chunk-6B5RAIAC.js";
12
12
 
13
13
  // src/commands/ads/meta/shared.ts
14
14
  var DAY_MS = 864e5;
@@ -108,4 +108,4 @@ export {
108
108
  csvOrJson,
109
109
  resolveEffectiveStatus
110
110
  };
111
- //# sourceMappingURL=chunk-XVF27TBY.js.map
111
+ //# sourceMappingURL=chunk-VFRDAUQH.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  debugLogHttp,
3
3
  readBodyForLog
4
- } from "./chunk-RN2XKQIJ.js";
4
+ } from "./chunk-PGPHKRK4.js";
5
5
  import {
6
6
  getEnv
7
- } from "./chunk-MVCCSWDE.js";
7
+ } from "./chunk-6B5RAIAC.js";
8
8
 
9
9
  // src/client.ts
10
10
  var MAX_RATE_LIMIT_RETRIES = 3;
@@ -198,4 +198,4 @@ export {
198
198
  apiGet,
199
199
  apiPost
200
200
  };
201
- //# sourceMappingURL=chunk-ZBS53HJF.js.map
201
+ //# sourceMappingURL=chunk-ZS6BR7CU.js.map
package/dist/cli.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  toModelSafeImage,
49
49
  ulid,
50
50
  validateCanvasDeep
51
- } from "./chunk-CVJCXDWD.js";
51
+ } from "./chunk-MMP7BRV7.js";
52
52
  import {
53
53
  csvOrJson,
54
54
  daysAgoIso,
@@ -57,7 +57,7 @@ import {
57
57
  resolveAccountIdArg,
58
58
  resolveEffectiveStatus,
59
59
  todayIso
60
- } from "./chunk-XVF27TBY.js";
60
+ } from "./chunk-VFRDAUQH.js";
61
61
  import {
62
62
  buildQueryCacheKey,
63
63
  cacheGet,
@@ -73,17 +73,17 @@ import {
73
73
  writeAdsJson,
74
74
  writeAdsOutput,
75
75
  writeJsonEnvelope
76
- } from "./chunk-UBTH7NPV.js";
76
+ } from "./chunk-CVIGWKG2.js";
77
77
  import {
78
78
  ApiError,
79
79
  apiGet,
80
80
  apiPost,
81
81
  validateConvexId
82
- } from "./chunk-ZBS53HJF.js";
82
+ } from "./chunk-ZS6BR7CU.js";
83
83
  import {
84
84
  installStreamTaps,
85
85
  logInvocation
86
- } from "./chunk-RN2XKQIJ.js";
86
+ } from "./chunk-PGPHKRK4.js";
87
87
  import {
88
88
  captureBudgetMs,
89
89
  captureProxyCredentials,
@@ -94,7 +94,7 @@ import {
94
94
  requireChatId,
95
95
  resolveChatId,
96
96
  shouldEscalate
97
- } from "./chunk-MVCCSWDE.js";
97
+ } from "./chunk-6B5RAIAC.js";
98
98
 
99
99
  // src/cli.ts
100
100
  import { defineCommand as defineCommand212, runMain } from "citty";
@@ -17011,10 +17011,10 @@ function duplicateCommand2(entity, label) {
17011
17011
  replace: { type: "boolean", description: "Pause the original once the copy publishes" }
17012
17012
  },
17013
17013
  run: async ({ args }) => {
17014
- const { apiPost: apiPost2 } = await import("./client-YOLAMGIA.js");
17015
- const { requireChatId: requireChatId2 } = await import("./env-6PUX5HJY.js");
17016
- const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-VRWY3V6Y.js");
17017
- const { handleMetaError: handleMetaError2 } = await import("./shared-T2HONXTH.js");
17014
+ const { apiPost: apiPost2 } = await import("./client-BBH4AYOK.js");
17015
+ const { requireChatId: requireChatId2 } = await import("./env-S4LMU6EN.js");
17016
+ const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-VCUZ4EBX.js");
17017
+ const { handleMetaError: handleMetaError2 } = await import("./shared-WG5FCIHH.js");
17018
17018
  try {
17019
17019
  const accountId = bareAccountId2(args);
17020
17020
  const chatId = requireChatId2();