We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef139ea commit c397757Copy full SHA for c397757
demo/nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@picovoice/rhino-node-demo",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "Picovoice Rhino NodeJS file-based and microphone demos",
5
"scripts": {
6
"file": "node file.js",
@@ -17,7 +17,7 @@
17
"license": "Apache-2.0",
18
"dependencies": {
19
"@picovoice/pvrecorder-node": "~1.2.2",
20
- "@picovoice/rhino-node": "~3.0.3",
+ "@picovoice/rhino-node": "~3.0.4",
21
"commander": "^6.1.0",
22
"wavefile": "^11.0.0"
23
},
0 commit comments