@visulima/colorize 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/colorize [1.4.5](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.4...@visulima/colorize@1.4.5) (2024-08-04)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/path:** upgraded to 1.0.4
7
+
1
8
  ## @visulima/colorize [1.4.4](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.3...@visulima/colorize@1.4.4) (2024-08-01)
2
9
 
3
10
  ### Styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -150,7 +150,7 @@
150
150
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
151
151
  "@total-typescript/ts-reset": "^0.5.1",
152
152
  "@types/node": "18.19.15",
153
- "@visulima/path": "1.0.3",
153
+ "@visulima/path": "1.0.4",
154
154
  "@vitest/coverage-v8": "^2.0.5",
155
155
  "@vitest/ui": "^2.0.5",
156
156
  "ansi-regex": "^6.0.1",