@beyonk/date-utils
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -59,2 +59,4 @@ import dayjs from 'dayjs/esm' | ||
callback(schedule, current) | ||
if (step === 0) { | ||
@@ -61,0 +63,0 @@ return schedule |
@@ -24,3 +24,3 @@ import { repeatSchedule, utcDate } from './date-utils.js' | ||
).to.equal( | ||
[] | ||
[ 2 ] | ||
) | ||
@@ -27,0 +27,0 @@ }) |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Beyonk Date Utils", | ||
@@ -28,3 +28,3 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
}, | ||
"gitHead": "008b5d5e001ef43842b72e2b21d1038d2a5c2271" | ||
"gitHead": "06c1f3145bceae61a6d8176454c991914329a230" | ||
} |
3686
107