@visulima/ansi 3.0.0 → 3.0.1
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 +18 -0
- package/LICENSE.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @visulima/ansi [3.0.1](https://github.com/visulima/visulima/compare/@visulima/ansi@3.0.0...@visulima/ansi@3.0.1) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
|
|
10
|
+
* update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
|
|
11
|
+
* update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
* **@visulima/colorize:** upgraded to 1.4.25
|
|
17
|
+
* **@visulima/path:** upgraded to 2.0.1
|
|
18
|
+
|
|
1
19
|
## @visulima/ansi [3.0.0](https://github.com/visulima/visulima/compare/@visulima/ansi@2.0.1...@visulima/ansi@3.0.0) (2025-10-15)
|
|
2
20
|
|
|
3
21
|
### ⚠ BREAKING CHANGES
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/ansi",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "ANSI escape codes for some terminal swag.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alternative-screen",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"type-fest": "^5.1.0"
|
|
158
158
|
},
|
|
159
159
|
"engines": {
|
|
160
|
-
"node": ">=20.19 <=
|
|
160
|
+
"node": ">=20.19 <=25.x"
|
|
161
161
|
},
|
|
162
162
|
"publishConfig": {
|
|
163
163
|
"access": "public",
|