Skip to content

chore(deps): bump @qvac/sdk from 0.10.2 to 0.13.2#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qvac/sdk-0.13.2
Open

chore(deps): bump @qvac/sdk from 0.10.2 to 0.13.2#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qvac/sdk-0.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown

Bumps @qvac/sdk from 0.10.2 to 0.13.2.

Release notes

Sourced from @​qvac/sdk's releases.

QVAC SDK v0.13.2

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.2

A small patch release: TTS language validation is now engine-aware, the Bare build of the SDK drops two Node-only install dependencies, and the bundled @qvac/rag is updated.

New APIs

TTS language validation is now specific to each engine instead of sharing a single four-language list. Chatterbox accepts all 18 of its multilingual languages, and Supertonic is restricted to the five it actually supports at runtime (en, es, fr, pt, ko). Two new constants and their types are exported so you can reference each engine's language set directly.

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" },
});

Supertonic configs no longer accept de or it. The native engine never produced valid audio for those languages, so this tightens validation to match real runtime support rather than removing a working capability.

Dependency and Packaging Changes

The Bare build (@qvac/bare-sdk) no longer declares bare-runtime and bare-pack as dependencies. Neither is reachable on Bare — Bare apps already ship the runtime — and dropping bare-runtime avoids pulling roughly 80MB of per-platform prebuilds at install time. Both packages remain available in @qvac/sdk for the Node host path.

The bundled @qvac/rag dependency is updated to ^0.6.4.

QVAC SDK v0.13.1

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.1

Dependency-maintenance patch. @qvac/sdk and @qvac/bare-sdk adopt bare-fetch 3.x and @qvac/decoder-audio 0.4.x, and move dev-only bare-subprocess to 6.x. This removes the deprecated @qvac/response and its exact bare-events 2.4.2 pin from the dependency tree.

... (truncated)

Changelog

Sourced from @​qvac/sdk's changelog.

[0.13.2]

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.2

A small patch release: TTS language validation is now engine-aware, the Bare build of the SDK drops two Node-only install dependencies, and the bundled @qvac/rag is updated.

New APIs

TTS language validation is now specific to each engine instead of sharing a single four-language list. Chatterbox accepts all 18 of its multilingual languages, and Supertonic is restricted to the five it actually supports at runtime (en, es, fr, pt, ko). Two new constants and their types are exported so you can reference each engine's language set directly.

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" },
});

Supertonic configs no longer accept de or it. The native engine never produced valid audio for those languages, so this tightens validation to match real runtime support rather than removing a working capability.

Dependency and Packaging Changes

The Bare build (@qvac/bare-sdk) no longer declares bare-runtime and bare-pack as dependencies. Neither is reachable on Bare — Bare apps already ship the runtime — and dropping bare-runtime avoids pulling roughly 80MB of per-platform prebuilds at install time. Both packages remain available in @qvac/sdk for the Node host path.

The bundled @qvac/rag dependency is updated to ^0.6.4.

[0.13.1]

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.1

Dependency-maintenance patch. @qvac/sdk and @qvac/bare-sdk adopt bare-fetch 3.x and @qvac/decoder-audio 0.4.x, and move dev-only bare-subprocess to 6.x. This removes the deprecated @qvac/response and its exact bare-events 2.4.2 pin from the dependency tree.

... (truncated)

Commits
  • bf2fcd2 QVAC-2444 fix: surface worker startup stderr (#2550)
  • 8c6f545 fix: stabilize sdk e2e bootstrap downloads (#2557)
  • 962607d feat[api]: separate TTS language validation per engine (#2581)
  • 3002eea chore[skiplog|notask]: backmerge release-sdk-0.13.1 — bare-fetch ^3.0.1, deco...
  • 2bfc2a5 QVAC-19697 chore[skiplog]: backmerge release-sdk-0.13.0 - changelog metadata ...
  • 231d623 QVAC-18515 fix[api]: catch bare-runtime spawn failure instead of crashing the...
  • 4526425 QVAC-17070 feat[api]: add BCI (whisper.cpp) neural-signal transcription to th...
  • af78bdc QVAC-20451 fix[skiplog]: stabilize Android logging reload e2e (#2479)
  • 0949fa0 QVAC-17111 chore: clean up dependencies (#2443)
  • f1c4b5d fix[api]: bare-client close() must not exit in-process host (#2526)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@qvac/sdk](https://github.com/tetherto/qvac/tree/HEAD/packages/sdk) from 0.10.2 to 0.13.2.
- [Release notes](https://github.com/tetherto/qvac/releases)
- [Changelog](https://github.com/tetherto/qvac/blob/main/packages/sdk/CHANGELOG.md)
- [Commits](https://github.com/tetherto/qvac/commits/sdk-v0.13.2/packages/sdk)

---
updated-dependencies:
- dependency-name: "@qvac/sdk"
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants