Skip to content

Bump @qvac/onnx package version#1970

Merged
GustavoA1604 merged 1 commit into
mainfrom
bump-onnx-0.15.0
May 11, 2026
Merged

Bump @qvac/onnx package version#1970
GustavoA1604 merged 1 commit into
mainfrom
bump-onnx-0.15.0

Conversation

@GustavoA1604

Copy link
Copy Markdown
Contributor

Bumped @qvac/onnx package version to 0.15.0 considering the new directory structure change in QVAC packages.

@GustavoA1604 GustavoA1604 requested a review from a team as a code owner May 11, 2026 11:35
@GustavoA1604 GustavoA1604 requested a review from a team as a code owner May 11, 2026 11:35
@github-actions

github-actions Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ✅ (1/1)
- 1 Team Lead OR Management approval ✅ (1/1)



---
*This comment is automatically updated when reviews change.*

@GustavoA1604 GustavoA1604 merged commit 4f183f2 into main May 11, 2026
15 of 37 checks passed
@GustavoA1604 GustavoA1604 deleted the bump-onnx-0.15.0 branch May 11, 2026 11:37
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants