Skip to content

Commit

Permalink
Specify release version in package.json and set up production links t…
Browse files Browse the repository at this point in the history
…o binaries
  • Loading branch information
vishniakov-nikolai committed Feb 21, 2024
1 parent 6dbabb9 commit d537705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.0.0-14428.dev20240212",
"version": "2024.0.0",
"description": "OpenVINO™ utils for using from Node.js environment",
"repository": {
"url": "https://github.com/openvinotoolkit/openvino.git",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"binary": {
"module_path": "./bin/",
"remote_path": "./repositories/openvino/build_artifacts/test/{platform}/",
"remote_path": "./repositories/openvino/nodejs_bindings/{version}/{platform}/",
"package_name": "openvino_nodejs_bindings_{platform}_{version}_{arch}.tgz",
"host": "https://storage.openvinotoolkit.org"
}
Expand Down

0 comments on commit d537705

Please sign in to comment.