Skip to content

Commit b2afe34

Browse files
[JS] Bump version openvino-node up to 2025.4.0 (#32311)
### Details: - Increment NPM package version from 2025.3.0 to 2025.4.0 - Update `.npmignore` to prepare publishing
1 parent 21aa19b commit b2afe34

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/bindings/js/node/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ src
66
tests
77
thirdparty
88

9-
.eslintrc.js
9+
eslint.config.js
10+
.prettierrc
1011
CMakeLists.txt
1112
tsconfig.json
1213

src/bindings/js/node/package-lock.json

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

src/bindings/js/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvino-node",
3-
"version": "2025.3.0",
3+
"version": "2025.4.0",
44
"description": "OpenVINO™ utils for using from Node.js environment",
55
"repository": {
66
"url": "git+https://github.com/openvinotoolkit/openvino.git",

0 commit comments

Comments
 (0)