@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.
Files changed (2) hide show
  1. package/dist/cli.mjs +6 -6
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@affinda/skills",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Internal Affinda skills CLI for searching, installing, and publishing agent skills",
5
5
  "type": "module",
6
6
  "bin": {