@qodestack/dl-yt-playlist
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -7,3 +7,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"publishConfig": { | ||
@@ -10,0 +10,0 @@ "access": "public" |
@@ -1836,3 +1836,3 @@ import {$} from 'bun' | ||
).reduce<string[]>((acc, [id, fileName]) => { | ||
if (metadataJsonObj[id]) acc.push(fileName) | ||
if (!metadataJsonObj[id]) acc.push(fileName) | ||
return acc | ||
@@ -1844,3 +1844,3 @@ }, []) | ||
).reduce<string[]>((acc, [id, fileName]) => { | ||
if (metadataJsonObj[id]) acc.push(fileName) | ||
if (!metadataJsonObj[id]) acc.push(fileName) | ||
return acc | ||
@@ -1847,0 +1847,0 @@ }, []) |
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
192999