@thi.ng/text-format
Advanced tools
Comparing version 1.2.8 to 1.2.9
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -41,5 +41,5 @@ | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
@@ -46,0 +46,0 @@ ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@0.1.0) (2021-10-12) |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -37,12 +37,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/hex": "^2.2.2", | ||
"@thi.ng/memoize": "^3.1.15" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/hex": "^2.3.0", | ||
"@thi.ng/memoize": "^3.1.16" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -75,4 +75,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -105,3 +105,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44572
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/hex@^2.3.0
Updated@thi.ng/memoize@^3.1.16