Comparing version 0.0.92 to 0.0.93
@@ -6,3 +6,3 @@ { | ||
"name": "libmuse", | ||
"version": "0.0.92", | ||
"version": "0.0.93", | ||
"description": "A library to interact with the YouTube Music (InnerTube) api.", | ||
@@ -9,0 +9,0 @@ "tags": [ |
@@ -8,3 +8,3 @@ import { AlbumHeader } from "../parsers/albums.js"; | ||
export { is_ranked } from "../parsers/browsing.js"; | ||
export type { Category, ExploreContents, FlatSong, MixedContent, MixedItem, ParsedAlbum, ParsedMoodOrGenre, ParsedPlaylist, ParsedSong, ParsedVideo, Ranked, RelatedArtist, WatchPlaylist, } from "../parsers/browsing.js"; | ||
export type { Category, ExploreContents, FlatSong, MixedContent, MixedItem, Mood, ParsedAlbum, ParsedMoodOrGenre, ParsedPlaylist, ParsedSong, ParsedVideo, Ranked, RelatedArtist, WatchPlaylist, } from "../parsers/browsing.js"; | ||
export type { AudioFormat, Format, LikeStatus, VideoFormat, } from "../parsers/songs.js"; | ||
@@ -11,0 +11,0 @@ export type { ArtistRun, Thumbnail }; |
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
888277