Skip to content

Commit d597dd6

Browse files
Bump @roamhq/wrtc from 0.9.1 to 0.10.0 in the npm group (#332)
Bumps the npm group with 1 update: [@roamhq/wrtc](https://github.com/WonderInventions/node-webrtc). Updates `@roamhq/wrtc` from 0.9.1 to 0.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/WonderInventions/node-webrtc/blob/develop/CHANGELOG.md"><code>@​roamhq/wrtc</code>'s changelog</a>.</em></p> <blockquote> <h1>0.10.0</h1> <h2>New Features</h2> <ul> <li>Update libwebrtc to M106!</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix segfault/abort during program cleanup; some destructors that relied on the V8 environment were being called after said environment had shut down. Forcing them to run earlier (on <code>pc.close()</code>) seems to fix things.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/75f1f55642d803ee558abd7f99b1915598ad21a0"><code>75f1f55</code></a> update README.md with M106</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/e1189caea48faa571f78e403e0d4eff847e15f6a"><code>e1189ca</code></a> v0.10.0 win32-x64</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/0bb7bc249957a79ed9c116819f3e622acb9b9338"><code>0bb7bc2</code></a> v0.10.0 linux-x64</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/dff2f810a00ec24d9613a945d26607cf3679a2b6"><code>dff2f81</code></a> v0.10.0 linux-arm64</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/50b491c746e6c7cca3253bbd803f1ae5a6479f46"><code>50b491c</code></a> v0.10.0 darwin-x64</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/48898050bc07483ee300c707e89d1f4b8bf65c3c"><code>4889805</code></a> v0.10.0 darwin-arm64</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/5d20ed10d16fc7253295f299e4028e2469724e09"><code>5d20ed1</code></a> v0.10.0 changelog</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/56ad93f9252590e16199d03f522968fc0b55c42d"><code>56ad93f</code></a> fix windows build</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/9a5da3b22e39a51d9c2f8655233cf4a65369b438"><code>9a5da3b</code></a> wip: Windows build with MSVC</li> <li><a href="https://github.com/WonderInventions/node-webrtc/commit/9571860cda0c23885331f3d7d7a46cca40a3601f"><code>9571860</code></a> fix RTCPeerConnection crashing on exit</li> <li>Additional commits viewable in <a href="https://github.com/WonderInventions/node-webrtc/compare/v0.9.1...v0.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@roamhq/wrtc&package-manager=npm_and_yarn&previous-version=0.9.1&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95ef5b2 commit d597dd6

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@cucumber/cucumber": "^12.7.0",
4444
"@parcel/packager-ts": "^2.16.4",
4545
"@parcel/transformer-typescript-types": "^2.16.4",
46-
"@roamhq/wrtc": "^0.9.1",
46+
"@roamhq/wrtc": "^0.10.0",
4747
"@types/node-fetch": "^2.6.11",
4848
"@types/ws": "^8.18.1",
4949
"node-fetch": "=2.7.0",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,41 +1028,41 @@
10281028
"@parcel/utils" "2.16.4"
10291029
nullthrows "^1.1.1"
10301030

1031-
"@roamhq/wrtc-darwin-arm64@0.9.1":
1032-
version "0.9.1"
1033-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-darwin-arm64/-/wrtc-darwin-arm64-0.9.1.tgz#b8602671763bc6d5ab67cd9446d88145154d971a"
1034-
integrity sha512-+g0+nLeZrsAeuzD663y9wbkRns8s/u5nMt/swiUa0G0mQaIRc7zSe77gRGd3E4lMgQ2VyUMV607SCM1OjVdmyg==
1035-
1036-
"@roamhq/wrtc-darwin-x64@0.9.1":
1037-
version "0.9.1"
1038-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-darwin-x64/-/wrtc-darwin-x64-0.9.1.tgz#201b4dba9868e9cf4e299349f4106b49c503b7db"
1039-
integrity sha512-W24zSe9s6c9Tu1owP8RHg7xqW/JRMl6TRAf8pLWGgXuIeI79jVx1A9MvKTlwLM4AAZmWY0rMHYOzJg6aTb+qkQ==
1040-
1041-
"@roamhq/wrtc-linux-arm64@0.9.1":
1042-
version "0.9.1"
1043-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-linux-arm64/-/wrtc-linux-arm64-0.9.1.tgz#c35b67304dcc16b25ab832d709d24e64fd8aa59a"
1044-
integrity sha512-PeXkYGNcojjXvpHbI+R/YIUUkTWVrFaS5iQD55iGYbGBcBzU23wzpK0x/TvCQ0Ok4gimK985tgHKimbsVrs2Yw==
1045-
1046-
"@roamhq/wrtc-linux-x64@0.9.1":
1047-
version "0.9.1"
1048-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-linux-x64/-/wrtc-linux-x64-0.9.1.tgz#58fdab71e2ccd2e6d5b0c47c97932b5fa6680c87"
1049-
integrity sha512-LuhzPdMM3i8vs/ifdj1F1pjpX2OhJSCWdh03UQXjRHoX+Fi1oJXiZRwKoVKu1BbsKCYfJ8m9jZB1ZU4Lhi8yHw==
1050-
1051-
"@roamhq/wrtc-win32-x64@0.9.1":
1052-
version "0.9.1"
1053-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-win32-x64/-/wrtc-win32-x64-0.9.1.tgz#4443aa7cf1453c8e8e3b404997cda823b64a36cd"
1054-
integrity sha512-xyxqCpHxp71MY/3LaFTj3WDvOnu8GaDht1M0LAIGamwkQUg45X/zkzbfeIS7g8f/ZvItAjFa6cUkSUuhK3/rGg==
1055-
1056-
"@roamhq/wrtc@^0.9.1":
1057-
version "0.9.1"
1058-
resolved "https://registry.yarnpkg.com/@roamhq/wrtc/-/wrtc-0.9.1.tgz#2f7de58d5967a2dffbae4ed23cf63ddf6da3d46c"
1059-
integrity sha512-WQH9DaN3kGv9+wxeRtxkSykmVQWl44VTX9XsMLmR5jtcsGxin+72U9uGlDjME0gwNNBHDKY3CgUGYI8ZYg8Jdw==
1031+
"@roamhq/wrtc-darwin-arm64@0.10.0":
1032+
version "0.10.0"
1033+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-darwin-arm64/-/wrtc-darwin-arm64-0.10.0.tgz#8fd9b6eb1c7189fa4f69becef7125d56c82398e4"
1034+
integrity sha512-vFdi79jWuPHcnUcnuOjTvyKtmY/RI2xRQo9Y6RsIjIlYePN/7LTy00c+Ivrz4prYAPbp0oHscl7PDV64VUqGTQ==
1035+
1036+
"@roamhq/wrtc-darwin-x64@0.10.0":
1037+
version "0.10.0"
1038+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-darwin-x64/-/wrtc-darwin-x64-0.10.0.tgz#c860caa6997552b7d7218635f9b587e6e3900f68"
1039+
integrity sha512-H6852g2xYCuaR+/TrthpdMafs4bMfAUEpvRDhsIguzrK7Dz+MKpNI8MkwdqJN8W65J+7w7k+YqXIkTHe7Fz/cg==
1040+
1041+
"@roamhq/wrtc-linux-arm64@0.10.0":
1042+
version "0.10.0"
1043+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-linux-arm64/-/wrtc-linux-arm64-0.10.0.tgz#088f411f1d33decf530d419e4f9dab997bcc3f18"
1044+
integrity sha512-fEuJbNjprxQG6QlFd2iqBW9x028RDSho6izVg7gyt8irdPiXWOxzOxNnYMs/B2fohBTd1wD4Qxfivl07/dCR8A==
1045+
1046+
"@roamhq/wrtc-linux-x64@0.10.0":
1047+
version "0.10.0"
1048+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-linux-x64/-/wrtc-linux-x64-0.10.0.tgz#709d91ee73b66c24825498a3c39fa18fc03dc0b0"
1049+
integrity sha512-H32lK2eFg3sVb/9nkHIX5HIisxFoS82Gpesuea+zqAyRpRzSd5NpFXx28bVy9wQyRrNtj8k0bTUgEzWRzSbYCA==
1050+
1051+
"@roamhq/wrtc-win32-x64@0.10.0":
1052+
version "0.10.0"
1053+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc-win32-x64/-/wrtc-win32-x64-0.10.0.tgz#ecc0f3dde8ecc8ed20263a315d385fea51af309f"
1054+
integrity sha512-wEVXMvLrBizdLyrd+Zc7zb7zpwUuHUBXwrdIvI69e3i/AA8YsVYI2xo/sxk6GoQ+o8a14ONc4SStDS35TCjg+w==
1055+
1056+
"@roamhq/wrtc@^0.10.0":
1057+
version "0.10.0"
1058+
resolved "https://registry.yarnpkg.com/@roamhq/wrtc/-/wrtc-0.10.0.tgz#eecdfdad778e75b42c5e9f66584872c7dff4155f"
1059+
integrity sha512-yFqQQ0EV1ZUHaphh3tmjoxPi2wzhW2vjmzoAVNRRLUjXYd2e1nvwi9TKfE2w4WNvNws/hBkouvOt23Xo9FkXkQ==
10601060
optionalDependencies:
1061-
"@roamhq/wrtc-darwin-arm64" "0.9.1"
1062-
"@roamhq/wrtc-darwin-x64" "0.9.1"
1063-
"@roamhq/wrtc-linux-arm64" "0.9.1"
1064-
"@roamhq/wrtc-linux-x64" "0.9.1"
1065-
"@roamhq/wrtc-win32-x64" "0.9.1"
1061+
"@roamhq/wrtc-darwin-arm64" "0.10.0"
1062+
"@roamhq/wrtc-darwin-x64" "0.10.0"
1063+
"@roamhq/wrtc-linux-arm64" "0.10.0"
1064+
"@roamhq/wrtc-linux-x64" "0.10.0"
1065+
"@roamhq/wrtc-win32-x64" "0.10.0"
10661066
domexception "^4.0.0"
10671067

10681068
"@swc/core-darwin-arm64@1.11.24":

0 commit comments

Comments
 (0)