@idm-plugin/geo 1.5.0 → 1.5.1

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.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- ## Geo Plugin
1
+ ## Geo Plugin
2
2
  Geo插件
package/dist/index.js CHANGED
@@ -1975,6 +1975,7 @@ class l0 {
1975
1975
  for (const O of M) {
1976
1976
  if (O.forecasts) {
1977
1977
  const A = (p = O.history) == null ? void 0 : p[0];
1978
+ A && A.wind && (A.wind.spd = A.spd, A.wind.kts = A.kts);
1978
1979
  for (const b of O.forecasts) {
1979
1980
  const W = [], q = g(b.date).utc(), a = `${O.name}-${b.model}`;
1980
1981
  if (A) {