Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web ui update #652

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
web ui update
ksyeo1010 committed Nov 16, 2023
commit 2f003668bf840a650e7a24f681963f15dd232f07
2 changes: 1 addition & 1 deletion binding/angular/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@angular-eslint/template-parser": "~13.5.0",
"@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.0",
"@picovoice/rhino-web": "=3.0.2",
"@picovoice/rhino-web": "=3.0.3",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.27.1",
4 changes: 2 additions & 2 deletions 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.2",
"version": "3.0.3",
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
@@ -22,7 +22,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/rhino-web": "=3.0.2",
"@picovoice/rhino-web": "=3.0.3",
"tslib": "^2.3.0"
}
}
14 changes: 7 additions & 7 deletions binding/angular/yarn.lock
Original file line number Diff line number Diff line change
@@ -1767,10 +1767,10 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"

@@ -2610,9 +2610,9 @@ aws4@^1.8.0:
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==

axios@^1.0.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
version "1.6.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
4 changes: 2 additions & 2 deletions binding/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/rhino-react",
"version": "3.0.2",
"version": "3.0.3",
"description": "React component for Rhino Web SDK",
"entry": "src/index.ts",
"module": "dist/esm/index.js",
@@ -73,6 +73,6 @@
"react-dom": ">=17"
},
"dependencies": {
"@picovoice/rhino-web": "=3.0.2"
"@picovoice/rhino-web": "=3.0.3"
}
}
8 changes: 4 additions & 4 deletions binding/react/yarn.lock
Original file line number Diff line number Diff line change
@@ -1110,10 +1110,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"

4 changes: 2 additions & 2 deletions binding/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/rhino-vue",
"version": "3.0.2",
"version": "3.0.3",
"description": "Vue binding for Rhino Web SDK",
"author": "Picovoice Inc",
"license": "Apache-2.0",
@@ -56,6 +56,6 @@
"vue": "^2.6.11 || ^3.0.0"
},
"dependencies": {
"@picovoice/rhino-web": "=3.0.2"
"@picovoice/rhino-web": "=3.0.3"
}
}
8 changes: 4 additions & 4 deletions binding/vue/yarn.lock
Original file line number Diff line number Diff line change
@@ -1293,10 +1293,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"

2 changes: 1 addition & 1 deletion demo/angular/package.json
Original file line number Diff line number Diff line change
@@ -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.2",
"@picovoice/rhino-angular": "~3.0.3",
"@picovoice/web-voice-processor": "~4.0.8",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
18 changes: 9 additions & 9 deletions demo/angular/yarn.lock
Original file line number Diff line number Diff line change
@@ -1634,18 +1634,18 @@
read-package-json-fast "^3.0.0"
which "^3.0.0"

"@picovoice/rhino-angular@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-angular/-/rhino-angular-3.0.2.tgz#ca7a76b1baba0ba29d6c4ed35c46e14c259c4f1f"
integrity sha512-uD2NU6yzFNW/bnrnUYpywvfIfhZR/35ApvAtjVN3It97w5Uk/WENeC2jA0P1mJJkPEZOHOLzZ2AOiLDMebnCCA==
"@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==
dependencies:
"@picovoice/rhino-web" "=3.0.2"
"@picovoice/rhino-web" "=3.0.3"
tslib "^2.3.0"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"

2 changes: 1 addition & 1 deletion demo/react/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"private": true,
"description": "Rhino React demo (made with Create React App)",
"dependencies": {
"@picovoice/rhino-react": "~3.0.2",
"@picovoice/rhino-react": "~3.0.3",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
18 changes: 9 additions & 9 deletions demo/react/yarn.lock
Original file line number Diff line number Diff line change
@@ -1632,17 +1632,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-react@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react/-/rhino-react-3.0.2.tgz#7fb576bff53bbdc9760045e08534acbe8bd698d0"
integrity sha512-L+ak/qx/6PhXvvd0q0HmZC3xqhuU6C9gLNUhykT26py3HyiyxuY2E8F6auFeerX8vZqz909RVLGjLBt01HLr6A==
"@picovoice/rhino-react@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react/-/rhino-react-3.0.3.tgz#8634d6ae591e86a746ba0cfc83b5c773d8974b32"
integrity sha512-6U04zmCbB3Il+mu6pT/eeC5/+CHZ4w6bKmQKLZROaa7UpAqW5Wd08pzNGOhDQhHKYxEv+1dbmL4K3QuNB3szDw==
dependencies:
"@picovoice/rhino-web" "=3.0.2"
"@picovoice/rhino-web" "=3.0.3"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"

2 changes: 1 addition & 1 deletion demo/vue/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@picovoice/rhino-vue": "~3.0.2",
"@picovoice/rhino-vue": "~3.0.3",
"@picovoice/web-voice-processor": "~4.0.8",
"vue": "^3.2.45"
},
18 changes: 9 additions & 9 deletions demo/vue/yarn.lock
Original file line number Diff line number Diff line change
@@ -77,17 +77,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-vue@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-vue/-/rhino-vue-3.0.2.tgz#c32af16a7c4239455e43ca900e3ce735f51141ac"
integrity sha512-Qe6bg92GGefwUQuVmqD0mYra74fW1gatqi1zqb7OBschDiArd9CFunXc++FRFFRNXdyJRjXWLJFFItlH/RrhWg==
"@picovoice/rhino-vue@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-vue/-/rhino-vue-3.0.3.tgz#3e80a5a26b2985334dfd1cbf4296c9ef80e27a65"
integrity sha512-2lmlv0SxtVa5gi86TQBEn9LOk8l+cSWb4awpzeqNhAQhGRomettU0oPFCESDbSaJ5IXReMFT/+Rmehi+NxFjng==
dependencies:
"@picovoice/rhino-web" "=3.0.2"
"@picovoice/rhino-web" "=3.0.3"

"@picovoice/rhino-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.2.tgz#961c794d271cfde6e9cd1b272200d6ed54ba9ab1"
integrity sha512-OTtguG5BDycimOYz8u9Wr/emwEDCYGPm39H3PlGaR5iA5jyavUnOVaWQ3JI0QMGhn0mdY1uxfoMw9uifvnSaDg==
"@picovoice/rhino-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.3.tgz#e0a3f21e31b3689660654d1e08b83ca2e08b6c4a"
integrity sha512-OB4/BFX8GtwHXUJuNucAX5nxkQnNUbIYiqO1nDt7GYWVOvXvgLp/H7xYi4EuqckgNjYKSp+9RQVcnhnfix355w==
dependencies:
"@picovoice/web-utils" "=1.3.1"