Skip to content

Commit

Permalink
v2.0 web release (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored and laves committed Nov 25, 2023
1 parent 69ff356 commit a7faac3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Cheetah Web Demo</h1>
onclick="startCheetah(document.getElementById('accessKey').value)"
/>
<hr />
<div id="status"></div>
<div id="status" style="white-space: pre;"></div>
<br>
<div id="result"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cheetah-web": "file:../../binding/web",
"@picovoice/cheetah-web": "~2.0.0",
"@picovoice/web-voice-processor": "~4.0.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions demo/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/cheetah-web@~1.1.15":
version "1.1.15"
resolved "https://registry.yarnpkg.com/@picovoice/cheetah-web/-/cheetah-web-1.1.15.tgz#9545212be4d59dec6fbbcbaba9f9800b741c8732"
integrity sha512-UMKOPqZopcMX3fLQaD3eDRAcUph/6CuirNxQ1SUlNXSxlWO9pdsfdpikaoZ8gx59vbw6l/c8bSB3OicV9Gl2Sw==
"@picovoice/cheetah-web@~2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/cheetah-web/-/cheetah-web-2.0.0.tgz#d4415c25e324726356f979bed3761a94e884198e"
integrity sha512-WqxHUznNS7Rf8XfJCp0m0l+xeYFDSFhzOTg+b2DJn06x1slhpJA4CiK4egiH7FzhHiJtvqjLF0dO14LA8e1Gpg==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down

0 comments on commit a7faac3

Please sign in to comment.