v1.2.7: Mirror fallback when live API fails
Mirror fallback when live API fails
Both recency-bypass search and readContent metadata now recover gracefully
when the arXiv live API is unavailable.
Fixed:
- search() recency bypass: live API failure falls back to searchMirror
instead of surfacing the error (#16) - readContent() metadata: fetchLivePapers failure falls back to
getPapersByIds + rowToMetadata from mirror (#16)
235 tests pass; bun run devcheck clean (TypeScript, lint, audit).