Skip to content

Commit

Permalink
[OV JS] Specify release version and binaries links in package.json (#…
Browse files Browse the repository at this point in the history
…22960) (#22991)

Port of #22960

### Details:
 - Specify release version in package.json
- Set up production links to binaries

### Tickets:
 - 131978
  • Loading branch information
vishniakov-nikolai committed Feb 22, 2024
1 parent 203c00b commit 34caeef
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 34caeef

Please sign in to comment.