Skip to content
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
6 changes: 0 additions & 6 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************** REMOVE AFTER RELEASE ********************
- name: Build Web SDK
run: yarn install && yarn copywasm && yarn build
working-directory: binding/web
# ************** REMOVE AFTER RELEASE ********************

- name: Install dependencies
run: yarn install
2 changes: 1 addition & 1 deletion demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/eagle-web": "../../binding/web",
"@picovoice/eagle-web": "2.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"mime-types": "^2.1.35"
},
Expand Down
4 changes: 3 additions & 1 deletion demo/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==

"@picovoice/eagle-web@../../binding/web":
"@picovoice/eagle-web@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/eagle-web/-/eagle-web-2.0.0.tgz#1253b30ee74b0eacc4e2e9a57f4372aadb9529e4"
integrity sha512-hifG0nkTbb9HyzPdm3rwiqZafq/CjPBOWatRNWDArbor4doUpLXCvRATNB7zYG5GRaoo7l/c+MExnaLBWgC2cA==
dependencies:
"@picovoice/web-utils" "=1.4.3"

Expand Down