Skip to content

Commit

Permalink
chore(deps): update to @mafalda-sfu/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mafalda-bot committed Feb 6, 2024
1 parent 3605a76 commit 15a53c2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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": "@mafalda-sfu/mediasoup-ortc",
"version": "3.13.17",
"version": "3.13.18",
"description": "ORTC helper functions extracted from Mediasoup",
"exports": {
".": "./lib/ortc.js",
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://mafalda.io/Mediasoup-ORTC",
"dependencies": {
"@mafalda-sfu/scalabilitymodes": "^3.13.16",
"@mafalda-sfu/scalabilitymodes": "^3.13.18",
"h264-profile-level-id": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.11.10",
"@types/node": "^20.11.16",
"tar-stream": "^3.1.7",
"typescript": "^5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"strict": true,
"outDir": "lib",
"declaration": true,
"declarationMap": true,
"declarationMap": true
},
"include": ["src"],
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"fallbackPolling": "dynamicPriority",
"synchronousWatchDirectory": true,
},
"synchronousWatchDirectory": true
}
}

0 comments on commit 15a53c2

Please sign in to comment.