@idm-plugin/meteo2 0.1.8 → 0.1.9
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 +3 -3
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1520,7 +1520,7 @@ class P0 {
|
|
|
1520
1520
|
u.current[b.current[r]] = isNaN(Z) ? null : Math.round(Z * o) / o;
|
|
1521
1521
|
}
|
|
1522
1522
|
const C = n();
|
|
1523
|
-
this.debug && G.
|
|
1523
|
+
this.debug && G.debug("[%s] fetch current variables cost: %d ms", p.requestId, C.diff(I, "ms"));
|
|
1524
1524
|
}
|
|
1525
1525
|
if (s) {
|
|
1526
1526
|
const I = n(), C = n.unix(Number(s.time())).add(b.fake ? 1 : 0, "year");
|
|
@@ -1535,7 +1535,7 @@ class P0 {
|
|
|
1535
1535
|
u.hourly[b.hourly[Z]] = K;
|
|
1536
1536
|
}
|
|
1537
1537
|
const r = n();
|
|
1538
|
-
this.debug && G.
|
|
1538
|
+
this.debug && G.debug("[%s] fetch hourly variables cost: %d ms", p.requestId, r.diff(I, "ms"));
|
|
1539
1539
|
}
|
|
1540
1540
|
if (E) {
|
|
1541
1541
|
const I = n();
|
|
@@ -1549,7 +1549,7 @@ class P0 {
|
|
|
1549
1549
|
u.daily[b.daily[r]] = Z;
|
|
1550
1550
|
}
|
|
1551
1551
|
const C = n();
|
|
1552
|
-
this.debug && G.
|
|
1552
|
+
this.debug && G.debug("[%s] fetch daily variables cost: %d ms", p.requestId, C.diff(I, "ms"));
|
|
1553
1553
|
}
|
|
1554
1554
|
Y.push(u);
|
|
1555
1555
|
}
|