Comparing version 0.2.17 to 0.2.18
@@ -83,3 +83,3 @@ #!/usr/bin/env ts-node | ||
let latest = ~~(res.data.version.split('.').join('')); | ||
if (latest > version) return logger.error(`A new version of Discotify is avalible\nPlease get the latest version from: https://www.npmjs.com/package/discotify or use npm install -g discotify@latest`); | ||
if (latest > version) return logger.error(`A new version of Discotify is avalible\nPlease get the latest version from: https://www.npmjs.com/package/discotify`); | ||
return logger.info(`Discotify is up-to-date using v${sVersion}`); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "discotify", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"description": "Discord Rich Presence for spotify in TypeScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://kurozero.xyz", |
@@ -1,2 +0,2 @@ | ||
# discotify `0.2.17` | ||
# discotify `0.2.18` | ||
Spotify Rich Presence for Discord in TypeScript<br/> | ||
@@ -6,3 +6,3 @@ *shows your currently playing song as a fancy rich presence in Discord* | ||
Install globally with:<br/> | ||
`npm install -g discotify@0.2.17` | ||
`npm install -g discotify@0.2.18` | ||
@@ -9,0 +9,0 @@ ## Requirements |
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
49838