@thi.ng/text-format
Advanced tools
Comparing version 2.1.5 to 2.1.6
# Change Log | ||
- **Last updated**: 2024-03-02T14:05:53Z | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -35,8 +35,9 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "bun test" | ||
"test": "bun test", | ||
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.27", | ||
"@thi.ng/hex": "^2.3.38", | ||
"@thi.ng/memoize": "^3.1.62" | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/hex": "^2.3.39", | ||
"@thi.ng/memoize": "^3.1.63" | ||
}, | ||
@@ -107,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
} |
46482
Updated@thi.ng/api@^8.9.28
Updated@thi.ng/hex@^2.3.39
Updated@thi.ng/memoize@^3.1.63