Skip to content

Commit f8e400e

Browse files
[JS] Bump NPM package version up to 2026.1 (openvinotoolkit#3470)
<!-- Keep your pull requests (PRs) as atomic as possible. That increases the likelihood that an individual PR won't be stuck because of adjacent problems, merge conflicts, or code review. Your merged PR is going to appear in the automatically generated release notes on GitHub. So the clearer the title the better. --> ## Description Update the NPM package to version 2026.1. <!-- Jira ticket number (e.g., 123). Delete if there's no ticket. --> CVS-182504 ## Checklist: - [x] This PR follows [GenAI Contributing guidelines](https://github.com/openvinotoolkit/openvino.genai?tab=contributing-ov-file#contributing). <!-- Always follow them. If there are deviations, explain what and why. --> - [ ] Tests have been updated or added to cover the new code. <!-- Specify exactly which tests were added or updated. If the change isn't maintenance related, update the tests at https://github.com/openvinotoolkit/openvino.genai/tree/master/tests or explain in the description why the tests don't need an update. --> - [x] This PR fully addresses the ticket. <!--- If not, explain clearly what is covered and what is not. If follow-up pull requests are needed, specify in the description. --> - [ ] I have made corresponding changes to the documentation. <!-- Run github.com/\<username>/openvino.genai/actions/workflows/deploy_gh_pages.yml on your fork with your branch as a parameter to deploy a test version with the updated content. Replace this comment with the link to the built docs. If the documentation is updated in a separate PR, clearly specify it. --> Signed-off-by: Kirill Suvorov <kirill.suvorov@intel.com>
1 parent 5734301 commit f8e400e

File tree

5 files changed

+257
-228
lines changed

5 files changed

+257
-228
lines changed

samples/js/package-lock.json

Lines changed: 41 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"type": "module",
66
"devDependencies": {
7-
"openvino-genai-node": "^2025.4.0",
7+
"openvino-genai-node": "^2026.1.0",
88
"yargs": "^18.0.0",
99
"zod": "^4.1.13"
1010
},

src/js/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ lib
44
src
55
tests
66
thirdparty
7+
ov_cache
8+
test.env
79

810
CMakeLists.txt
911
eslint.config.cjs

0 commit comments

Comments
 (0)