2 Commits

Author SHA1 Message Date
154e42e745 1.0.3 2024-04-23 19:25:34 +02:00
cfe11e9a60 fix(core): update 2024-04-23 19:25:34 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartformat", "name": "@push.rocks/smartformat",
"version": "1.0.2", "version": "1.0.3",
"private": false, "private": false,
"description": "A module that formats bytes and milliseconds into human-readable strings.", "description": "A module that formats bytes and milliseconds into human-readable strings.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartformat', name: '@push.rocks/smartformat',
version: '1.0.2', version: '1.0.3',
description: 'A module that formats bytes and milliseconds into human-readable strings.' description: 'A module that formats bytes and milliseconds into human-readable strings.'
} }

View File

@ -1,6 +1,6 @@
// sindresorhus // sindresorhus
import * as prettyBytes from 'pretty-bytes'; import prettyBytes from 'pretty-bytes';
import * as prettyMs from 'pretty-ms'; import prettyMs from 'pretty-ms';
export { export {
prettyBytes, prettyBytes,