fix(dependencies): Updated dependencies in package.json and resolved cron function issues.
This commit is contained in:
@@ -6,11 +6,12 @@ import * as smartpromise from '@push.rocks/smartpromise';
|
||||
export { lik, smartdelay, smartpromise };
|
||||
|
||||
// third parties;
|
||||
import croner from 'croner';
|
||||
import * as croner from 'croner';
|
||||
import * as dateFns from 'date-fns';
|
||||
import dayjs from 'dayjs';
|
||||
import isToday from 'dayjs/plugin/isToday.js';
|
||||
import prettyMs from 'pretty-ms';
|
||||
|
||||
dayjs.extend(isToday);
|
||||
|
||||
export { croner, dayjs, prettyMs };
|
||||
export { croner, dateFns, dayjs, prettyMs };
|
||||
|
||||
Reference in New Issue
Block a user