clawmoney 0.10.5 → 0.10.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.
@@ -292,9 +292,6 @@ export class Executor {
292
292
  if (resp.ok) {
293
293
  logger.info(`Escrow ${task.id.slice(0, 8)} submitted successfully`);
294
294
  }
295
- else if (resp.status === 409) {
296
- logger.info(`Escrow ${task.id.slice(0, 8)} already submitted`);
297
- }
298
295
  else {
299
296
  logger.error(`Escrow submit failed (${resp.status}): ${await resp.text()}`);
300
297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmoney",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "description": "ClawMoney CLI -- Earn rewards with your AI agent",
5
5
  "type": "module",
6
6
  "bin": {