Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 17, 2023
1 parent f3b5f02 commit bdca55f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binding/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cobra VAD engine for web browsers (via WebAssembly)",
"author": "Picovoice Inc",
"license": "Apache-2.0",
"version": "2.0.2",
"version": "2.0.3",
"keywords": [
"cobra",
"web",
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/cobra-web": "~2.0.2",
"@picovoice/cobra-web": "~2.0.3",
"@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/cobra-web@~2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/cobra-web/-/cobra-web-2.0.2.tgz#67f1c0455f663f2cf34bcb1f7ac02f43a82d4025"
integrity sha512-fd46668DMgyAqmKZlMyLYjUqUQqtu+xMICRJHMKKyL5OWZxrr5cogLvtYAoKPAtaBlLFFMy0WZ01BBqqLVq2eg==
"@picovoice/cobra-web@~2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/cobra-web/-/cobra-web-2.0.3.tgz#af39bd650976c75ce3158193fcfede0656f1f880"
integrity sha512-Zr/FwboSzby/sSpNEQdFFCM021EeDAYOftAr9/oKjmRMFR/RzZ/jJD8cIxJO0MefV3IonYjx8+71cEDPZfM9vg==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down

0 comments on commit bdca55f

Please sign in to comment.