@visulima/tui-kit 1.0.1 → 1.0.2

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/tui-kit [1.0.2](https://github.com/visulima/visulima/compare/%40visulima%2Ftui-kit%401.0.1...%40visulima%2Ftui-kit%401.0.2) (2026-08-02)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/ansi:** upgraded to 4.1.0
7
+ * **@visulima/colorize:** upgraded to 2.1.0
8
+ * **@visulima/spinner:** upgraded to 1.0.1
9
+ * **@visulima/tui:** upgraded to 3.0.0
10
+ * **@visulima/tabular:** upgraded to 4.1.0
11
+
1
12
  ## @visulima/tui-kit [1.0.1](https://github.com/visulima/visulima/compare/%40visulima%2Ftui-kit%401.0.0...%40visulima%2Ftui-kit%401.0.1) (2026-07-27)
2
13
 
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tui-kit",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Component library for @visulima/tui — installable as a package, or copy-pasteable via the shadcn CLI registry",
5
5
  "keywords": [
6
6
  "cli",
@@ -503,16 +503,16 @@
503
503
  "LICENSE.md"
504
504
  ],
505
505
  "dependencies": {
506
- "@visulima/ansi": "4.0.0",
507
- "@visulima/colorize": "2.0.1",
508
- "@visulima/spinner": "1.0.0",
506
+ "@visulima/ansi": "4.1.0",
507
+ "@visulima/colorize": "2.1.0",
508
+ "@visulima/spinner": "1.0.1",
509
509
  "type-fest": "5.7.0"
510
510
  },
511
511
  "peerDependencies": {
512
512
  "@shikijs/langs": "^4.3.0",
513
513
  "@shikijs/themes": "^4.3.0",
514
- "@visulima/tabular": "4.0.0",
515
- "@visulima/tui": "2.0.1",
514
+ "@visulima/tabular": "4.1.0",
515
+ "@visulima/tui": "3.0.0",
516
516
  "cfonts": "^3.3.1",
517
517
  "diff": "^9.0.0",
518
518
  "marked": "^18.0.5",