Skip to content

Commit

Permalink
Merge pull request #219 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 3c9d6f3 + 985465f commit 46399e4
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/cobra-node",
"version": "2.0.0",
"version": "2.0.1",
"description": "Picovoice Cobra 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/cobra-node-demo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Picovoice Cobra 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/cobra-node": "=2.0.0",
"@picovoice/cobra-node": "=2.0.1",
"@picovoice/pvrecorder-node": "~1.2.1",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
Binary file modified lib/node/windows/amd64/pv_cobra.node
Binary file not shown.

0 comments on commit 46399e4

Please sign in to comment.