From cfe11e9a60f3503e21faa0c19f48951dd1c4f3e0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 23 Apr 2024 19:25:34 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartformat.plugins.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bd8a610..19c9498 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartformat', - version: '1.0.2', + version: '1.0.3', description: 'A module that formats bytes and milliseconds into human-readable strings.' } diff --git a/ts/smartformat.plugins.ts b/ts/smartformat.plugins.ts index d770f22..85805c0 100644 --- a/ts/smartformat.plugins.ts +++ b/ts/smartformat.plugins.ts @@ -1,6 +1,6 @@ // sindresorhus -import * as prettyBytes from 'pretty-bytes'; -import * as prettyMs from 'pretty-ms'; +import prettyBytes from 'pretty-bytes'; +import prettyMs from 'pretty-ms'; export { prettyBytes,