@visulima/colorize 1.4.5 → 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 +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
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
+
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)
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce))
18
+ * updated dev dependencies ([da46d8e](https://github.com/visulima/visulima/commit/da46d8ef8a964c086060944172f1bd931b7bde9a))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@visulima/path:** upgraded to 1.0.5
24
+
1
25
  ## @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
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.5",
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.5.1",
151
+ "@total-typescript/ts-reset": "^0.6.1",
152
152
  "@types/node": "18.19.15",
153
- "@visulima/path": "1.0.4",
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",
@@ -168,7 +168,7 @@
168
168
  "rimraf": "5.0.9",
169
169
  "secretlint": "8.2.4",
170
170
  "semantic-release": "24.0.0",
171
- "tsup": "^8.2.3",
171
+ "tsup": "^8.2.4",
172
172
  "typescript": "5.4.5",
173
173
  "vitest": "^2.0.5"
174
174
  },