Skip to content

Commit

Permalink
verup
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Jan 10, 2025
1 parent 912c37f commit 00b8d03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 packages/webrtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "werift",
"version": "0.21.5",
"version": "0.21.6",
"description": "WebRTC Implementation for TypeScript (Node.js)",
"keywords": [
"WebRTC",
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc/src/peerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
import { RTCDataChannel, RTCDataChannelParameters } from "./dataChannel";
import { EventTarget, enumerate } from "./helper";
import { type Address, Event, type InterfaceAddresses } from "./imports/common";
import type { Profile } from "./imports/rtp";
import type { CandidatePair, Message, Protocol } from "./imports/ice";
import type { Profile } from "./imports/rtp";
import {
type Direction,
MediaStream,
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc/src/transport/dtls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from "../imports/dtls";
import type { IceConnection } from "../imports/ice";
import {
Profile,
type Profile,
type RtcpPacket,
RtcpPacketConverter,
type RtpHeader,
Expand Down

0 comments on commit 00b8d03

Please sign in to comment.