fix(core): update

This commit is contained in:
2023-07-21 03:39:32 +02:00
parent c290a75f01
commit 25eee6cf73
8 changed files with 919 additions and 788 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarttime',
version: '4.0.2',
version: '4.0.3',
description: 'handle time in smart ways'
}

View File

@ -1,5 +1,5 @@
import * as plugins from './smarttime.plugins.js';
import { CronJob, TJobFunction } from './smarttime.classes.cronjob.js';
import { CronJob, type TJobFunction } from './smarttime.classes.cronjob.js';
import { getMilliSecondsAsHumanReadableString } from './smarttime.units.js';
export class CronManager {