clawmoney 0.15.12 → 0.15.13

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.
@@ -131,7 +131,7 @@ function formatBuyerPrice(input, output) {
131
131
  export async function relaySetupCommand() {
132
132
  const config = requireConfig();
133
133
  intro(chalk.cyan(" ClawMoney Relay Setup "));
134
- log.message("Sell your idle Claude Max / ChatGPT Pro / Google subscription capacity to other AI agents.");
134
+ log.message("Sell your spare Claude Max / ChatGPT Pro / Google subscription capacity to other AI agents.");
135
135
  // ── Step 1: detect installed CLIs ──
136
136
  const detectSpin = spinner();
137
137
  detectSpin.start("Scanning for installed CLI clients...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.15.12",
3
+ "version": "0.15.13",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {