mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-13 15:40:55 +00:00
De-export interfaces, types, and constants that are only used within their own module files. These were exported but never imported by any other module or test file, unnecessarily widening the public API surface. Affected symbols: - aws: AwsState, Region, REGIONS, AGENT_BUNDLE_DEFAULTS - digitalocean: DigitalOceanState, DropletSize, DROPLET_SIZES, DoRegion, DO_REGIONS - gcp: GcpState, MachineTypeTier, MACHINE_TYPES, ZoneOption, ZONES - hetzner: HetznerState, ServerTypeTier, SERVER_TYPES, LocationOption, LOCATIONS - sprite: SpriteState Co-authored-by: spawn-qa-bot <qa@openrouter.ai> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| aws | ||
| commands | ||
| digitalocean | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| flags.ts | ||
| guidance-data.ts | ||
| history.ts | ||
| index.ts | ||
| manifest.ts | ||
| picker.ts | ||
| security.ts | ||
| unicode-detect.ts | ||
| update-check.ts | ||