solana-terminator-skill 4.6.0 → 4.6.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.
- package/install.js +1 -1
- package/package.json +4 -3
package/install.js
CHANGED
|
@@ -34,7 +34,7 @@ const ASCII_ART = `
|
|
|
34
34
|
██████ ██████ █████ ██ ██ ███████ ██ ██ ██ ██████
|
|
35
35
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
36
36
|
██ ██ ██ ███████ ██████ ██ ██ ██ ██████ ██ ██
|
|
37
|
-
v4.6.
|
|
37
|
+
v4.6.1 - Interactive Sovereign
|
|
38
38
|
`;
|
|
39
39
|
|
|
40
40
|
// ─── Interactive State ──────────────────────────────────────────────────────
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solana-terminator-skill",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"description": "Autonomous survival tool with interactive mission control.",
|
|
5
5
|
"main": "solana-autonomy.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,11 +19,12 @@
|
|
|
19
19
|
"node": ">=18.0.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@solana/web3.js": "^1.87.6",
|
|
23
22
|
"@solana/spl-token": "^0.3.9",
|
|
23
|
+
"@solana/web3.js": "^1.87.6",
|
|
24
24
|
"axios": "^1.6.2",
|
|
25
25
|
"chalk": "^5.3.0",
|
|
26
26
|
"dotenv": "^16.3.1",
|
|
27
|
+
"unicode-animations": "^1.0.3",
|
|
27
28
|
"ws": "^8.14.2"
|
|
28
29
|
},
|
|
29
30
|
"optionalDependencies": {
|
|
@@ -43,4 +44,4 @@
|
|
|
43
44
|
"type": "git",
|
|
44
45
|
"url": "git+https://github.com/Lord14sol/solana-terminator-skill.git"
|
|
45
46
|
}
|
|
46
|
-
}
|
|
47
|
+
}
|