File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 redistributable. Shared monorepo ` vcpkg-overlays/triplets/{x64,arm64}-windows.cmake `
1515 build dependencies with a static CRT; addon CMake no longer links ` msvcrt.lib ` ,
1616 which had forced the dynamic runtime. Package-local vcpkg triplets now layer
17- on the shared ` vcpkg-overlays/ ` tree. Bumped ` @qvac/onnx ` to ` ^0.16.0 ` for
17+ on the shared ` vcpkg-overlays/ ` tree. Bumped ` @qvac/onnx ` to ` ^0.15.1 ` for
1818 the same static-runtime baseline. No public API change.
1919
2020## Pull Requests
Original file line number Diff line number Diff line change 7474 "dependencies" : {
7575 "@qvac/error" : " ^0.1.0" ,
7676 "@qvac/infer-base" : " ^0.4.0" ,
77- "@qvac/onnx" : " ^0.16.0 " ,
77+ "@qvac/onnx" : " ^0.15.1 " ,
7878 "bare-fs" : " ^4.5.1" ,
7979 "bare-os" : " ^3.9.1"
8080 },
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.16.0 ] - 2026-06-22
3+ ## [ 0.15.1 ] - 2026-06-22
44
55### Changed
66
Original file line number Diff line number Diff line change 11{
22 "name" : " @qvac/onnx" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.15.1 " ,
44 "description" : " Bare addon for ONNX Runtime session management" ,
55 "addon" : true ,
66 "engines" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.11.0 ] - 2026-06-22
8+ ## [ 0.10.1 ] - 2026-06-22
99
1010### Changed
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " @qvac/transcription-whispercpp" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " transcription addon for qvac" ,
55 "addon" : true ,
66 "engines" : {
Original file line number Diff line number Diff line change 8787 "devDependencies" : {
8888 "@qvac/langdetect-text" : " ^0.1.2" ,
8989 "@qvac/registry-client" : " ^0.4.0" ,
90- "@qvac/transcription-whispercpp" : " ^0.11.0 " ,
90+ "@qvac/transcription-whispercpp" : " ^0.10.1 " ,
9191 "bare-process" : " ^4.2.2" ,
9292 "bare-subprocess" : " ^5.2.1" ,
9393 "brittle" : " ^3.17.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 redistributable. Shared monorepo ` vcpkg-overlays/triplets/{x64,arm64}-windows.cmake `
1515 build dependencies with a static CRT; addon CMake no longer links ` msvcrt.lib ` ,
1616 which had forced the dynamic runtime. Package-local vcpkg triplets now layer
17- on the shared ` vcpkg-overlays/ ` tree. Bumped ` @qvac/onnx ` to ` ^0.16.0 ` for
17+ on the shared ` vcpkg-overlays/ ` tree. Bumped ` @qvac/onnx ` to ` ^0.15.1 ` for
1818 the same static-runtime baseline. No public API change.
1919
2020## Pull Requests
Original file line number Diff line number Diff line change 9595 },
9696 "dependencies" : {
9797 "@qvac/error" : " ^0.1.0" ,
98- "@qvac/onnx" : " ^0.16.0 " ,
98+ "@qvac/onnx" : " ^0.15.1 " ,
9999 "@qvac/infer-base" : " ^0.6.0" ,
100100 "bare-fs" : " ^4.5.6" ,
101101 "bare-os" : " ^3.8.0" ,
You can’t perform that action at this time.
0 commit comments