Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Jul 26, 2022
1 parent ca83544 commit 1c9e831
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mse-audio-wrapper",
"version": "1.4.6",
"version": "1.4.7",
"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 @@ -43,7 +43,7 @@
"url": "https://github.com/sponsors/eshaz"
},
"dependencies": {
"codec-parser": "2.1.0"
"codec-parser": "2.2.0"
},
"devDependencies": {
"prettier": "^2.7.1"
Expand Down
1 change: 1 addition & 0 deletions src/MSEAudioWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default class MSEAudioWrapper {
},
onCodecUpdate: options.onCodecUpdate,
enableLogging: options.enableLogging,
enableFrameCRC32: false
});
}

Expand Down

0 comments on commit 1c9e831

Please sign in to comment.