Skip to content

Commit bf22b2c

Browse files
authored
Merge pull request #718 from Picovoice/windows-electron-fix
updated .node binary to include windows-napi-electron-fix
2 parents 641dbad + c397757 commit bf22b2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binding/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/rhino-node",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Picovoice Rhino Node.js binding",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

demo/nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/rhino-node-demo",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Picovoice Rhino NodeJS file-based and microphone demos",
55
"scripts": {
66
"file": "node file.js",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@picovoice/pvrecorder-node": "~1.2.2",
20-
"@picovoice/rhino-node": "~3.0.3",
20+
"@picovoice/rhino-node": "~3.0.4",
2121
"commander": "^6.1.0",
2222
"wavefile": "^11.0.0"
2323
},

lib/node/windows/amd64/pv_rhino.node

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)