@curium.rocks/openweathermap-client
Advanced tools
Comparing version 0.1.1-alpha.6 to 0.1.1-alpha.7
@@ -1,10 +0,10 @@ | ||
import { CityWeather } from "./models/cityWeather"; | ||
import { CurrentRequest } from "./requests/currentRequest"; | ||
import { CurrentWeatherApi } from "./currentWeatherApi"; | ||
import { MultiCityResponse } from "./responses/multiCityResponse"; | ||
import { PollutionApi } from "./pollutionApi"; | ||
import { AirPollutionRequest } from "./requests/airPollutionRequest"; | ||
import { AirPollutionResponse } from "./responses/airPollutionResponse"; | ||
import { OwmClient } from "./owmClient"; | ||
import { OneCallApi } from "./oneCallApi"; | ||
export { CurrentRequest, CityWeather, CurrentWeatherApi, MultiCityResponse, PollutionApi, AirPollutionResponse, AirPollutionRequest, OwmClient, OneCallApi }; | ||
export { CityWeather } from "./models/cityWeather"; | ||
export { CurrentRequest } from "./requests/currentRequest"; | ||
export { CurrentWeatherApi } from "./currentWeatherApi"; | ||
export { MultiCityResponse } from "./responses/multiCityResponse"; | ||
export { PollutionApi } from "./pollutionApi"; | ||
export { AirPollutionRequest } from "./requests/airPollutionRequest"; | ||
export { AirPollutionResponse } from "./responses/airPollutionResponse"; | ||
export { OwmClient } from "./owmClient"; | ||
export { OneCallApi } from "./oneCallApi"; | ||
export { OneCallApiResponse } from './responses/oneCallApiResponse'; |
{ | ||
"name": "@curium.rocks/openweathermap-client", | ||
"version": "0.1.1-alpha.6", | ||
"version": "0.1.1-alpha.7", | ||
"description": "A typescript client for the OpenWeatherMap APIs", | ||
@@ -5,0 +5,0 @@ "main": "build/src/lib.js", |
Sorry, the diff of this file is not supported yet
47851