Skip to content

Commit

Permalink
[OV JS] Update openvino-node package version to 2024.6.0 (#28141)
Browse files Browse the repository at this point in the history
### Details:
- update openvino-node package version to 2024.6.0
- port of keywords extension from
#28047
  • Loading branch information
vishniakov-nikolai authored Dec 19, 2024
1 parent b97db50 commit 673ad11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/bindings/js/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions src/bindings/js/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvino-node",
"version": "2024.5.0-0",
"version": "2024.6.0",
"description": "OpenVINO™ utils for using from Node.js environment",
"repository": {
"url": "git+https://github.com/openvinotoolkit/openvino.git",
Expand Down Expand Up @@ -44,13 +44,23 @@
"tar-fs": "^3.0.4"
},
"binary": {
"version": "2024.5.0",
"module_path": "./bin/",
"remote_path": "./repositories/openvino/nodejs_bindings/{version}/{platform}/",
"package_name": "openvino_nodejs_bindings_{platform}_{version}_{arch}.tar.gz",
"host": "https://storage.openvinotoolkit.org"
},
"keywords": [
"OpenVINO"
"OpenVINO",
"openvino",
"openvino-node",
"openvino npm",
"openvino binding",
"openvino node.js",
"openvino library",
"intel openvino",
"openvino toolkit",
"openvino API",
"openvino SDK",
"openvino integration"
]
}

0 comments on commit 673ad11

Please sign in to comment.