Skip to content

Commit

Permalink
fix FfprobeData.format.tags type, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello3d committed Jul 3, 2024
1 parent 86d7799 commit 02a5609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ declare namespace Ffmpeg {
size?: number;
bit_rate?: number;
probe_score?: number;
tags?: any[];
tags?: Record<string, unknown>;
}

interface ScreenshotsConfig {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descript/fluent-ffmpeg",
"version": "2.1.2-descript.4",
"version": "2.1.2-descript.5",
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
"keywords": [
"ffmpeg"
Expand Down

0 comments on commit 02a5609

Please sign in to comment.