solana-terminator-skill 4.1.3 → 4.1.4

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/install.js +6 -3
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -16,9 +16,12 @@ const __filename = fileURLToPath(import.meta.url);
16
16
  const __dirname = path.dirname(__filename);
17
17
 
18
18
  const ASCII_ART = `
19
- ▀█▀ █▀▀ █▀█ █▄▀▄█ █▄ █ ▄▀█ ▀█▀ █▀█ █▀█
20
- █ ██▄ █▀▄ █ ▀█ █▀█ █ █▄█ █▀▄
21
- v4.1.3 - Solana Autonomy
19
+ ████████ ████████ ████████ ██ ██ ██ ██ ██ █████ ████████ ██████ ██████
20
+ ██ ██ ██ ██ ███ ███ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██
21
+ ██ ██████ ████████ ████ ████ ██ ████ ██ ███████ ██ ██ ██ ██████
22
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
23
+ ██ ████████ ██ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██████ ██ ██
24
+ v4.1.4 - Solana Autonomy
22
25
  `;
23
26
 
24
27
  const SKILL_NAME = 'solana-terminator';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-terminator-skill",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Full Solana toolkit for AI agents. Install via npx solana-terminator-skill.",
5
5
  "main": "solana-autonomy.js",
6
6
  "type": "module",