@visulima/colorize 1.4.5 → 1.4.6
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.
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce))
|
|
6
|
+
* updated dev dependencies ([da46d8e](https://github.com/visulima/visulima/commit/da46d8ef8a964c086060944172f1bd931b7bde9a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@visulima/path:** upgraded to 1.0.5
|
|
12
|
+
|
|
1
13
|
## @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
14
|
|
|
3
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/colorize",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "Terminal and Console string styling done right.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"256",
|
|
@@ -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.
|
|
151
|
+
"@total-typescript/ts-reset": "^0.6.0",
|
|
152
152
|
"@types/node": "18.19.15",
|
|
153
|
-
"@visulima/path": "1.0.
|
|
153
|
+
"@visulima/path": "1.0.5",
|
|
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.
|
|
171
|
+
"tsup": "^8.2.4",
|
|
172
172
|
"typescript": "5.4.5",
|
|
173
173
|
"vitest": "^2.0.5"
|
|
174
174
|
},
|