@visulima/ansi 1.0.11 → 1.0.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/ansi [1.0.13](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.12...@visulima/ansi@1.0.13) (2025-01-08)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/colorize:** upgraded to 1.4.16
7
+ * **@visulima/path:** upgraded to 1.3.1
8
+
9
+ ## @visulima/ansi [1.0.12](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.11...@visulima/ansi@1.0.12) (2025-01-08)
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/colorize:** upgraded to 1.4.15
15
+ * **@visulima/path:** upgraded to 1.3.0
16
+
1
17
  ## @visulima/ansi [1.0.11](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.10...@visulima/ansi@1.0.11) (2024-12-31)
2
18
 
3
19
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ansi",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "ANSI escape codes for some terminal swag.",
5
5
  "keywords": [
6
6
  "alternative-screen",
@@ -208,9 +208,9 @@
208
208
  "@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
209
209
  "@total-typescript/ts-reset": "^0.6.1",
210
210
  "@types/node": "20.14.6",
211
- "@visulima/colorize": "1.4.14",
211
+ "@visulima/colorize": "1.4.16",
212
212
  "@visulima/packem": "1.9.2",
213
- "@visulima/path": "1.2.0",
213
+ "@visulima/path": "1.3.1",
214
214
  "@vitest/coverage-v8": "^2.1.8",
215
215
  "@vitest/ui": "^2.1.8",
216
216
  "ansi-regex": "^6.1.0",