Skip to content

Commit

Permalink
v2.0 web release (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 24, 2023
1 parent b5f996a commit f949e0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Leopard Web Demo</h1>
<button id="stopRecord" style="display: none;">Stop Recording</button>
<hr/>
</div>
<div id="status"></div>
<div id="status" style="white-space: pre;"></div>
<br>
<div id="result"></div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/leopard-web": "file:../../binding/web",
"@picovoice/leopard-web": "~2.0.0",
"@picovoice/web-voice-processor": "~4.0.8"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion demo/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# yarn lockfile v1


"@picovoice/leopard-web@file:../../binding/web":
"@picovoice/leopard-web@~2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-web/-/leopard-web-2.0.0.tgz#6452d1e49f983542db73a3c8cdf24208c30af234"
integrity sha512-kfJtUCopyvmN028wiaH6hdEHEhOx7QTruiaL5ykVZcpMq1lV/O02hwr29i3U7FqoH6VQQYZl7pRIvlPjDaj+eg==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down

0 comments on commit f949e0b

Please sign in to comment.