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 2a8623c commit fe1a8f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1",
"version": "0.21.2",
"description": "WebRTC Implementation for TypeScript (Node.js)",
"keywords": [
"WebRTC",
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc/src/nonstandard/recorder/writer/webm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { unlink } from "fs/promises";
import { EventDisposer, Event } from "../../../imports/common";
import { Event, EventDisposer } from "../../../imports/common";

import { MediaWriter } from ".";
import { type MediaStreamTrack, WeriftError } from "../../..";
Expand Down

0 comments on commit fe1a8f1

Please sign in to comment.