[OV JS] Specify release version and binaries links in package.json (#22960) (#22991)

Port of https://github.com/openvinotoolkit/openvino/pull/22960

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

### Tickets:
 - 131978
This commit is contained in:
Vishniakov Nikolai 2024-02-22 13:30:48 +01:00 committed by GitHub
parent 203c00b55d
commit 34caeefd07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",
@ -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"
}