@visulima/is-ansi-color-supported 2.2.11 → 2.2.12
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 +11 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/is-ansi-color-supported [2.2.12](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.11...@visulima/is-ansi-color-supported@2.2.12) (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
|
+
|
|
1
12
|
## @visulima/is-ansi-color-supported [2.2.11](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.10...@visulima/is-ansi-color-supported@2.2.11) (2025-01-22)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
169
169
|
The visulima is-ansi-color-supported is open-sourced software licensed under the [MIT][license-url]
|
|
170
170
|
|
|
171
171
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
172
|
-
[typescript-url]: "typescript"
|
|
172
|
+
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
173
173
|
[license-image]: https://img.shields.io/npm/l/@visulima/is-ansi-color-supported?color=blueviolet&style=for-the-badge
|
|
174
174
|
[license-url]: LICENSE.md "license"
|
|
175
175
|
[npm-image]: https://img.shields.io/npm/v/@visulima/is-ansi-color-supported/latest.svg?style=for-the-badge&logo=npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/is-ansi-color-supported",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"description": "Detect whether a terminal or browser supports ansi colors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"LICENSE.md"
|
|
111
111
|
],
|
|
112
112
|
"engines": {
|
|
113
|
-
"node": ">=18
|
|
113
|
+
"node": ">=18.0.0 <=23.x"
|
|
114
114
|
},
|
|
115
115
|
"os": [
|
|
116
116
|
"darwin",
|