solana-terminator-skill 4.1.2 → 4.1.3

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 +3 -8
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -16,14 +16,9 @@ const __filename = fileURLToPath(import.meta.url);
16
16
  const __dirname = path.dirname(__filename);
17
17
 
18
18
  const ASCII_ART = `
19
- _______ _______ ______ __ __ ___ __ _ _______ _______ _______ ______
20
- | || || _ | | |_| || || | | || _ || || || _ |
21
- |_ _|| ___|| | || | || || |_| || |_| ||_ _|| _ || | ||
22
- | | | |___ | |_||_ | || || || | | | | | | || |_||_
23
- | | | ___|| __ || || || _ || | | | | |_| || __ |
24
- | | | |___ | | | || ||_|| || || | | || _ | | | | || | | |
25
- |___| |_______||___| |_||_| |_||___||_| |__||__| |__| |___| |_______||___| |_|
26
- v4.1.2 - Solana Autonomy
19
+ ▀█▀ █▀▀ █▀█ █▄▀▄█ █ █▄ █ ▄▀█ ▀█▀ █▀█ █▀█
20
+ █ ██▄ █▀▄ █ █ █ ▀█ █▀█ █▄█ █▀▄
21
+ v4.1.3 - Solana Autonomy
27
22
  `;
28
23
 
29
24
  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.2",
3
+ "version": "4.1.3",
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",