Bump @qvac/onnx package version#1970
Merged
Merged
Conversation
gianni-cor
approved these changes
May 11, 2026
ishanvohra2
approved these changes
May 11, 2026
Contributor
Tier-based Approval Status |
This was referenced May 11, 2026
gianni-cor
added a commit
that referenced
this pull request
May 11, 2026
… to #1860) (#1979) * fix: bump @qvac/onnx to ^0.15.0 in tts-onnx @qvac/onnx@0.15.0 (published 2026-05-11 via #1970) is the first version with the renamed inference-addon-cpp include path. Earlier 0.14.x versions still ship Logger.hpp with #include <qvac-lib-inference-addon-cpp/JsLogger.hpp>, which no longer matches the vcpkg port qvac-lib-inference-addon-cpp@1.1.7#1 (installs under include/inference-addon-cpp/ post QVAC-16441 rename). Without this bump, npm resolves ^0.14.0 to 0.14.0 and tts-onnx CI fails during the addon build: node_modules/@qvac/onnx/prebuilds/include/qvac-onnx/Logger.hpp:32:10: fatal error: 'qvac-lib-inference-addon-cpp/JsLogger.hpp' file not found Followup to QVAC-16441 / #1860. * chore: bump tts-onnx to 0.9.0 Publishable release containing the @qvac/onnx ^0.15.0 dep bump from the previous commit. Adds CHANGELOG entry under [0.9.0] documenting the include-path follow-up to QVAC-16441 / #1860. Released as a minor bump (0.8.6 -> 0.9.0) instead of a patch to avoid version-range conflicts with the upcoming SDK 0.10 release line. --------- Co-authored-by: gianni-cor <gianfranco.cordella@tether.io>
gianni-cor
added a commit
that referenced
this pull request
May 11, 2026
… to #1860) (#1981) * fix: bump @qvac/onnx to ^0.15.0 in ocr-onnx @qvac/onnx@0.15.0 (published 2026-05-11 via #1970) is the first version with the renamed inference-addon-cpp include path. Earlier 0.14.x versions still ship Logger.hpp with #include <qvac-lib-inference-addon-cpp/JsLogger.hpp>, which no longer matches the vcpkg port qvac-lib-inference-addon-cpp@1.1.7#1 (installs under include/inference-addon-cpp/ post QVAC-16441 rename). Without this bump, npm resolves ^0.14.0 to 0.14.0 and ocr-onnx CI fails during the addon build (ocr-onnx CMakeLists.txt sets JS_LOGGER): node_modules/@qvac/onnx/prebuilds/include/qvac-onnx/Logger.hpp:32:10: fatal error: 'qvac-lib-inference-addon-cpp/JsLogger.hpp' file not found Followup to QVAC-16441 / #1860. * chore: bump ocr-onnx to 0.5.0 Publishable release containing the @qvac/onnx ^0.15.0 dep bump from the previous commit. Adds CHANGELOG entry under [0.5.0] documenting the include-path follow-up to QVAC-16441 / #1860. Released as a minor bump (0.4.5 -> 0.5.0) instead of a patch to avoid version-range conflicts with the upcoming SDK 0.10 release line. --------- Co-authored-by: gianni-cor <gianfranco.cordella@tether.io>
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
… to #1860) (#1979) * fix: bump @qvac/onnx to ^0.15.0 in tts-onnx @qvac/onnx@0.15.0 (published 2026-05-11 via #1970) is the first version with the renamed inference-addon-cpp include path. Earlier 0.14.x versions still ship Logger.hpp with #include <qvac-lib-inference-addon-cpp/JsLogger.hpp>, which no longer matches the vcpkg port qvac-lib-inference-addon-cpp@1.1.7#1 (installs under include/inference-addon-cpp/ post QVAC-16441 rename). Without this bump, npm resolves ^0.14.0 to 0.14.0 and tts-onnx CI fails during the addon build: node_modules/@qvac/onnx/prebuilds/include/qvac-onnx/Logger.hpp:32:10: fatal error: 'qvac-lib-inference-addon-cpp/JsLogger.hpp' file not found Followup to QVAC-16441 / #1860. * chore: bump tts-onnx to 0.9.0 Publishable release containing the @qvac/onnx ^0.15.0 dep bump from the previous commit. Adds CHANGELOG entry under [0.9.0] documenting the include-path follow-up to QVAC-16441 / #1860. Released as a minor bump (0.8.6 -> 0.9.0) instead of a patch to avoid version-range conflicts with the upcoming SDK 0.10 release line. --------- Co-authored-by: gianni-cor <gianfranco.cordella@tether.io>
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
… to #1860) (#1981) * fix: bump @qvac/onnx to ^0.15.0 in ocr-onnx @qvac/onnx@0.15.0 (published 2026-05-11 via #1970) is the first version with the renamed inference-addon-cpp include path. Earlier 0.14.x versions still ship Logger.hpp with #include <qvac-lib-inference-addon-cpp/JsLogger.hpp>, which no longer matches the vcpkg port qvac-lib-inference-addon-cpp@1.1.7#1 (installs under include/inference-addon-cpp/ post QVAC-16441 rename). Without this bump, npm resolves ^0.14.0 to 0.14.0 and ocr-onnx CI fails during the addon build (ocr-onnx CMakeLists.txt sets JS_LOGGER): node_modules/@qvac/onnx/prebuilds/include/qvac-onnx/Logger.hpp:32:10: fatal error: 'qvac-lib-inference-addon-cpp/JsLogger.hpp' file not found Followup to QVAC-16441 / #1860. * chore: bump ocr-onnx to 0.5.0 Publishable release containing the @qvac/onnx ^0.15.0 dep bump from the previous commit. Adds CHANGELOG entry under [0.5.0] documenting the include-path follow-up to QVAC-16441 / #1860. Released as a minor bump (0.4.5 -> 0.5.0) instead of a patch to avoid version-range conflicts with the upcoming SDK 0.10 release line. --------- Co-authored-by: gianni-cor <gianfranco.cordella@tether.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumped
@qvac/onnxpackage version to 0.15.0 considering the new directory structure change in QVAC packages.