Skip to content

Commit

Permalink
Merge pull request #46 from Picovoice/windows-node-dll-fix
Browse files Browse the repository at this point in the history
updated demo
  • Loading branch information
mrrostam authored Jul 22, 2024
2 parents 4faaf31 + 463b4b7 commit 9baa4dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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/picollm-node-demo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Picovoice PicoLLM Node.js chat and completion demos",
"scripts": {
"chat": "node chat.js",
Expand All @@ -19,7 +19,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-node": "~1.0.1",
"@picovoice/picollm-node": "~1.0.2",
"commander": "^6.1.0",
"prettier": "^2.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/picollm-node@~1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.0.1.tgz#f022a0799fc2899cff7753ef0211cd57b4005ad3"
integrity sha512-ecaaiAQnfEhAd4NdYGP49RTmf20C4Amm4ERN5r/0D2t40UCXvLPh4xoVBpQCuVeHE/A114c58K4Zfl29wdl5GQ==
"@picovoice/picollm-node@~1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.0.2.tgz#7262687eb6f0729af0e3ac7def495ccad092d525"
integrity sha512-VfJ5cVcF70BLRBCCyRsY2jFJXrXVpQqITT6Denr9Nd1poVzFk7x3KlJN8UtscXbKuqM+xfV1Jot5UVs9z+cj5g==

commander@^6.1.0:
version "6.2.1"
Expand Down

0 comments on commit 9baa4dc

Please sign in to comment.