fix(core): update

This commit is contained in:
2023-11-09 21:17:13 +01:00
parent c083a47f07
commit 355c2d132e
14 changed files with 3062 additions and 1279 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/lik',
version: '6.0.5',
version: '6.0.6',
description: 'light little helpers for node'
}

View File

@ -1,6 +1,6 @@
import * as plugins from './lik.plugins.js';
import { InterestMap, IInterestComparisonFunc } from './lik.interestmap.js';
import { InterestMap, type IInterestComparisonFunc } from './lik.interestmap.js';
export interface IInterestOptions<DTInterestFullfillment> {
markLostAfterDefault: number;