cody-music
Advanced tools
Comparing version 1.3.0 to 1.3.1
export * from "./lib/apis"; | ||
export { PlayerName, PlayerDevice, SpotifyAudioFeature } from "./lib/models"; | ||
export { PlayerName, Track, TrackStatus, PlayerDevice, PlayerContext, SpotifyAudioFeature, PlayerType } from "./lib/models"; |
@@ -9,3 +9,7 @@ "use strict"; | ||
exports.PlayerName = models_1.PlayerName; | ||
exports.Track = models_1.Track; | ||
exports.TrackStatus = models_1.TrackStatus; | ||
exports.PlayerDevice = models_1.PlayerDevice; | ||
exports.PlayerContext = models_1.PlayerContext; | ||
exports.SpotifyAudioFeature = models_1.SpotifyAudioFeature; | ||
exports.PlayerType = models_1.PlayerType; |
10
index.ts
"use strict"; | ||
export * from "./lib/apis"; | ||
export { PlayerName, PlayerDevice, SpotifyAudioFeature } from "./lib/models"; | ||
export { | ||
PlayerName, | ||
Track, | ||
TrackStatus, | ||
PlayerDevice, | ||
PlayerContext, | ||
SpotifyAudioFeature, | ||
PlayerType | ||
} from "./lib/models"; |
{ | ||
"name": "cody-music", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
223530
5271