Skip to content

Commit

Permalink
Merge pull request #718 from Picovoice/windows-electron-fix
Browse files Browse the repository at this point in the history
updated .node binary to include windows-napi-electron-fix
  • Loading branch information
ErisMik authored Jul 8, 2024
2 parents 641dbad + c397757 commit bf22b2c
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/rhino-node",
"version": "3.0.3",
"version": "3.0.4",
"description": "Picovoice Rhino 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/rhino-node-demo",
"version": "3.0.2",
"version": "3.0.3",
"description": "Picovoice Rhino NodeJS file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"@picovoice/pvrecorder-node": "~1.2.2",
"@picovoice/rhino-node": "~3.0.3",
"@picovoice/rhino-node": "~3.0.4",
"commander": "^6.1.0",
"wavefile": "^11.0.0"
},
Expand Down
Binary file modified lib/node/windows/amd64/pv_rhino.node
Binary file not shown.

0 comments on commit bf22b2c

Please sign in to comment.