spotify-uri
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -104,2 +104,2 @@ declare abstract class SpotifyUri { | ||
export { ParsedSpotifyUri, formatEmbedURL, formatOpenURL, formatPlayURL, formatURI, parse }; | ||
export { Album, Artist, Episode, Local, ParsedSpotifyUri, Playlist, Search, Track, User, formatEmbedURL, formatOpenURL, formatPlayURL, formatURI, parse }; |
@@ -22,2 +22,10 @@ var __defProp = Object.defineProperty; | ||
__export(src_exports, { | ||
Album: () => Album, | ||
Artist: () => Artist, | ||
Episode: () => Episode, | ||
Local: () => Local, | ||
Playlist: () => Playlist, | ||
Search: () => Search, | ||
Track: () => Track, | ||
User: () => User, | ||
formatEmbedURL: () => formatEmbedURL, | ||
@@ -325,2 +333,10 @@ formatOpenURL: () => formatOpenURL, | ||
0 && (module.exports = { | ||
Album, | ||
Artist, | ||
Episode, | ||
Local, | ||
Playlist, | ||
Search, | ||
Track, | ||
User, | ||
formatEmbedURL, | ||
@@ -327,0 +343,0 @@ formatOpenURL, |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/TooTallNate/spotify-uri#readme", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "./dist/index.js", | ||
@@ -8,0 +8,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
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
28659
716