cody-music
Advanced tools
Comparing version 2.9.34 to 2.9.35
@@ -13,13 +13,10 @@ "use strict"; | ||
const spotifyClient = axios_1.default.create({ | ||
baseURL: exports.SPOTIFY_ROOT_API, | ||
timeout: 5000 | ||
baseURL: exports.SPOTIFY_ROOT_API | ||
}); | ||
const spotifyAccountClient = axios_1.default.create({ | ||
baseURL: "https://accounts.spotify.com", | ||
headers: { "Content-Type": "application/x-www-form-urlencoded" }, | ||
timeout: 5000 | ||
headers: { "Content-Type": "application/x-www-form-urlencoded" } | ||
}); | ||
const itunesSearchClient = axios_1.default.create({ | ||
baseURL: "https://itunes.apple.com", | ||
timeout: 5000 | ||
baseURL: "https://itunes.apple.com" | ||
}); | ||
@@ -26,0 +23,0 @@ // genres |
@@ -10,13 +10,10 @@ import axios, { AxiosInstance } from "axios"; | ||
const spotifyClient: AxiosInstance = axios.create({ | ||
baseURL: SPOTIFY_ROOT_API, | ||
timeout: 5000 | ||
baseURL: SPOTIFY_ROOT_API | ||
}); | ||
const spotifyAccountClient: AxiosInstance = axios.create({ | ||
baseURL: "https://accounts.spotify.com", | ||
headers: { "Content-Type": "application/x-www-form-urlencoded" }, | ||
timeout: 5000 | ||
headers: { "Content-Type": "application/x-www-form-urlencoded" } | ||
}); | ||
const itunesSearchClient: AxiosInstance = axios.create({ | ||
baseURL: "https://itunes.apple.com", | ||
timeout: 5000 | ||
baseURL: "https://itunes.apple.com" | ||
}); | ||
@@ -23,0 +20,0 @@ |
{ | ||
"name": "cody-music", | ||
"version": "2.9.34", | ||
"version": "2.9.35", | ||
"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", |
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
602771
14761