You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -257,4 +238,17 @@ per-platform prebuilds at install time. Both packages remain available in
257
238
`@qvac/sdk` for the Node host path.
258
239
259
240
The bundled `@qvac/rag` dependency is updated to `^0.6.4`.
260
-
>>>>>>> main
241
+
242
+
## v0.13.1
243
+
244
+
### @qvac/sdk
245
+
246
+
### Changelog v0.13.1 (LLM)
247
+
248
+
Dependency-maintenance patch. No public API changes.
249
+
250
+
-`bare-fetch` → `^3.0.1` (transitive-only major; fetch API unchanged; only 3.0.1 header validation, all SDK headers are RFC-valid).
251
+
- dev `bare-subprocess` → `^6.1.0` (not shipped to consumers).
252
+
-`@qvac/decoder-audio` → `^0.4.0`: removes the deprecated `@qvac/response` package (folded into `@qvac/infer-base`) from the dependency tree, eliminating its exact `bare-events 2.4.2` pin. `decoder-audio@0.4.0`'s `run()` returns `QvacResponse` synchronously; `server/utils/audio/decoder.ts` updated to not `await` it.
253
+
-`@qvac/sdk` + `@qvac/bare-sdk` bumped in lockstep.
254
+
- Validated by a clean install: no `@qvac/response`, no `bare-events@2.4.2`, no `bare-fetch@2.x`, no `decoder-audio@0.3.x` resolve in the tree.
0 commit comments