@qodestack/dl-yt-playlist
Advanced tools
Comparing version 5.6.0 to 5.7.0
@@ -60,2 +60,3 @@ // Generated by dts-bundle-generator v8.1.2 | ||
type: "downloadThumbnail"; | ||
url: string; | ||
status: number; | ||
@@ -62,0 +63,0 @@ statusText: string; |
@@ -7,3 +7,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "5.6.0", | ||
"version": "5.7.0", | ||
"publishConfig": { | ||
@@ -10,0 +10,0 @@ "access": "public" |
@@ -92,2 +92,3 @@ import {$} from 'bun' | ||
type: 'downloadThumbnail' | ||
url: string | ||
status: number | ||
@@ -1437,2 +1438,3 @@ statusText: string | ||
type: 'downloadThumbnail', | ||
url, | ||
status: res.status, | ||
@@ -1439,0 +1441,0 @@ statusText: res.statusText, |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178311
3994