@idm-plugin/meteo2 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,6 +41,7 @@ export declare class MeteoHelper2 {
41
41
  private readonly HISTORICAL;
42
42
  private readonly CLIMATE;
43
43
  private readonly SEASONAL;
44
+ private METEO2_UPDATE;
44
45
  constructor(apikey: string, debug?: boolean);
45
46
  standardWeatherModels(): Promise<any>;
46
47
  standardMarineModels(): Promise<any>;
@@ -189,4 +190,5 @@ export declare class MeteoHelper2 {
189
190
  spotClimate(lat: number, lng: number, startDate: string, endDate: string | undefined, options?: OMOptions): Promise<{
190
191
  weather: any;
191
192
  }>;
193
+ update(options?: OMOptions): Promise<any>;
192
194
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/meteo2",
3
3
  "private": false,
4
- "version": "0.4.0",
4
+ "version": "0.4.2",
5
5
  "description": "idm plugin for meteo2(open meteo)",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "release": "yarn build && yarn publish --access public"
29
29
  },
30
30
  "dependencies": {
31
- "@idm-plugin/meteo": "^0.3.1",
31
+ "@idm-plugin/meteo": "^0.3.6",
32
32
  "@log4js-node/log4js-api": "^1.0.2",
33
33
  "got": "11",
34
34
  "moment": "^2.30.1",