@affinda/skills 1.3.7 → 1.3.8
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/dist/cli.mjs +6 -6
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -3446,12 +3446,12 @@ const BOLD = "\x1B[1m";
|
|
|
3446
3446
|
const DIM = "\x1B[38;5;102m";
|
|
3447
3447
|
const TEXT = "\x1B[38;5;145m";
|
|
3448
3448
|
const LOGO_LINES = [
|
|
3449
|
-
"███████╗██╗ ██╗██╗██╗ ██╗ ███████╗",
|
|
3450
|
-
"██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝",
|
|
3451
|
-
"███████╗█████╔╝ ██║██║ ██║ ███████╗",
|
|
3452
|
-
"╚════██║██╔═██╗ ██║██║ ██║ ╚════██║",
|
|
3453
|
-
"███████║██║ ██╗██║███████╗███████╗███████║",
|
|
3454
|
-
"╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝"
|
|
3449
|
+
" █████╗ ███████╗███████╗██╗███╗ ██╗██████╗ █████╗ ███████╗██╗ ██╗██╗██╗ ██╗ ███████╗",
|
|
3450
|
+
"██╔══██╗██╔════╝██╔════╝██║████╗ ██║██╔══██╗██╔══██╗ ██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝",
|
|
3451
|
+
"███████║█████╗ █████╗ ██║██╔██╗ ██║██║ ██║███████║ ███████╗█████╔╝ ██║██║ ██║ ███████╗",
|
|
3452
|
+
"██╔══██║██╔══╝ ██╔══╝ ██║██║╚██╗██║██║ ██║██╔══██║ ╚════██║██╔═██╗ ██║██║ ██║ ╚════██║",
|
|
3453
|
+
"██║ ██║██║ ██║ ██║██║ ╚████║██████╔╝██║ ██║ ███████║██║ ██╗██║███████╗███████╗███████║",
|
|
3454
|
+
"╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝"
|
|
3455
3455
|
];
|
|
3456
3456
|
const GRAYS = [
|
|
3457
3457
|
"\x1B[38;5;250m",
|