| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-10 | 563 Bytes | |
| v1.7.2 source code.tar.gz | 2026-04-10 | 789.4 kB | |
| v1.7.2 source code.zip | 2026-04-10 | 874.0 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
What's new
Skip redirected routes (#54 — @DloomPlz)
When a page 307s (auth middleware, etc.), boneyard now stops after the first breakpoint instead of retrying 3x. Saves significant time on apps where most routes are behind login.
--cookie CLI flag (#54 — @DloomPlz)
Shorthand to pass auth cookies without touching the config file:
npx boneyard-js build --cookie "next-auth.session-token=abc123"
Repeatable for multiple cookies. Auto-sets domain from the target URL.
44 lines changed, no breaking changes. Both features are additive.