Skip to content

Commit

Permalink
node release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed May 21, 2024
1 parent 9308c5e commit 969fcc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions binding/nodejs/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
test/*.pllm
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-node": "../../binding/nodejs",
"@picovoice/picollm-node": "~1.0.0",
"commander": "^6.1.0",
"prettier": "^2.6.2"
},
Expand Down
4 changes: 3 additions & 1 deletion demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# yarn lockfile v1


"@picovoice/picollm-node@../../binding/nodejs":
"@picovoice/picollm-node@~1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.0.0.tgz#f00a42d26bc4d6b9a51b2384393bb6f9a1172755"
integrity sha512-WoTUcMmbYfdmERVOOdEkei1MDs4GLCPnLANmhQLV1p6/kFZFPRSqBvDNQEoUZEh8FJ+gaGXrUps4IRhIfDG1rA==

commander@^6.1.0:
version "6.2.1"
Expand Down

0 comments on commit 969fcc3

Please sign in to comment.