@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 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
@@ -24,6 +24,4 @@
24
24
  * @see {@link https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda} for supported terminals.
25
25
  */
26
26
  declare const hyperlink: (text: string, url: string) => string;
27
-
28
-
29
- export = hyperlink;
27
+ export = hyperlink;
@@ -24,6 +24,4 @@
24
24
  * @see {@link https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda} for supported terminals.
25
25
  */
26
26
  declare const hyperlink: (text: string, url: string) => string;
27
-
28
-
29
- export = hyperlink;
27
+ export = hyperlink;
package/dist/strip.d.cts CHANGED
@@ -20,6 +20,4 @@
20
20
  * ```
21
21
  */
22
22
  declare const strip: (input: string) => string;
23
-
24
-
25
- export = strip;
23
+ export = strip;
package/dist/strip.d.ts CHANGED
@@ -20,6 +20,4 @@
20
20
  * ```
21
21
  */
22
22
  declare const strip: (input: string) => string;
23
-
24
-
25
- export = strip;
23
+ export = strip;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ansi",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "ANSI escape codes for some terminal swag.",
5
5
  "keywords": [
6
6
  "alternative-screen",