rbro-tat-uds 1.5.11 → 1.5.12
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -6702,7 +6702,7 @@ const v7 = [0, 2, 4, 8], Y0 = [14, 16, 18, 20, 24], G0 = [200, 300, 400, 500, 70
|
|
6702
6702
|
return [];
|
6703
6703
|
const E = new Date(i), R = new Date(a), u = [];
|
6704
6704
|
for (let w = new Date(E); w <= R; w.setUTCDate(w.getUTCDate() + 1))
|
6705
|
-
|
6705
|
+
u.push(new Date(w));
|
6706
6706
|
return u;
|
6707
6707
|
}, [i, a]), A = f1(
|
6708
6708
|
(E) => S && S.length ? !S.some(
|