@idm-plugin/meteo2 0.9.6 → 0.9.7

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.
@@ -137,6 +137,9 @@ export declare class MeteoHelper2 {
137
137
  spotForecast(lat: number, lng: number, datetime: string | undefined, simplify?: boolean, withDaily?: boolean, withHourly?: boolean, options?: OMOptions): Promise<{
138
138
  weather: any;
139
139
  marine: any[];
140
+ wparams: OMParams;
141
+ mparams: OMParams;
142
+ datetime: string | undefined;
140
143
  }>;
141
144
  /**
142
145
  * 历史再分析数据
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/meteo2",
3
3
  "private": false,
4
- "version": "0.9.6",
4
+ "version": "0.9.7",
5
5
  "description": "idm plugin for meteo2(open meteo)",
6
6
  "type": "module",
7
7
  "keywords": [