Skip to content

Commit b1280eb

Browse files
committed
chore[notask]: bump @qvac/decoder-audio floor to ^0.4.0 (drops deprecated @qvac/response → removes bare-events 2.4.2 pin from tree)
1 parent eff6876 commit b1280eb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a dependency-maintenance patch. `@qvac/sdk` and `@qvac/bare-sdk` adopt `
88

99
## Maintenance
1010

11-
Bump bare-fetch to ^3.0.1 (adopt 3.x; public fetch API unchanged). Bump dev bare-subprocess to ^6.1.0.
11+
Bump bare-fetch to ^3.0.1 (adopt 3.x; public fetch API unchanged). Bump dev bare-subprocess to ^6.1.0. Bump `@qvac/decoder-audio` floor to ^0.4.0, which drops the deprecated `@qvac/response` (consolidated into `@qvac/infer-base`) and thereby removes its exact `bare-events 2.4.2` pin from the SDK dependency tree.
1212

1313
The bare-fetch 2→3 jump is a transitive-only major: the public fetch API is unchanged. The only 3.x behavior change is 3.0.1 header validation, and every SDK header construction (`new Headers({ 'User-Agent': ... })`, `append('Range', 'bytes=…')`) already builds RFC-valid headers. The bare-subprocess 5→6 bump is dev-only and affects no shipped code.
1414

packages/sdk/changelog/0.12.3/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Release Date: 2026-06-12
55
## 🔧 Maintenance
66

77
- Bump bare-fetch to ^3.0.1 (adopt 3.x; public fetch API unchanged). Bump dev bare-subprocess to ^6.1.0.
8+
- Bump @qvac/decoder-audio floor to ^0.4.0, which drops the deprecated @qvac/response (consolidated into @qvac/infer-base) — removes its exact `bare-events 2.4.2` pin from the SDK dependency tree.

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
},
195195
"dependencies": {
196196
"@qvac/classification-ggml": "^0.2.0",
197-
"@qvac/decoder-audio": "^0.3.7",
197+
"@qvac/decoder-audio": "^0.4.0",
198198
"@qvac/diffusion-cpp": "^0.10.0",
199199
"@qvac/embed-llamacpp": "^0.17.0",
200200
"@qvac/error": "^0.1.1",

0 commit comments

Comments
 (0)