clawd-automaton 0.1.0 → 0.2.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/dist/setup/banner.js +7 -7
- package/package.json +8 -4
package/dist/setup/banner.js
CHANGED
|
@@ -2,12 +2,12 @@ import chalk from "chalk";
|
|
|
2
2
|
export function showBanner() {
|
|
3
3
|
console.log("");
|
|
4
4
|
console.log(chalk.cyan(`
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
██║ ██║
|
|
8
|
-
██║ ██║
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
██████╗██████╗ ██╗ ██╗███████╗████████╗ █████╗ ██████╗███████╗ █████╗ ███╗ ██╗
|
|
6
|
+
██╔════╝██╔══██╗██║ ██║██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔════╝██╔══██╗████╗ ██║
|
|
7
|
+
██║ ███████║██║ ██║███████╗ ██║ ███████║██║ █████╗ ███████║██╔██╗ ██║
|
|
8
|
+
██║ ██╔══██╗██║ ██║╚════██║ ██║ ██╔══██║██║ ██╔══╝ ██╔══██║██║╚██╗██║
|
|
9
|
+
╚██████╗██║ ██║╚██████╔╝███████║ ██║ ██║ ██║╚██████╗███████╗██║ ██║██║ ╚████║
|
|
10
|
+
╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝
|
|
11
11
|
|
|
12
12
|
█████╗ ██╗ ██╗████████╗ ██████╗ ███╗ ███╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗
|
|
13
13
|
██╔══██╗██║ ██║╚══██╔══╝██╔═══██╗████╗ ████║██╔══██╗╚══██╔══╝██║ ██╔═══██╗████╗ ██║
|
|
@@ -16,7 +16,7 @@ export function showBanner() {
|
|
|
16
16
|
██║ ██║╚██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║ ╚██████╔╝██║ ╚████║
|
|
17
17
|
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
|
|
18
18
|
`));
|
|
19
|
-
console.log(chalk.dim(" v0.
|
|
19
|
+
console.log(chalk.dim(" v0.2.0 — To exist, you must pay for your compute."));
|
|
20
20
|
console.log("");
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=banner.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clawd-automaton",
|
|
3
|
-
"version": "0.1
|
|
4
|
-
"description": "CLAWD Automaton -
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "CLAWD Automaton - sovereign AI agent runtime that leads users to x402.wtf/automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -25,9 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/x402agent/
|
|
28
|
+
"url": "https://github.com/x402agent/solana-clawd.git",
|
|
29
|
+
"directory": "automaton-main"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://x402.wtf/automation",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/x402agent/solana-clawd/issues"
|
|
29
34
|
},
|
|
30
|
-
"homepage": "https://x402.wtf",
|
|
31
35
|
"files": [
|
|
32
36
|
"dist",
|
|
33
37
|
"README.md",
|