@koda-sl/baker-cli 0.264.0-dev.bc45cd0e1 → 0.264.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/dist/{chunk-QTO7SKGV.js → chunk-SJPRTSGY.js} +5 -4
- package/dist/chunk-SJPRTSGY.js.map +1 -0
- package/dist/cli.js +2030 -3145
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-QTO7SKGV.js.map +0 -1
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
shouldEscalate
|
|
17
17
|
} from "./chunk-DZUVUGEP.js";
|
|
18
18
|
|
|
19
|
-
//
|
|
19
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
20
20
|
var require_safe_stable_stringify = __commonJS({
|
|
21
|
-
"
|
|
21
|
+
"../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
22
22
|
"use strict";
|
|
23
23
|
var { hasOwnProperty } = Object.prototype;
|
|
24
24
|
var stringify = configure2();
|
|
@@ -1092,7 +1092,7 @@ function resolveAdaptFormats(params) {
|
|
|
1092
1092
|
return params.formats ?? [];
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
//
|
|
1095
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1096
1096
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1097
1097
|
var configure = import__.default.configure;
|
|
1098
1098
|
var wrapper_default = import__.default;
|
|
@@ -5508,6 +5508,7 @@ var YtDlpError = class extends Error {
|
|
|
5508
5508
|
this.stderrTail = stderrTail;
|
|
5509
5509
|
this.name = "YtDlpError";
|
|
5510
5510
|
}
|
|
5511
|
+
stderrTail;
|
|
5511
5512
|
};
|
|
5512
5513
|
function tail(text, maxLines) {
|
|
5513
5514
|
return text.split("\n").slice(-maxLines).join("\n");
|
|
@@ -9153,4 +9154,4 @@ export {
|
|
|
9153
9154
|
defaultRegistry,
|
|
9154
9155
|
createEngineFromEnv
|
|
9155
9156
|
};
|
|
9156
|
-
//# sourceMappingURL=chunk-
|
|
9157
|
+
//# sourceMappingURL=chunk-SJPRTSGY.js.map
|