@visulima/ansi 1.0.16 → 1.0.17
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 +17 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @visulima/ansi [1.0.17](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.16...@visulima/ansi@1.0.17) (2025-01-25)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
|
|
10
|
+
* updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/colorize:** upgraded to 1.4.20
|
|
16
|
+
* **@visulima/path:** upgraded to 1.3.4
|
|
17
|
+
|
|
1
18
|
## @visulima/ansi [1.0.16](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.15...@visulima/ansi@1.0.16) (2025-01-22)
|
|
2
19
|
|
|
3
20
|
### Miscellaneous Chores
|
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
92
92
|
The visulima ansi is open-sourced software licensed under the [MIT][license-url]
|
|
93
93
|
|
|
94
94
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
95
|
-
[typescript-url]: "typescript"
|
|
95
|
+
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
96
96
|
[license-image]: https://img.shields.io/npm/l/@visulima/ansi?color=blueviolet&style=for-the-badge
|
|
97
97
|
[license-url]: LICENSE.md "license"
|
|
98
98
|
[npm-image]: https://img.shields.io/npm/v/@visulima/ansi/latest.svg?style=for-the-badge&logo=npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/ansi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "ANSI escape codes for some terminal swag.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alternative-screen",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"CHANGELOG.md"
|
|
199
199
|
],
|
|
200
200
|
"engines": {
|
|
201
|
-
"node": ">=18
|
|
201
|
+
"node": ">=18.0.0 <=23.x"
|
|
202
202
|
},
|
|
203
203
|
"publishConfig": {
|
|
204
204
|
"access": "public",
|