@idm-plugin/meteo2 0.4.4 → 0.4.5

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.
@@ -68,6 +68,10 @@ export declare enum WindyModel {
68
68
  NamAlaska = "namAlaska",
69
69
  Geos5 = "geos5"
70
70
  }
71
+ /**
72
+ * @deprecated
73
+ * using MeteoHelper2 instead of
74
+ */
71
75
  export declare class MeteoHelper {
72
76
  /**
73
77
  * 点查海洋气象要素(全量)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/meteo2",
3
3
  "private": false,
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
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.6",
39
+ "@idm-plugin/meteo": "^0.3.8",
40
40
  "@types/jest": "^25.2.2",
41
41
  "@types/node": "^18.14.2",
42
42
  "@types/tz-lookup": "^6.1.2",