openweathermap-api-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.1...v1.0.2) (2018-07-26) | ||
### Bug Fixes | ||
* **types:** changes forecast response type to return list as array ([bfe3bcc](https://github.com/tdolsen/openweathermap-api-client/commit/bfe3bcc)) | ||
## [1.0.1](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.0...v1.0.1) (2018-07-26) | ||
@@ -2,0 +9,0 @@ |
@@ -119,3 +119,3 @@ import { AxiosInstance } from "axios"; | ||
}; | ||
}; | ||
}[]; | ||
} | ||
@@ -122,0 +122,0 @@ export declare type Response<T extends Endpoint> = T extends Endpoint.Forecast ? ForecastResponse : T extends Endpoint.Weather ? WeatherResponse : never; |
{ | ||
"name": "openweathermap-api-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Promise based API client for getting weather data and forecasts from openweathermap.org", | ||
@@ -5,0 +5,0 @@ "author": "Torkild Dyvik Olsen", |
@@ -187,3 +187,3 @@ import { AxiosInstance } from "axios"; | ||
}; | ||
}; | ||
}[]; | ||
} | ||
@@ -190,0 +190,0 @@ |
210495