File tree Expand file tree Collapse file tree
content/docs/reference/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : SDK Release Notes — v0.13.x (latest)
3- <<<<<<< HEAD
43description : Lists all releases from v0.13.0 to v0.13.3.
5- =======
6- description : Lists all releases from v0.13.0 to v0.13.2.
7- >>>>>>> main
84---
95
106## v0.13.0
@@ -181,22 +177,6 @@ WAN2_1_I2V_14B_Q4_K_M
181177WAN2_1_I2V_14B_Q4_K_M_1
182178```
183179
184- <<<<<<< HEAD
185- ## v0.13.3
186-
187- ### @qvac/sdk
188-
189- 📦 **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.13.3
190-
191- A maintenance patch release that updates the bundled `@qvac/decoder-audio`
192- dependency to `^0.5.0`.
193-
194- #### Dependency Changes
195-
196- The bundled `@qvac/decoder-audio` audio decoder is updated to `^0.5.0`. The same
197- update is mirrored into the Bare build (`@qvac/bare-sdk`), which ships in lockstep
198- with `@qvac/sdk`.
199- =======
200180## v0.13.1
201181
202182### @qvac/sdk
@@ -257,4 +237,18 @@ per-platform prebuilds at install time. Both packages remain available in
257237` @qvac/sdk ` for the Node host path.
258238
259239The bundled ` @qvac/rag ` dependency is updated to ` ^0.6.4 ` .
260- >>>>>>> main
240+
241+ ## v0.13.3
242+
243+ ### @qvac/sdk
244+
245+ 📦 ** NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.13.3
246+
247+ A maintenance patch release that updates the bundled ` @qvac/decoder-audio `
248+ dependency to ` ^0.5.0 ` .
249+
250+ #### Dependency Changes
251+
252+ The bundled ` @qvac/decoder-audio ` audio decoder is updated to ` ^0.5.0 ` . The same
253+ update is mirrored into the Bare build (` @qvac/bare-sdk ` ), which ships in lockstep
254+ with ` @qvac/sdk ` .
Original file line number Diff line number Diff line change 44 "description" : " Official documentation and single source of truth for QVAC" ,
55 "private" : true ,
66 "scripts" : {
7- "prebuild:examples" : " npx tsc --noCheck --noResolve --skipLibCheck --module ESNext --target ESNext --rootDir ../../packages/sdk/examples --outDir ../../packages/sdk/dist/examples ../../packages/sdk/examples/*.ts ../../packages/sdk/examples/**/*.ts" ,
7+ "prebuild:examples" : " npx tsc --noCheck --noResolve --skipLibCheck --module ESNext --target ESNext --rootDir ../../packages/sdk/examples --outDir ../../packages/sdk/dist/examples ../../packages/sdk/examples/*.ts ../../packages/sdk/examples/*/*.ts ../../packages/sdk/examples/*/ */*.ts" ,
88 "build" : " npm run prebuild:examples && next build && bun run scripts/generate-llm-md-files.ts && npx @vahor/next-broken-links" ,
99 "build:static" : " npm run prebuild:examples && next build && bun run scripts/generate-llm-md-files.ts && npx @vahor/next-broken-links" ,
1010 "dev" : " npm run prebuild:examples && next dev --turbo -p 3001" ,
Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ export interface VersionedSection {
4040
4141export const API_SECTION : VersionedSection = {
4242 basePath : '/reference/api' ,
43- < << << << HEAD
4443 latest : 'v0.13.3' ,
45- = === ===
46- latest : 'v0.13.2' ,
47- > >>> >>> main
4844 latestSeries : 'v0.13.x' ,
4945 versions : [
5046 { label : 'v0.13.x (latest)' , value : 'v0.13.x' , isLatest : true } ,
@@ -58,11 +54,7 @@ export const API_SECTION: VersionedSection = {
5854
5955export const RELEASE_NOTES_SECTION : VersionedSection = {
6056 basePath : '/reference/release-notes' ,
61- < << << << HEAD
6257 latest : 'v0.13.3' ,
63- = === ===
64- latest : 'v0.13.2' ,
65- > >>> >>> main
6658 latestSeries : 'v0.13.x' ,
6759 versions : [
6860 { label : 'v0.13.x (latest)' , value : 'v0.13.x' , isLatest : true } ,
You can’t perform that action at this time.
0 commit comments