@thi.ng/text-format
Advanced tools
Comparing version 2.2.4 to 2.2.5
# Change Log | ||
- **Last updated**: 2024-04-23T07:02:18Z | ||
- **Last updated**: 2024-05-08T18:24:32Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -39,11 +39,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/hex": "^2.3.45", | ||
"@thi.ng/memoize": "^3.3.3" | ||
"@thi.ng/api": "^8.11.2", | ||
"@thi.ng/hex": "^2.3.46", | ||
"@thi.ng/memoize": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.3" | ||
"@microsoft/api-extractor": "^7.43.2", | ||
"esbuild": "^0.21.1", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -107,3 +107,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n" | ||
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n" | ||
} |
Updated@thi.ng/api@^8.11.2
Updated@thi.ng/hex@^2.3.46
Updated@thi.ng/memoize@^3.3.4