Skip to content

Commit

Permalink
node update (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 16, 2023
1 parent 502bde1 commit 0b7d0ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.1",
"version": "3.0.2",
"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.0",
"version": "3.0.1",
"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.1",
"@picovoice/rhino-node": "~3.0.1",
"@picovoice/rhino-node": "~3.0.2",
"commander": "^6.1.0",
"wavefile": "^11.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.1.tgz#8e112ecc7a4836aa4fa92d62ac7942d8a2366db8"
integrity sha512-7TtRMh04PSVn542Oq1v/MGLFuNPdUrrv+f7qbCGOWRc8y6ox+FATigdQqLRbRey4kZWf40dNHQFdVPCk5ZcXnQ==

"@picovoice/rhino-node@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-node/-/rhino-node-3.0.1.tgz#56e2a736f12dd67ccce08b6f6fdb012899df5e7b"
integrity sha512-grsgERwVqaptIp3oHHgcBeUKWmqlXKBimu+Fuzh4ToNmJ13Q6PChtAQsH9kGDqGJyS6BjcdCDcLPP7pX2YoJeQ==
"@picovoice/rhino-node@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-node/-/rhino-node-3.0.2.tgz#9e0b34d97a4eb3550270914f4b564eebe331347d"
integrity sha512-0pFxkFkMHKhFsZ/iIo7fW6zTpQgvLPUn+soGucfzU6Gd3GrAw/7MjqQwpps2c/rW62WFcPBghB7m+fcAe22bmQ==

commander@^6.1.0:
version "6.2.1"
Expand Down

0 comments on commit 0b7d0ca

Please sign in to comment.