Skip to content

Commit

Permalink
updated .node binary to include windows-napi-electron-fix (#382)
Browse files Browse the repository at this point in the history
* updated .node binary to include windows-napi-electron-fix

* updated version for nodejs from 2.0.2 to 2.0.3

* updated demos
  • Loading branch information
matt200-ok authored Jul 8, 2024
1 parent 18842c9 commit 5b61777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binding/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/leopard-node",
"version": "2.0.2",
"version": "2.0.3",
"description": "Picovoice Leopard Node.js binding",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/leopard-node-demo",
"version": "2.0.2",
"version": "2.0.3",
"description": "Picovoice Leopard Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -16,7 +16,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/leopard-node": "=2.0.2",
"@picovoice/leopard-node": "=2.0.3",
"@picovoice/pvrecorder-node": "=1.2.2",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
Binary file modified lib/node/windows/amd64/pv_leopard.node
Binary file not shown.

0 comments on commit 5b61777

Please sign in to comment.