Skip to content

chore[notask]: release sdk + bare-sdk 0.13.2 — per-engine TTS language validation, drop bare-sdk node-only deps, rag 0.6.4#2596

Merged
opaninakuffo merged 3 commits into
tetherto:release-sdk-0.13.2from
opaninakuffo:release/sdk-0.13.2
Jun 15, 2026
Merged

chore[notask]: release sdk + bare-sdk 0.13.2 — per-engine TTS language validation, drop bare-sdk node-only deps, rag 0.6.4#2596
opaninakuffo merged 3 commits into
tetherto:release-sdk-0.13.2from
opaninakuffo:release/sdk-0.13.2

Conversation

@opaninakuffo

@opaninakuffo opaninakuffo commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🎯 What problem does this PR solve?

📝 How does it solve it?

🧪 How was it tested?

🔌 API Changes

import {
  TTS_CHATTERBOX_LANGUAGES, // en, es, fr, de, it, pt, nl, pl, tr, sv, da, fi, no, el, ms, sw, ar, ko
  TTS_SUPERTONIC_LANGUAGES, // en, es, fr, pt, ko
  type TtsChatterboxLanguage,
  type TtsSupertonicLanguage,
} from "@qvac/sdk";

// Chatterbox now accepts all 18 multilingual languages
await loadModel({
  modelSrc: ...,
  modelConfig: { ttsEngine: "chatterbox", language: "tr" },
});

ishanvohra2 and others added 2 commits June 15, 2026 14:50
Validate chatterbox and supertonic languages with distinct enums instead
of a shared list. Expose all 18 chatterbox multilingual languages and
restrict supertonic to its actual subset (en/es/fr/pt/ko).

Co-authored-by: ishanvohra2 <your-github-email>
(cherry picked from commit 962607d)
)

bare-runtime is only reachable via node-rpc-client (the Node host path that spawns bare); bare-sdk pins #rpc to bare-client, so it is never imported on bare. Removing it also avoids pulling ~80MB of per-platform bare prebuilds at install time.

bare-pack is only used by the Node-side bundle command, lazily resolved with a graceful BarePackNotInstalledError. Neither is reachable on bare. Both stay in @qvac/sdk and are added to SDK_ONLY_PACKAGES so check-deps-vs-sdk allows the intentional divergence.

(cherry picked from commit 1b4e699)
Release metadata for @qvac/sdk + @qvac/bare-sdk 0.13.2:
- bump sdk + bare-sdk 0.13.1 -> 0.13.2
- bump @qvac/rag ^0.6.2 -> ^0.6.4 (sdk + bare-sdk, mirrored via bare-sdk sync)
- changelog for 0.13.2 (cherry-picked tetherto#2581 TTS per-engine language
  validation, tetherto#2585 drop bare-runtime/bare-pack from bare-sdk deps, rag bump)
- regenerate NOTICE for sdk + bare-sdk (bare-sdk drops bare-runtime/bare-pack
  attributions; @qvac/rag bumped to 0.6.4)

Also align qv-sdk-bare-sdk-sync's SDK_ONLY_PACKAGES with
check-deps-vs-sdk.mjs (bare-runtime, bare-pack). tetherto#2585 added them to the
check script but not the sync script, so the sync was re-adding the
dropped deps to bare-sdk.
@opaninakuffo

Copy link
Copy Markdown
Contributor Author

review

@github-actions

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ✅ (1/1)
- 1 Team Lead OR Management approval ✅ (1/1)



---
*This comment is automatically updated when reviews change.*

@opaninakuffo opaninakuffo merged commit 8491a34 into tetherto:release-sdk-0.13.2 Jun 15, 2026
45 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants