Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
feat: update to soundswallower 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jan 26, 2023
1 parent 0127f46 commit 1e7c443
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"assets": [
"src/assets",
{
"glob": "soundswallower.wasm",
"glob": "soundswallower.web.wasm",
"input": "./node_modules/soundswallower",
"output": "."
},
Expand Down Expand Up @@ -123,7 +123,7 @@
"assets": [
"src/favicon.ico",
{
"glob": "soundswallower.wasm",
"glob": "soundswallower.web.wasm",
"input": "./node_modules/soundswallower",
"output": "."
},
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
"@angular/platform-browser": "^15.1.1",
"@angular/platform-browser-dynamic": "^15.1.1",
"@angular/router": "^15.1.1",
"@types/emscripten": "^1.39.6",
"angular-shepherd": "^14.0.0",
"bootstrap": "^5.2.3",
"ngx-toastr": "^15.0.0",
"rxjs": "~7.5.0",
"soundswallower": "^0.5.0",
"soundswallower": "^0.6.0",
"standardized-audio-context": "^25.3.36",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down

0 comments on commit 1e7c443

Please sign in to comment.