Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Oct 13, 2024
1 parent b25ba61 commit 9a36e85
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 61 deletions.
8 changes: 1 addition & 7 deletions doc/interfaces/IceOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,9 @@
***

### turnSsl?

> `optional` **turnSsl**: `boolean`
***

### turnTransport?

> `optional` **turnTransport**: `string`
> `optional` **turnTransport**: `"tcp"` \| `"udp"`
***

Expand Down
6 changes: 6 additions & 0 deletions doc/interfaces/PeerConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ ms
***

### forceTurnTCP

> **forceTurnTCP**: `boolean`
***

### headerExtensions

> **headerExtensions**: `Partial`\<`object`\>
Expand Down
96 changes: 50 additions & 46 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"upgrade-interactive": "npx npm-check-updates -i"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@types/node": "^20.10.6",
"knip": "^3.9.0",
"node-actionlint": "^1.2.2",
Expand Down
8 changes: 1 addition & 7 deletions packages/ice/doc/interfaces/IceOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,9 @@
***

### turnSsl?

> `optional` **turnSsl**: `boolean`
***

### turnTransport?

> `optional` **turnTransport**: `string`
> `optional` **turnTransport**: `"udp"` \| `"tcp"`
***

Expand Down

0 comments on commit 9a36e85

Please sign in to comment.