@idm-plugin/meteo2 0.8.4 → 0.8.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.
@@ -105,7 +105,12 @@ export declare class TropicalHelper {
105
105
  * 1 热带风暴 Tropical Storm
106
106
  * 2 强热带风暴 Severe Tropical Storm
107
107
  */
108
- static parseTropicalType(kts: number): "Tropical Depression" | "Tropical Storm" | "Severe Tropical Storm" | "Typhoon" | "Strong Typhoon" | "Super Typhoon";
108
+ static parseTropicalType(kts: number): {
109
+ type: string;
110
+ en: string;
111
+ cn: string;
112
+ i18n: string;
113
+ };
109
114
  /**
110
115
  * @param name
111
116
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/meteo2",
3
3
  "private": false,
4
- "version": "0.8.4",
4
+ "version": "0.8.6",
5
5
  "description": "idm plugin for meteo2(open meteo)",
6
6
  "type": "module",
7
7
  "keywords": [