Skip to content

Commit

Permalink
web ui update (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 16, 2023
1 parent 6e79cd5 commit 5481ac4
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 52 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/porcupine-web": "=3.0.2",
"@picovoice/porcupine-web": "=3.0.3",
"@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/porcupine-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@picovoice/porcupine-angular",
"description": "Angular service for Porcupine Web SDK",
"version": "3.0.2",
"version": "3.0.3",
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
Expand All @@ -20,7 +20,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/porcupine-web": "=3.0.2",
"@picovoice/porcupine-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
Expand Up @@ -1872,10 +1872,10 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@picovoice/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down Expand Up @@ -2715,9 +2715,9 @@ aws4@^1.8.0:
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==

axios@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383"
integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==
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"
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/porcupine-react",
"version": "3.0.2",
"version": "3.0.3",
"description": "React component for Porcupine Web SDK",
"entry": "src/index.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "cypress run --component"
},
"dependencies": {
"@picovoice/porcupine-web": "=3.0.2"
"@picovoice/porcupine-web": "=3.0.3"
},
"devDependencies": {
"@babel/core": "^7.21.3",
Expand Down
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/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
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/porcupine-vue",
"version": "3.0.2",
"version": "3.0.3",
"description": "Vue binding for Porcupine Web SDK",
"author": "Picovoice Inc",
"entry": "src/index.ts",
Expand All @@ -20,7 +20,7 @@
"test": "cypress run --component"
},
"dependencies": {
"@picovoice/porcupine-web": "=3.0.2"
"@picovoice/porcupine-web": "=3.0.3"
},
"devDependencies": {
"@babel/core": "^7.21.3",
Expand Down
8 changes: 4 additions & 4 deletions binding/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1328,10 +1328,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
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/porcupine-angular": "~3.0.2",
"@picovoice/porcupine-angular": "~3.0.3",
"@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 @@ -1610,18 +1610,18 @@
read-package-json-fast "^3.0.0"
which "^3.0.0"

"@picovoice/porcupine-angular@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-angular/-/porcupine-angular-3.0.2.tgz#6af1800f04742ed17a22653039c10d5361fbeb05"
integrity sha512-tmsGxiel1zHGgkk5xOW9GREGAHGOY3JZ0HxYuaK9dTaA7YmQlaFfF9B7ZiqDizLpYIys7IzAOJ6iNbRBJiczHg==
"@picovoice/porcupine-angular@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-angular/-/porcupine-angular-3.0.3.tgz#eb5c47bf68e0870cfa32f9ba020a1bd3fd0b6f07"
integrity sha512-UmRCe1EN3BNHsqDOrzZZHgDj1+KFiF0vlm2bgBVXysBHlM15nBy/eGw0ilMaJGNL7LYMtVTBQ9JVsL8Al3YcTg==
dependencies:
"@picovoice/porcupine-web" "=3.0.2"
"@picovoice/porcupine-web" "=3.0.3"
tslib "^2.3.0"

"@picovoice/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
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": "Porcupine React demo (made with Create React App)",
"dependencies": {
"@picovoice/porcupine-react": "~3.0.2",
"@picovoice/porcupine-react": "~3.0.3",
"@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 @@ -1627,17 +1627,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/porcupine-react@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react/-/porcupine-react-3.0.2.tgz#fdab09b85d02bed950821a3b9b73f18b34e4d2fd"
integrity sha512-DqEKf9wvBTOozzeSKWkja27iZ11RBWK9BJ+QVOq2qHbI2lrfmG1QPvMRLF4llk+IfUB+znwH404SInpaU2BE7w==
"@picovoice/porcupine-react@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-react/-/porcupine-react-3.0.3.tgz#1739ca1f9bdfa73f327c6bf2ba8cef395643d71f"
integrity sha512-MPRxDZvBJC4BoeS4tOhvXzlCrLeVJWzBWeSV4hXwBZbGWiy2st7HnzdrvEiV4X7fk2e/+9lefH4UUCrPYwAnpg==
dependencies:
"@picovoice/porcupine-web" "=3.0.2"
"@picovoice/porcupine-web" "=3.0.3"

"@picovoice/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
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/porcupine-vue": "~3.0.2",
"@picovoice/porcupine-vue": "~3.0.3",
"@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/porcupine-vue@~3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-vue/-/porcupine-vue-3.0.2.tgz#4cc5d341210144b04f5b00064028981bdb6e0114"
integrity sha512-4SP0pQBmtbz8cpUWJY9tm0k/Y1X+0hkJaBzTeNj7LQxhPV6Lm5Dv+UiR1pBlG93yJ43YmotNuUvkI4qgEN+duw==
"@picovoice/porcupine-vue@~3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-vue/-/porcupine-vue-3.0.3.tgz#e54254adeec31cf272d69a44852d41472ba2b008"
integrity sha512-PTbuSy5aPvEFbkzm4J/suPW6l0cvtoVt0FJBxxTzPk/5AtuAOYVltWVbPsMD7h6F8FWkgzA2CFfXBjlfsyqHDQ==
dependencies:
"@picovoice/porcupine-web" "=3.0.2"
"@picovoice/porcupine-web" "=3.0.3"

"@picovoice/porcupine-web@=3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.2.tgz#ad023df0fdd9f09b1b87b68e2bfa4ebd7b69974f"
integrity sha512-AlcrQD4pF1OgYKyUSNf/RREwH+UZJhjHCGam6F+Vd7w8625oM2/uGDaM605/0rEQz5yG9DcrVMxBSX5MwFpjEQ==
"@picovoice/porcupine-web@=3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.3.tgz#c89a53653fa4331bcd30911f4c1fe68b6c040a56"
integrity sha512-xVFR0TO0FwM/pumxMxevP550yj9JFlmJuaFgT0CHXjtsInqBrBTZHdJDoj8f5qTHZ4khffh1lW4kiPYf2g8dBQ==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down

0 comments on commit 5481ac4

Please sign in to comment.