Skip to content

Commit 34caeef

Browse files
[OV JS] Specify release version and binaries links in package.json (#22960) (#22991)
Port of #22960 ### Details: - Specify release version in package.json - Set up production links to binaries ### Tickets: - 131978
1 parent 203c00b commit 34caeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bindings/js/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvino-node",
3-
"version": "2024.0.0-14428.dev20240212",
3+
"version": "2024.0.0",
44
"description": "OpenVINO™ utils for using from Node.js environment",
55
"repository": {
66
"url": "https://github.com/openvinotoolkit/openvino.git",
@@ -42,7 +42,7 @@
4242
},
4343
"binary": {
4444
"module_path": "./bin/",
45-
"remote_path": "./repositories/openvino/build_artifacts/test/{platform}/",
45+
"remote_path": "./repositories/openvino/nodejs_bindings/{version}/{platform}/",
4646
"package_name": "openvino_nodejs_bindings_{platform}_{version}_{arch}.tgz",
4747
"host": "https://storage.openvinotoolkit.org"
4848
}

0 commit comments

Comments
 (0)