Skip to content

Commit

Permalink
[OV JS] Update openvino-node package version to 2024.5.0, port (#27741)
Browse files Browse the repository at this point in the history
### Details:
Ports of:
 - [OV JS] Update openvino-node package version to 2024.5.0 (#27638) 
 - [OV JS] Fix .npmignore (#27646)
 - [OV JS] Fix openvino-node package version (#27661)
 - [OV JS] Up samples ov version to 2024.5.0 (#27697)

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
  • Loading branch information
vishniakov-nikolai and mlukasze authored Nov 26, 2024
1 parent f3155da commit d4ca789
Show file tree
Hide file tree
Showing 8 changed files with 669 additions and 432 deletions.
6 changes: 3 additions & 3 deletions .github/actions/cache/package-lock.json

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

1 change: 1 addition & 0 deletions samples/js/node/fetch-samples-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const models = [

// question answering
'/repositories/open_model_zoo/2022.3/models_bin/1/bert-small-uncased-whole-word-masking-squad-0001/FP16/bert-small-uncased-whole-word-masking-squad-0001.xml',
'/repositories/open_model_zoo/2022.3/models_bin/1/bert-small-uncased-whole-word-masking-squad-0001/FP16/bert-small-uncased-whole-word-masking-squad-0001.bin',
];
const modelsDir = __dirname + '/../assets/models';

Expand Down
135 changes: 9 additions & 126 deletions samples/js/node/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/js/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"args": "^5.0.3",
"eslint": "^8.39.0",
"https-proxy-agent": "^7.0.2",
"openvino-node": "^2024.4.0",
"openvino-node": "^2024.5.0-0",
"@napi-rs/canvas": "^0.1.59"
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/bindings/js/node/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bin
include
lib
/lib
!/scripts/lib
src
tests
thirdparty
Expand Down
Loading

0 comments on commit d4ca789

Please sign in to comment.