Skip to content

Commit

Permalink
⬆️ Upgrades audioworklet to fix bug with localdevice source
Browse files Browse the repository at this point in the history
  • Loading branch information
geekuillaume committed Sep 29, 2020
1 parent c5c8e5a commit 63dd098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundsync",
"version": "0.3.14-dev",
"version": "0.3.14-dev",
"description": "Plug virtual cables between any audio source and any speakers in your home",
"author": "Guillaume Besson <[email protected]>",
"main": "./entrypoint.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@koa/cors": "^3.0.0",
"@sentry/node": "^5.17.0",
"audioworklet": "5.0.0",
"audioworklet": "5.0.1",
"auto-launch": "^5.0.5",
"bonjour": "^3.5.0",
"castv2-client": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

[email protected].0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/audioworklet/-/audioworklet-5.0.0.tgz#300dd8365fc4ffe7446c88355156ad6492b8f09e"
integrity sha512-auWsCTj/ukbPYzBHp8vAeY6RwgZDnW9xrhGVCRrOgBv4zDb+RXDQudAg3RKN+dYwRZP/qT1EkE6W1ebSqllTDg==
[email protected].1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/audioworklet/-/audioworklet-5.0.1.tgz#4f2ad7e388dca9f1e8a6c1eab4b78dd13ddebcc4"
integrity sha512-JoZxrVNYuAWk0SoCZpPq6qNrD9QC9MTwaCY37BHqyxdKeH25s6azSg3uJyO3aIkr8xQXCqpSyfZMb9aBYzFdRA==
dependencies:
bindings "^1.5.0"
cmake-js "^6.1.0"
Expand Down

0 comments on commit 63dd098

Please sign in to comment.