Skip to content

Commit

Permalink
angular fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 20, 2024
1 parent 994e3ad commit 6d582e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binding/angular/projects/rhino-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@picovoice/rhino-angular",
"description": "Angular service for Rhino Web SDK",
"version": "3.0.3",
"version": "3.0.4",
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/router": "^15.0.3",
"@picovoice/rhino-angular": "~3.0.3",
"@picovoice/rhino-angular": "~3.0.4",
"@picovoice/web-voice-processor": "~4.0.8",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1634,10 +1634,10 @@
read-package-json-fast "^3.0.0"
which "^3.0.0"

"@picovoice/rhino-angular@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-angular/-/rhino-angular-3.0.3.tgz#f15724a0e0c986e291ccd22b69342f92b8d0d236"
integrity sha512-Jjo9gs9Xz3oAu8wBIiJJ3DK4L9lBXlprF3aOp2p2TbO7Sq+VNkNZvnsDuRINbJcZHIHfhTnJQULpLpPwyN2YnQ==
"@picovoice/rhino-angular@~3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-angular/-/rhino-angular-3.0.4.tgz#d900fa9ea10be3ea444c4c4bbc1abc01dbe98e4b"
integrity sha512-fAlYod9YzuQ1meYWsXcwQtbx7XgdZFyDL5OSbm5V9a51RqbvgIsJD8WsYgpz6d0EU/mGlM48ox44mjabdRACpg==
dependencies:
"@picovoice/rhino-web" "=3.0.3"
tslib "^2.3.0"
Expand Down

0 comments on commit 6d582e7

Please sign in to comment.