@koda-sl/baker-cli 0.281.7-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.
@@ -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
- version: "1.0.0",
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-TDJI6TC4.js.map
9288
+ //# sourceMappingURL=chunk-XSGYVQXF.js.map