We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203c00b commit 34caeefCopy full SHA for 34caeef
src/bindings/js/node/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openvino-node",
3
- "version": "2024.0.0-14428.dev20240212",
+ "version": "2024.0.0",
4
"description": "OpenVINO™ utils for using from Node.js environment",
5
"repository": {
6
"url": "https://github.com/openvinotoolkit/openvino.git",
@@ -42,7 +42,7 @@
42
},
43
"binary": {
44
"module_path": "./bin/",
45
- "remote_path": "./repositories/openvino/build_artifacts/test/{platform}/",
+ "remote_path": "./repositories/openvino/nodejs_bindings/{version}/{platform}/",
46
"package_name": "openvino_nodejs_bindings_{platform}_{version}_{arch}.tgz",
47
"host": "https://storage.openvinotoolkit.org"
48
}
0 commit comments