@koda-sl/baker-cli 0.281.6-dev.1f1c09c80 → 0.281.8-dev.1f1c09c80
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.
|
@@ -17,9 +17,9 @@ import {
|
|
|
17
17
|
shouldEscalate
|
|
18
18
|
} from "./chunk-WFWU3CHS.js";
|
|
19
19
|
|
|
20
|
-
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/
|
|
20
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/88b6d0c76c4dff408de4044be85791896193f2435af7c280bc59312c3fb9649c/node_modules/safe-stable-stringify/index.js
|
|
21
21
|
var require_safe_stable_stringify = __commonJS({
|
|
22
|
-
"../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/
|
|
22
|
+
"../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/88b6d0c76c4dff408de4044be85791896193f2435af7c280bc59312c3fb9649c/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
23
23
|
"use strict";
|
|
24
24
|
var { hasOwnProperty } = Object.prototype;
|
|
25
25
|
var stringify = configure2();
|
|
@@ -1098,7 +1098,7 @@ function resolveAdaptFormats(params) {
|
|
|
1098
1098
|
return params.formats ?? [];
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
|
-
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/
|
|
1101
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/88b6d0c76c4dff408de4044be85791896193f2435af7c280bc59312c3fb9649c/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1102
1102
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1103
1103
|
var configure = import__.default.configure;
|
|
1104
1104
|
var wrapper_default = import__.default;
|
|
@@ -9045,7 +9045,14 @@ async function tryExtractAudio(inputs, ctx) {
|
|
|
9045
9045
|
import { z as z34 } from "zod";
|
|
9046
9046
|
var voiceSelectNode = delegated({
|
|
9047
9047
|
id: "voice_select",
|
|
9048
|
-
|
|
9048
|
+
// 1.1.0: a pinned voice used to come back as an inline `{ kind, text }` with no sha256
|
|
9049
|
+
// and no mime, which every consumer taking the id as an INPUT rejected —
|
|
9050
|
+
// `audio_voice_convert` died on `voice_ref.sha256: expected string, received undefined`.
|
|
9051
|
+
// The backend now uploads it as a real asset like the ranked branch, and the version has
|
|
9052
|
+
// to move with it: the cache key is built from this string, so entries written under
|
|
9053
|
+
// 1.0.0 kept replaying the broken shape long after the fix was deployed. A node whose
|
|
9054
|
+
// OUTPUT shape changes has to bump, not only one whose behaviour does.
|
|
9055
|
+
version: "1.1.0",
|
|
9049
9056
|
category: "audio",
|
|
9050
9057
|
summary: 'Cast an ElevenLabs voice from a natural-language description (e.g. "warm, authoritative female narrator, American accent"). Lists the account\'s voices and ranks them against the brief, emitting the best `voice_id` as a bare-string text asset plus a ranked `candidates` JSON.',
|
|
9051
9058
|
when_to_use: 'Use to turn a voice description (e.g. from a `video_deconstruct` blueprint\'s `voice_description`) into a usable ElevenLabs voice id, then feed it into a `tts` node by wiring `inputs.voice_ref: $ref:<this>.voice_id` and setting `params.voice: "{{voice_ref}}"` \u2014 the engine splices the id in at run time. Review `candidates` (json) to pick a different voice. Optional `gender`/`age`/`accent`/`language` hints sharpen the ranking.',
|
|
@@ -9278,4 +9285,4 @@ export {
|
|
|
9278
9285
|
defaultRegistry,
|
|
9279
9286
|
createEngineFromEnv
|
|
9280
9287
|
};
|
|
9281
|
-
//# sourceMappingURL=chunk-
|
|
9288
|
+
//# sourceMappingURL=chunk-XSGYVQXF.js.map
|