traderclaw-cli 1.0.105 → 1.0.106

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.
@@ -11,7 +11,7 @@ const CONFIG_DIR = join(homedir(), ".openclaw");
11
11
  const CONFIG_FILE = join(CONFIG_DIR, "openclaw.json");
12
12
 
13
13
  /** Pinned openclaw platform version — bump deliberately after testing, never use "latest". */
14
- export const OPENCLAW_VERSION = "2026.4.9";
14
+ export const OPENCLAW_VERSION = "2026.4.29";
15
15
 
16
16
  /** Directory containing solana-traderclaw (openclaw.plugin.json) — works for plugin layout or traderclaw-cli + dependency. */
17
17
  const PLUGIN_PACKAGE_ROOT = resolvePluginPackageRoot(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "traderclaw-cli",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "Global TraderClaw CLI (install --wizard, setup, precheck). Installs solana-traderclaw as a dependency for OpenClaw plugin files.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "node": ">=22"
18
18
  },
19
19
  "dependencies": {
20
- "solana-traderclaw": "^1.0.105"
20
+ "solana-traderclaw": "^1.0.106"
21
21
  },
22
22
  "keywords": [
23
23
  "traderclaw",