@idm-plugin/meteo2 0.4.5 → 0.4.6

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.
@@ -85,6 +85,7 @@ export declare class MeteoHelper2 {
85
85
  /**
86
86
  * 完善start_hour/end_hour 或者是forecast_days变量,二选一
87
87
  * @param datetime 从指定时间开始,不指定时从当前时间开始
88
+ * @param marine 是否为海洋预报
88
89
  * @param params 要查询的要素
89
90
  * @param options 请求参数
90
91
  * @private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/meteo2",
3
3
  "private": false,
4
- "version": "0.4.5",
4
+ "version": "0.4.6",
5
5
  "description": "idm plugin for meteo2(open meteo)",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "tz-lookup": "^6.1.25"
37
37
  },
38
38
  "devDependencies": {
39
- "@idm-plugin/meteo": "^0.3.8",
39
+ "@idm-plugin/meteo": "^0.3.9",
40
40
  "@types/jest": "^25.2.2",
41
41
  "@types/node": "^18.14.2",
42
42
  "@types/tz-lookup": "^6.1.2",