Skip to content

Commit

Permalink
bump web uis (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 3, 2023
1 parent b792fb7 commit 63ee993
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion binding/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@picovoice/rhino-web": "=3.0.2",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand Down
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.1",
"version": "3.0.2",
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
Expand All @@ -22,7 +22,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/rhino-web": "=3.0.1",
"@picovoice/rhino-web": "=3.0.2",
"tslib": "^2.3.0"
}
}
8 changes: 4 additions & 4 deletions binding/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1662,10 +1662,10 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
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.1",
"version": "3.0.2",
"description": "React component for Rhino Web SDK",
"entry": "src/index.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -73,6 +73,6 @@
"react-dom": ">=17"
},
"dependencies": {
"@picovoice/rhino-web": "=3.0.1"
"@picovoice/rhino-web": "=3.0.2"
}
}
8 changes: 4 additions & 4 deletions binding/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,10 +1110,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
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.1",
"version": "3.0.2",
"description": "Vue binding for Rhino Web SDK",
"author": "Picovoice Inc",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,6 +56,6 @@
"vue": "^2.6.11 || ^3.0.0"
},
"dependencies": {
"@picovoice/rhino-web": "=3.0.1"
"@picovoice/rhino-web": "=3.0.2"
}
}
8 changes: 4 additions & 4 deletions binding/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1231,10 +1231,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

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

"@picovoice/rhino-angular@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-angular/-/rhino-angular-3.0.1.tgz#30a2b27d562103c52a38c85264b04712adc460a0"
integrity sha512-LzxIqMTviOrfXIV22iudjDvY7a52cLlF5yfRwQGqY2pc9eNLgsVibmRlWSf4gVSVntCEDu0Lr05cr5Do53GiBg==
"@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==
dependencies:
"@picovoice/rhino-web" "=3.0.1"
"@picovoice/rhino-web" "=3.0.2"
tslib "^2.3.0"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

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

"@picovoice/rhino-react@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react/-/rhino-react-3.0.1.tgz#43da021e7003d66e532e4ec060def7fb985feca7"
integrity sha512-anAlno9mwELvZX0z2kbAtVzx9IWiQ2HpJbtxf+VuwtXnyOZVtv9BQ+C6QBzhNrbhVLxkB72hlM792N9T7cLYyQ==
"@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==
dependencies:
"@picovoice/rhino-web" "=3.0.1"
"@picovoice/rhino-web" "=3.0.2"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion demo/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@picovoice/rhino-vue": "~3.0.2",
"@picovoice/web-voice-processor": "~4.0.8",
"vue": "^3.2.45"
},
Expand Down
18 changes: 9 additions & 9 deletions demo/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-vue@~3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-vue/-/rhino-vue-3.0.1.tgz#0ad0970bc449e6186ae186be68eb9ddee2a5bdf4"
integrity sha512-nooIaQiOYBF5TIhjwogmp77IXKoXylPVBVbH62uSTrMNpOM1g8N/D11skBZF5Di1U/DL7RUpx0U0rZRdTPfCkw==
"@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==
dependencies:
"@picovoice/rhino-web" "=3.0.1"
"@picovoice/rhino-web" "=3.0.2"

"@picovoice/rhino-web@=3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.1.tgz#cf205dddfd435cdefd5c18d19ea736cf2df10e6a"
integrity sha512-zXu+HM8A7s3pWwHndLk1S1lcfcOzxdVYP9Zap12NvwCU4dBF1kcFCtBUO1b0hrd7GK2Zvxh3pYID5G2w921tAQ==
"@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==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down

0 comments on commit 63ee993

Please sign in to comment.