Skip to content

Commit

Permalink
[JS] Update openvino-tokenizers-node package version to 2024.6.0-prev…
Browse files Browse the repository at this point in the history
…iew (#355)

* Update openvino-tokenizers-node package version to 2024.6.0-preview

* Update openvino-node dependency
  • Loading branch information
vishniakov-nikolai authored Dec 23, 2024
1 parent 07ea631 commit 838e185
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
12 changes: 6 additions & 6 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvino-tokenizers-node",
"version": "2024.5.0-preview",
"version": "2024.6.0-preview",
"description": "OpenVINO™ Tokenizers adds text processing operations to openvino-node package",
"repository": {
"url": "https://github.com/openvinotoolkit/openvino.git",
Expand All @@ -20,19 +20,27 @@
"test": "node --test ./tests/*.test.js"
},
"binary": {
"version": "2024.5.0.0",
"version": "2024.6.0.0",
"module_path": "./bin/",
"remote_path": "./repositories/openvino_tokenizers/packages/{version}/",
"package_name": "openvino_tokenizers_{platform}_{version}_{arch}.{extension}",
"host": "https://storage.openvinotoolkit.org"
},
"keywords": [
"OpenVINO",
"openvino",
"tokenizers",
"OpenVINO tokenizers"
"OpenVINO tokenizers",
"openvino tokenizers",
"openvino-tokenizers",
"openvino-tokenizers-node",
"tokenization",
"text processing",
"string tensors",
"text tensors"
],
"dependencies": {
"adm-zip": "^0.5.16",
"openvino-node": "2024.5.0-0"
"openvino-node": "2024.6.0"
}
}

0 comments on commit 838e185

Please sign in to comment.