Skip to content

Commit 02a5609

Browse files
committed
fix FfprobeData.format.tags type, bump version
1 parent 86d7799 commit 02a5609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ declare namespace Ffmpeg {
178178
size?: number;
179179
bit_rate?: number;
180180
probe_score?: number;
181-
tags?: any[];
181+
tags?: Record<string, unknown>;
182182
}
183183

184184
interface ScreenshotsConfig {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descript/fluent-ffmpeg",
3-
"version": "2.1.2-descript.4",
3+
"version": "2.1.2-descript.5",
44
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
55
"keywords": [
66
"ffmpeg"

0 commit comments

Comments
 (0)