@clawcard/cli 2.1.5 → 2.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawcard/cli",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "The ClawCard CLI — manage your agent keys, billing, and setup from the terminal",
5
5
  "bin": {
6
6
  "clawcard": "./bin/clawcard.mjs"
@@ -72,8 +72,8 @@ export async function billingTopupCommand() {
72
72
  message: "How much would you like to add? (10% processing fee)",
73
73
  options: [
74
74
  { value: 500, label: "$5.00", hint: "you pay $5.50" },
75
+ { value: 1000, label: "$10.00", hint: "you pay $11.00" },
75
76
  { value: 2000, label: "$20.00", hint: "you pay $22.00" },
76
- { value: 5000, label: "$50.00", hint: "you pay $55.00" },
77
77
  ],
78
78
  });
79
79