@soyjuanpiece/jpcode 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.
Files changed (2) hide show
  1. package/bin/jpcode.mjs +6 -6
  2. package/package.json +2 -2
package/bin/jpcode.mjs CHANGED
@@ -25,12 +25,12 @@ const C = {
25
25
  }
26
26
 
27
27
  const BANNER = [
28
- " ▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄",
29
- " ██║██╔══██╗██╔════╝██╔══██╗██╔════╝",
30
- " ██║██████╔╝██║ ██╔══██╗█████╗ ",
31
- "██ ██║██╔═══╝ ██║ ██║ ██║██╔══╝ ",
32
- "╚█████╔╝██║ ╚██████╔╝██║ ██║███████╗",
33
- " ╚════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝",
28
+ " ▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄",
29
+ " ██║██╔══██╗██╔════╝██╔═══██╗██╔══██╗██╔════╝",
30
+ " ██║██████╔╝██║ ██║ ██║██║ ██║█████╗",
31
+ "██ ██║██╔═══╝ ██║ ██║ ██║██║ ██║██╔══╝",
32
+ "╚█████╔╝██║ ╚██████╔╝██████╔╝██████╔╝███████╗",
33
+ " ╚════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝",
34
34
  ]
35
35
 
36
36
  function printBanner(sub) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyjuanpiece/jpcode",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "JpCode — CLI propio con diseño estilo Claude Code, potenciado nativamente por el motor opencode. Tu interfaz, su inteligencia.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,4 +33,4 @@
33
33
  "opencode",
34
34
  "terminal"
35
35
  ]
36
- }
36
+ }