Skip to content

Commit

Permalink
chore: bump codec-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Apr 1, 2023
1 parent 23dd688 commit 8e0a5fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mse-audio-wrapper",
"version": "1.4.8",
"version": "1.4.9",
"description": "Library to enable Media Source Extensions API playback for unsupported audio containers and raw codecs",
"main": "src/MSEAudioWrapper.js",
"type": "module",
Expand Down Expand Up @@ -44,9 +44,9 @@
"url": "https://github.com/sponsors/eshaz"
},
"dependencies": {
"codec-parser": "2.2.1"
"codec-parser": "2.3.0"
},
"devDependencies": {
"prettier": "^2.8.6"
"prettier": "^2.8.7"
}
}

0 comments on commit 8e0a5fc

Please sign in to comment.