Comparing version 0.4.1 to 0.4.2
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.4.2"></a> | ||
## [0.4.2](https://github.com/ShyykoSerhiy/spotilocal/compare/v0.4.1...v0.4.2) (2017-09-25) | ||
<a name="0.4.1"></a> | ||
@@ -7,0 +12,0 @@ ## [0.4.1](https://github.com/ShyykoSerhiy/spotilocal/compare/v0.4.0...v0.4.1) (2017-09-25) |
@@ -41,3 +41,3 @@ import * as request from 'superagent'; | ||
/** | ||
* Gets spotilocal api url with port in range 4370-4380. | ||
* Gets spotilocal api url with port in range 4370-4389. | ||
*/ | ||
@@ -44,0 +44,0 @@ static getSpotilocalUrl(): Promise<string>; |
@@ -131,3 +131,3 @@ "use strict"; | ||
/** | ||
* Gets spotilocal api url with port in range 4370-4380. | ||
* Gets spotilocal api url with port in range 4370-4389. | ||
*/ | ||
@@ -137,3 +137,3 @@ Spotilocal.getSpotilocalUrl = function () { | ||
var tryGetSpotilocalVersion = function (port) { | ||
if (port > 4380) { | ||
if (port > 4389) { | ||
reject(exports.SPOTILOCAL_IS_NOT_RUNNING); | ||
@@ -140,0 +140,0 @@ return; |
{ | ||
"name": "spotilocal", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Unofficial api for Spotify's local web server.", | ||
@@ -9,3 +9,3 @@ "main": "dist/src/index.js", | ||
"test": "./node_modules/typescript/bin/tsc && mocha \"dist/test/**/*.js\"", | ||
"release": "standard-version" | ||
"release": "yarn test && standard-version" | ||
}, | ||
@@ -12,0 +12,0 @@ "keywords": [ |
237253