@idm-plugin/meteo2 0.2.9 → 0.3.0

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/dist/index.js CHANGED
@@ -1754,7 +1754,7 @@ class G0 {
1754
1754
  }
1755
1755
  delete M.apikey;
1756
1756
  const Y = e();
1757
- return this.debug && Z.info("[%s] fetch weather api (%s) cost: %d ms", b.requestId, M.url, Y.diff(p, "ms")), O;
1757
+ return this.debug && Z.info("[%s] fetch weather api (%j) cost: %d ms", b.requestId, M.url, Y.diff(p, "ms")), O;
1758
1758
  } catch (p) {
1759
1759
  return Z.warn("[%s] weather forecast failed: %s, with %j", b.requestId, p, M), [];
1760
1760
  }
@@ -1798,7 +1798,7 @@ class G0 {
1798
1798
  }
1799
1799
  delete M.apikey;
1800
1800
  const Y = e();
1801
- return this.debug && Z.info("[%s] fetch marine api (%s) cost: %d ms", b.requestId, M.url, Y.diff(p, "ms")), this.mergeMarineData(O);
1801
+ return this.debug && Z.info("[%s] fetch marine api (%j) cost: %d ms", b.requestId, M.url, Y.diff(p, "ms")), this.mergeMarineData(O);
1802
1802
  } catch (p) {
1803
1803
  return Z.warn("[%s] marine forecast failed: %s, with %j", b.requestId, p, M), [];
1804
1804
  }