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

v3.0 web ui release #624

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions .github/workflows/angular-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local Angular SDK
run: yarn && yarn build
working-directory: binding/angular

- name: Run Binding Linter
run: yarn && yarn lint
working-directory: binding/angular
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/angular-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local Angular SDK
run: yarn && yarn build
working-directory: binding/angular

- name: Pre-build dependencies
run: npm install yarn --force

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Install dependencies
run: yarn install

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/react-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local React SDK
run: yarn && yarn build
working-directory: binding/react

- name: Run Binding Linter
run: yarn && yarn lint
working-directory: binding/react
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/react-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local React SDK
run: yarn && yarn build
working-directory: binding/react

- name: Install dependencies
run: yarn install

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Install dependencies
run: yarn install

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/vue-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local Vue SDK
run: yarn && yarn build
working-directory: binding/vue

- name: Run Binding Linter
run: yarn && yarn lint
working-directory: binding/vue
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/vue-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Build Local Vue SDK
run: yarn && yarn build
working-directory: binding/vue

- name: Install dependencies
run: yarn install

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Pre-build dependencies
run: npm install yarn

- name: Build Local Web SDK
run: yarn && yarn copywasm && yarn build
working-directory: binding/web

- name: Install dependencies
run: yarn install

Expand Down
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": "file:../web",
"@picovoice/rhino-web": "=3.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand Down
2 changes: 1 addition & 1 deletion binding/angular/projects/rhino-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/rhino-web": "file:../../../web",
"@picovoice/rhino-web": "=3.0.0",
"tslib": "^2.3.0"
}
}
4 changes: 3 additions & 1 deletion binding/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1662,8 +1662,10 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@picovoice/rhino-web@file:../web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion binding/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"react-dom": ">=17"
},
"dependencies": {
"@picovoice/rhino-web": "file:../web"
"@picovoice/rhino-web": "=3.0.0"
}
}
4 changes: 3 additions & 1 deletion binding/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@file:../web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion binding/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"vue": "^2.6.11 || ^3.0.0"
},
"dependencies": {
"@picovoice/rhino-web": "file:../web"
"@picovoice/rhino-web": "=3.0.0"
}
}
4 changes: 3 additions & 1 deletion binding/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-web@file:../web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
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": "../../binding/angular/dist/rhino-angular",
"@picovoice/rhino-angular": "~3.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
Expand Down
10 changes: 7 additions & 3 deletions demo/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,14 +1534,18 @@
read-package-json-fast "^3.0.0"
which "^3.0.0"

"@picovoice/rhino-angular@../../binding/angular/dist/rhino-angular":
"@picovoice/rhino-angular@~3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-angular/-/rhino-angular-3.0.0.tgz#995a9b43e787a9798bcff6ca6fbf224a7bff3ed9"
integrity sha512-ziYTqecktU0Qpi76ROLC0iHjAhVXaiHO5/28V00GiDJtjU9dt1CPBbomd5n0pVTnEarotc1RLBt9BaEbnLshcg==
dependencies:
"@picovoice/rhino-web" "file:../../../../../.cache/yarn/v6/npm-@picovoice-rhino-angular-3.0.0-2e47461b-913f-4f44-b38f-13afc7a68eda-1697758280091/web"
"@picovoice/rhino-web" "=3.0.0"
tslib "^2.3.0"

"@picovoice/rhino-web@file:../../binding/web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
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": "../../binding/react",
"@picovoice/rhino-react": "~3.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
Expand Down
10 changes: 7 additions & 3 deletions demo/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1545,13 +1545,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-react@../../binding/react":
"@picovoice/rhino-react@~3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react/-/rhino-react-3.0.0.tgz#7deeec441e086efd1496a9a82a0853b423f18a6a"
integrity sha512-zPZh6o2YjOS/rlvgUoqbElEGy3Rxr2S5lXCP7gybqZMfQ74xT2BEG51hXg4Bnkp5F++HN8Z9M1CYVckRCsV28Q==
dependencies:
"@picovoice/rhino-web" "file:../../../../../.cache/yarn/v6/npm-@picovoice-rhino-react-3.0.0-39bfe464-7ec1-4fbf-8d9e-0167d1dfe41b-1697758420673/node_modules/@picovoice/web"
"@picovoice/rhino-web" "=3.0.0"

"@picovoice/rhino-web@file:../../binding/web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
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": "../../binding/vue",
"@picovoice/rhino-vue": "~3.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"vue": "^3.2.45"
},
Expand Down
10 changes: 7 additions & 3 deletions demo/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/rhino-vue@../../binding/vue":
"@picovoice/rhino-vue@~3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-vue/-/rhino-vue-3.0.0.tgz#062c8945c2fbb872527c5eba9e7e37708716c8e0"
integrity sha512-AywZoaT9ps/C5xH3+6EDH4MSv5jZ2E4PYtsu7rJvsFVdgruV9kamUf828timHsg1VAA/HtXsDLLR9lpeHHw49Q==
dependencies:
"@picovoice/rhino-web" "file:../../../../../.cache/yarn/v6/npm-@picovoice-rhino-vue-3.0.0-98b8eb03-2b2f-4cc6-834d-63f9d807ebed-1697758537488/node_modules/@picovoice/web"
"@picovoice/rhino-web" "=3.0.0"

"@picovoice/rhino-web@file:../../binding/web":
"@picovoice/rhino-web@=3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-web/-/rhino-web-3.0.0.tgz#d3cf3a4d4062726e2f7be5926122e8833e8857a7"
integrity sha512-P0sA19lpuh1szkzXgfRxR1bhldoLqkfQP0Ok9uViZYYfX6jcknEziYhNIiAqGdVOexuPbXupAmNsTAru7FfuqQ==
dependencies:
"@picovoice/web-utils" "=1.3.1"

Expand Down
Loading