@visulima/colorize 1.4.6 → 1.4.7

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @visulima/colorize [1.4.7](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.6...@visulima/colorize@1.4.7) (2024-09-07)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.4
11
+ * **@visulima/path:** upgraded to 1.0.6
12
+
1
13
  ## @visulima/colorize [1.4.6](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.5...@visulima/colorize@1.4.6) (2024-08-30)
2
14
 
3
15
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -138,7 +138,7 @@
138
138
  "LICENSE.md"
139
139
  ],
140
140
  "dependencies": {
141
- "@visulima/is-ansi-color-supported": "2.2.3"
141
+ "@visulima/is-ansi-color-supported": "2.2.4"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@anolilab/eslint-config": "^15.0.3",
@@ -148,9 +148,9 @@
148
148
  "@babel/core": "^7.25.2",
149
149
  "@rushstack/eslint-plugin-security": "^0.8.2",
150
150
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
151
- "@total-typescript/ts-reset": "^0.6.0",
151
+ "@total-typescript/ts-reset": "^0.6.1",
152
152
  "@types/node": "18.19.15",
153
- "@visulima/path": "1.0.5",
153
+ "@visulima/path": "1.0.6",
154
154
  "@vitest/coverage-v8": "^2.0.5",
155
155
  "@vitest/ui": "^2.0.5",
156
156
  "ansi-regex": "^6.0.1",