refactor: Remove dead code and stale references (#1950)

Remove the `runWithRetry` function exported from 4 cloud modules (aws, hetzner, gcp, digitalocean)
that were defined but never called anywhere in the codebase. Only `fly.ts` uses its own
`runWithRetry` internally, so that definition is preserved.

Also bump CLI version to 0.10.22 per version policy.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
A 2026-02-26 05:36:08 -08:00 committed by GitHub
parent 0a8d9b7440
commit 95d4ca93bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1 additions and 92 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.10.21",
"version": "0.10.22",
"type": "module",
"bin": {
"spawn": "cli.js"