@thi.ng/text-format
Advanced tools
Comparing version 1.4.1 to 1.4.2
# Change Log | ||
- **Last updated**: 2023-03-22T22:24:21Z | ||
- **Last updated**: 2023-03-27T19:05:49Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { FormatPresets, StringFormat } from "./api.js"; | ||
import { type FormatPresets, type StringFormat } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * HOF format function. Returns a single-arg function which wraps a given value |
@@ -1,2 +0,2 @@ | ||
import { PRESETS_TPL } from "./api.js"; | ||
import { PRESETS_TPL, } from "./api.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * HOF format function. Returns a single-arg function which wraps a given value |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.4", | ||
"@thi.ng/hex": "^2.3.7", | ||
"@thi.ng/memoize": "^3.1.27" | ||
"@thi.ng/api": "^8.7.5", | ||
"@thi.ng/hex": "^2.3.8", | ||
"@thi.ng/memoize": "^3.1.28" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@thi.ng/testament": "^0.3.13", | ||
"rimraf": "^4.4.0", | ||
"@thi.ng/testament": "^0.3.14", | ||
"rimraf": "^4.4.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5" | ||
"typedoc": "^0.23.28", | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -107,3 +107,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5b3d731c0e192c53f65efb4baed97be0e4029a33\n" | ||
"gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n" | ||
} |
46463
Updated@thi.ng/api@^8.7.5
Updated@thi.ng/hex@^2.3.8
Updated@thi.ng/memoize@^3.1.28