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 intoJun 15, 2026
Conversation
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.
5d8608a to
92e996c
Compare
NamelsKing
approved these changes
Jun 15, 2026
Victor-Rodzko
approved these changes
Jun 15, 2026
Contributor
Author
|
review |
Contributor
Tier-based Approval Status |
8491a34
into
tetherto:release-sdk-0.13.2
45 of 47 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 What problem does this PR solve?
@qvac/sdk+@qvac/bare-sdk0.13.2 on therelease-sdk-0.13.2line.mainPRs that the release branch was missing (cherry-picked):[api])bare-runtime/bare-packfrom@qvac/bare-sdkdeps@qvac/ragto0.6.4.📝 How does it solve it?
git cherry-pick -xof QVAC-20550 feat[api]: separate TTS language validation per engine #2581 (962607d) and QVAC-20720 chore: drop bare-runtime and bare-pack from bare-sdk deps #2585 (1b4e699).0.13.1→0.13.2;@qvac/rag^0.6.2→^0.6.4(mirrored into bare-sdk viaqv-sdk-bare-sdk-sync).qv-sdk-bare-sdk-sync'sSDK_ONLY_PACKAGESwithcheck-deps-vs-sdk.mjs(bare-runtime,bare-pack). QVAC-20720 chore: drop bare-runtime and bare-pack from bare-sdk deps #2585 added them to the check script but not the sync script, so the sync was re-adding the deps QVAC-20720 chore: drop bare-runtime and bare-pack from bare-sdk deps #2585 just dropped.CHANGELOG.md,CHANGELOG_LLM.md,api.md, root aggregate).🧪 How was it tested?
release-sdk-0.13.2before cherry-picking (TTS_CHATTERBOX_LANGUAGESnot present; bare-sdk still declaredbare-runtime/bare-pack).cd packages/bare-sdk && bun run check:deps-vs-sdk→ OK (dependencies=26).🔌 API Changes