Skip to content

chore(deps): bump @qvac/sdk from 0.12.0 to 0.13.5#22

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @qvac/sdk from 0.12.0 to 0.13.5.

Release notes

Sourced from @​qvac/sdk's releases.

QVAC SDK v0.13.5

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

A patch release that fixes Expo RPC worker cleanup on Android and other non-iOS platforms when the SDK closes its RPC connection.

Bug Fixes

Clean up the Expo RPC worker on non-iOS close

On Expo, closing the SDK RPC connection now sends the worker a shutdown roundtrip before dropping client-side references. On iOS the worklet can still be terminated safely; on Android and other non-iOS platforms the worklet cannot be terminated without risking a native crash, so the SDK releases addon logger handles and clears worklet state instead.

After shutdown, the SDK also resets its worklet reference so the next RPC session starts with a fresh worker and a fully populated plugin registry. This prevents follow-up model loads from failing with "Plugin not found" when tests or app flows unload the last model and auto-close the RPC client between runs.

The same update is mirrored into the Bare build (@qvac/bare-sdk), which ships in lockstep with @qvac/sdk.

QVAC SDK v0.13.4

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

A patch release that hardens tool-call parsing for Qwen models used in agentic workflows.

Bug Fixes

Recover malformed Qwen tool-call frames

Qwen3.5/3.6 can intermittently emit a malformed tool-call frame that fuses its XML and JSON tool templates, embedding the function=<name> token as a bare string key inside an otherwise JSON object. Previously the parser rejected that frame as invalid JSON, so no structured tool call was produced and callers saw the raw markup as assistant text. The parser now recognizes and repairs this specific shape, so the tool call is recovered and dispatched correctly.

QVAC SDK v0.13.3

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

A maintenance patch release that updates the bundled @qvac/decoder-audio dependency to ^0.5.0.

Dependency Changes

... (truncated)

Changelog

Sourced from @​qvac/sdk's changelog.

[0.13.5]

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

A patch release that fixes Expo RPC worker cleanup on Android and other non-iOS platforms when the SDK closes its RPC connection.

Bug Fixes

Clean up the Expo RPC worker on non-iOS close

On Expo, closing the SDK RPC connection now sends the worker a shutdown roundtrip before dropping client-side references. On iOS the worklet can still be terminated safely; on Android and other non-iOS platforms the worklet cannot be terminated without risking a native crash, so the SDK releases addon logger handles and clears worklet state instead.

After shutdown, the SDK also resets its worklet reference so the next RPC session starts with a fresh worker and a fully populated plugin registry. This prevents follow-up model loads from failing with "Plugin not found" when tests or app flows unload the last model and auto-close the RPC client between runs.

The same update is mirrored into the Bare build (@qvac/bare-sdk), which ships in lockstep with @qvac/sdk.

[0.13.4]

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

A patch release that hardens tool-call parsing for Qwen models used in agentic workflows.

Bug Fixes

Recover malformed Qwen tool-call frames

Qwen3.5/3.6 can intermittently emit a malformed tool-call frame that fuses its XML and JSON tool templates, embedding the function=<name> token as a bare string key inside an otherwise JSON object. Previously the parser rejected that frame as invalid JSON, so no structured tool call was produced and callers saw the raw markup as assistant text. The parser now recognizes and repairs this specific shape, so the tool call is recovered and dispatched correctly.

[0.13.3]

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

A maintenance patch release that updates the bundled @qvac/decoder-audio dependency to ^0.5.0.

Dependency Changes

... (truncated)

Commits
  • c526746 QVAC-19908 chore: release sdk + bare-sdk 0.13.4 (#2680)
  • feb738d QVAC-20891 feat[bc]: silence SDK and native logs by default, opt in to surfac...
  • 5709369 fix[notask]: run classification e2e on mobile (#2663)
  • b198526 fix[notask]: clean up Expo RPC worker on non-iOS close (#2639)
  • 8823b69 chore: adopt canonical model type names in SDK docs, examples, and tests (#2623)
  • 62604e8 QVAC-20837 fix: register built-in plugins for Bare examples; clarify Bare doc...
  • 4b3ac99 QVAC-19908 fix: recover Qwen hybrid tool-call frames (#2677)
  • f05e794 QVAC-20580 feat[api]: add subscribeServerLogs to capture all server logs (#...
  • 5c18164 QVAC-20529 fix[api]: friendly, field-level validation errors for user input (...
  • 7caa646 Start using GPU on TTS sdk tests (#2624)
  • 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.12.0 to 0.13.5.
- [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.5/packages/sdk)

---
updated-dependencies:
- dependency-name: "@qvac/sdk"
  dependency-version: 0.13.5
  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 25, 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