Skip to content

Commit

Permalink
Merge pull request #72 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 85c6088 + d9fb3d7 commit 30b3472
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,7 +1,7 @@

{
"name": "@picovoice/eagle-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "Picovoice Eagle 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/eagle-node-demo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Picovoice Eagle Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -24,7 +24,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/eagle-node": "=1.0.0",
"@picovoice/eagle-node": "=1.0.1",
"@picovoice/pvrecorder-node": "^1.2.2",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
Binary file modified lib/node/windows/amd64/pv_eagle.node
Binary file not shown.

0 comments on commit 30b3472

Please sign in to comment.