zugzbot 1.0.33 → 1.0.34

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.
@@ -508,10 +508,12 @@ const PluginTuiSidebar: TuiPlugin = async (api) => {
508
508
  }
509
509
 
510
510
  const logoLines = [
511
- " ██████╗ ██╗ ██╗ ██████╗ ███████╗",
512
- "╚══███╔╝ ██║ ██║██╔════╝ ╚══███╔╝",
513
- " ███╔╝ ██║ ██║██║ ███╗ ███╔╝ ",
514
- "███████╗ ╚██████╔╝╚██████╔╝███████╗"
511
+ "███████╗██╗ ██╗ ██████╗ ███████╗",
512
+ "╚══███╔╝██║ ██║██╔════╝ ╚══███╔╝",
513
+ " ███╔╝ ██║ ██║██║ ███╗ ███╔╝ ",
514
+ " ███╔╝ ██║ ██║██║ ██║ ███╔╝ ",
515
+ "███████╗╚██████╔╝╚██████╔╝███████╗",
516
+ "╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝"
515
517
  ]
516
518
 
517
519
  updateSessionIds()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zugzbot",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Fácil instalador del arnés SDD de Zugzbot para proyectos OpenCode",
5
5
  "type": "module",
6
6
  "bin": {