Skip to content

Commit

Permalink
3.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 18, 2023
1 parent 553ef36 commit d7bee8a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,11 @@
# Changelog


### NEXT
### 3.13.12

* worker: Disable `RtcLogger` usage if not enabled ([PR #1264](https://github.com/versatica/mediasoup/pull/1264)).
* npm installation: Don't require Python if valid worker prebuilt binary is fetched ([PR #1265](https://github.com/versatica/mediasoup/pull/1265)).
* Update h264-profile-level-id NPM dependency to 1.1.0.


### 3.13.11
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.13.11",
"version": "3.13.12",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
Expand Down Expand Up @@ -99,7 +99,7 @@
"dependencies": {
"debug": "^4.3.4",
"flatbuffers": "^23.5.26",
"h264-profile-level-id": "^1.0.2",
"h264-profile-level-id": "^1.1.0",
"node-fetch": "^3.3.2",
"supports-color": "^9.4.0",
"tar": "^6.2.0"
Expand All @@ -108,10 +108,10 @@
"@octokit/rest": "^20.0.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"marked": "^11.1.0",
Expand Down

0 comments on commit d7bee8a

Please sign in to comment.