@thi.ng/text-format
Advanced tools
Comparing version 1.1.5 to 1.1.6
# Change Log | ||
- **Last updated**: 2022-04-07T14:17:30Z | ||
- **Last updated**: 2022-05-07T11:33:36Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.5", | ||
"@thi.ng/hex": "^2.1.5", | ||
"@thi.ng/memoize": "^3.1.5" | ||
"@thi.ng/api": "^8.3.6", | ||
"@thi.ng/hex": "^2.1.6", | ||
"@thi.ng/memoize": "^3.1.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@thi.ng/testament": "^0.2.5", | ||
"@microsoft/api-extractor": "^7.23.1", | ||
"@thi.ng/testament": "^0.2.6", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.13", | ||
"typescript": "^4.6.2" | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -104,3 +104,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n" | ||
"gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n" | ||
} |
Updated@thi.ng/api@^8.3.6
Updated@thi.ng/hex@^2.1.6
Updated@thi.ng/memoize@^3.1.6