@idm-plugin/meteo2 0.2.8 → 0.2.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 +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1739,7 +1739,7 @@ class G0 {
|
|
|
1739
1739
|
for (let o = 0; o < M.start_dates.length; o++) {
|
|
1740
1740
|
M.start_date = M.start_dates[o], M.end_date = M.end_dates[o], M.fake = M.fakes[o];
|
|
1741
1741
|
const W = M.url[o];
|
|
1742
|
-
this.debug && Z.
|
|
1742
|
+
this.debug && Z.debug("[%s] fetch weather via %s with %j", b.requestId, W, {
|
|
1743
1743
|
start_date: M.start_date,
|
|
1744
1744
|
end_date: M.end_date,
|
|
1745
1745
|
fake: M.fake,
|
|
@@ -1783,7 +1783,7 @@ class G0 {
|
|
|
1783
1783
|
for (let o = 0; o < M.start_dates.length; o++) {
|
|
1784
1784
|
M.start_date = M.start_dates[o], M.end_date = M.end_dates[o], M.fake = M.fakes[o];
|
|
1785
1785
|
const W = M.url[o];
|
|
1786
|
-
this.debug && Z.
|
|
1786
|
+
this.debug && Z.debug("[%s] fetch marine via %s with %j", b.requestId, W, {
|
|
1787
1787
|
start_date: M.start_date,
|
|
1788
1788
|
end_date: M.end_date,
|
|
1789
1789
|
fake: M.fake,
|