@visulima/ansi 2.0.0 → 2.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 +14 -0
- package/dist/hyperlink.d.cts +1 -3
- package/dist/hyperlink.d.ts +1 -3
- package/dist/strip.d.cts +1 -3
- package/dist/strip.d.ts +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/ansi [2.0.1](https://github.com/visulima/visulima/compare/@visulima/ansi@2.0.0...@visulima/ansi@2.0.1) (2025-06-04)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **ansi:** remove unused prettier linting scripts from package.json ([a4a9e27](https://github.com/visulima/visulima/commit/a4a9e2722888375bd2e77f493ec3316bfef7575a))
|
|
6
|
+
* update ESLint configuration and dependencies ([1cf0391](https://github.com/visulima/visulima/commit/1cf0391cf67757844387b4d98b1f28d458e7f233))
|
|
7
|
+
* update package dependencies and remove unused ESLint config ([0cd4c8f](https://github.com/visulima/visulima/commit/0cd4c8fe582cc5f7b20614245100137b41a5d842))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/colorize:** upgraded to 1.4.23
|
|
13
|
+
* **@visulima/path:** upgraded to 1.4.0
|
|
14
|
+
|
|
1
15
|
## @visulima/ansi [2.0.0](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.18...@visulima/ansi@2.0.0) (2025-05-31)
|
|
2
16
|
|
|
3
17
|
### ⚠ BREAKING CHANGES
|
package/dist/hyperlink.d.cts
CHANGED
package/dist/hyperlink.d.ts
CHANGED
package/dist/strip.d.cts
CHANGED
package/dist/strip.d.ts
CHANGED