@ekwoka/spotify-api
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -14,2 +14,3 @@ export { albumIsSaved } from './albums/albumIsSaved'; | ||
export { addToQueue } from './player/addToQueue'; | ||
export { currentlyPlayingTrack } from './player/currentlyPlayingTrack'; | ||
export { recentlyPlayedTracks } from './player/recentlyPlayedTracks'; | ||
@@ -32,2 +33,3 @@ export { getPlaylist } from './playlists/getPlaylist'; | ||
export type { Artist, ArtistStub } from './artists/types'; | ||
export type { CurrentlyPlayingTrack } from './player/currentlyPlayingTrack'; | ||
export type { RecentlyPlayedTrackList } from './player/recentlyPlayedTracks'; | ||
@@ -34,0 +36,0 @@ export type { Context } from './player/types'; |
@@ -14,2 +14,3 @@ export { albumIsSaved } from './albums/albumIsSaved'; | ||
export { addToQueue } from './player/addToQueue'; | ||
export { currentlyPlayingTrack } from './player/currentlyPlayingTrack'; | ||
export { recentlyPlayedTracks } from './player/recentlyPlayedTracks'; | ||
@@ -16,0 +17,0 @@ export { getPlaylist } from './playlists/getPlaylist'; |
export { addToQueue } from './addToQueue'; | ||
export { currentlyPlayingTrack } from './currentlyPlayingTrack'; | ||
export { recentlyPlayedTracks } from './recentlyPlayedTracks'; | ||
export type { CurrentlyPlayingTrack } from './currentlyPlayingTrack'; | ||
export type { RecentlyPlayedTrackList } from './recentlyPlayedTracks'; | ||
export type { Context } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
export { addToQueue } from './addToQueue'; | ||
export { currentlyPlayingTrack } from './currentlyPlayingTrack'; | ||
export { recentlyPlayedTracks } from './recentlyPlayedTracks'; |
export { fetchOptions, makeAuthURL, refreshToken, tokensFromCode, } from './auth'; | ||
export { resetCache, setToken, spotifyApiClient } from './core'; | ||
export { albumIsSaved, addToQueue, getAlbum, getAlbums, getAlbumTracks, getArtist, getArtists, getCurrentUser, getPlaylist, getRecommendations, getSavedAlbums, getTopItems, getUserProfile, getUsersPlaylists, newReleases, recentlyPlayedTracks, removeAlbums, removeTracks, saveAlbums, saveTracks, search, trackIsSaved, } from './endpoints'; | ||
export { albumIsSaved, addToQueue, currentlyPlayingTrack, getAlbum, getAlbums, getAlbumTracks, getArtist, getArtists, getCurrentUser, getPlaylist, getRecommendations, getSavedAlbums, getTopItems, getUserProfile, getUsersPlaylists, newReleases, recentlyPlayedTracks, removeAlbums, removeTracks, saveAlbums, saveTracks, search, trackIsSaved, } from './endpoints'; | ||
export { spotifyFetch } from './utils/spotifyFetch'; | ||
@@ -5,0 +5,0 @@ export type { RefreshedToken, SpotifyTokens } from './auth'; |
export { fetchOptions, makeAuthURL, refreshToken, tokensFromCode, } from './auth'; | ||
export { resetCache, setToken, spotifyApiClient } from './core'; | ||
export { albumIsSaved, addToQueue, getAlbum, getAlbums, getAlbumTracks, getArtist, getArtists, getCurrentUser, getPlaylist, getRecommendations, getSavedAlbums, getTopItems, getUserProfile, getUsersPlaylists, newReleases, recentlyPlayedTracks, removeAlbums, removeTracks, saveAlbums, saveTracks, search, trackIsSaved, } from './endpoints'; | ||
export { albumIsSaved, addToQueue, currentlyPlayingTrack, getAlbum, getAlbums, getAlbumTracks, getArtist, getArtists, getCurrentUser, getPlaylist, getRecommendations, getSavedAlbums, getTopItems, getUserProfile, getUsersPlaylists, newReleases, recentlyPlayedTracks, removeAlbums, removeTracks, saveAlbums, saveTracks, search, trackIsSaved, } from './endpoints'; | ||
export { spotifyFetch } from './utils/spotifyFetch'; |
@@ -16,3 +16,3 @@ { | ||
"license": "MIT", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Composable Wrapper for the Spotify Web Api and Spotify Web Playback SDK", | ||
@@ -30,17 +30,18 @@ "repository": "github:ekwoka/spotify-api", | ||
"devDependencies": { | ||
"@types/node": "^18.7.13", | ||
"@typescript-eslint/eslint-plugin": "^5.35.1", | ||
"@typescript-eslint/parser": "^5.35.1", | ||
"@vitest/coverage-c8": "^0.22.1", | ||
"esbuild": "^0.15.5", | ||
"eslint": "^8.23.0", | ||
"@types/node": "^18.8.4", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"@vitest/coverage-c8": "^0.24.1", | ||
"esbuild": "^0.15.10", | ||
"eslint": "^8.25.0", | ||
"gzip-size": "^7.0.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.7.1", | ||
"pretty-bytes": "^6.0.0", | ||
"typescript": "^4.8.2", | ||
"undici": "^5.10.0", | ||
"vite": "^3.0.9", | ||
"vitest": "^0.22.1" | ||
"typescript": "^4.8.4", | ||
"undici": "^5.11.0", | ||
"vite": "^3.1.7", | ||
"vitest": "^0.24.1" | ||
}, | ||
@@ -51,2 +52,11 @@ "prettier": { | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,mjs}": [ | ||
"eslint --fix", | ||
"prettier --write" | ||
], | ||
"*.{json,md,mdx,html,css,scss,less,graphql,yml,yaml}": [ | ||
"prettier --write" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -53,0 +63,0 @@ "size": "node scripts/esbuild.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
119147
197
1651
16