| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-29 | 888 Bytes | |
| v3.1.0 source code.tar.gz | 2026-04-29 | 910.3 kB | |
| v3.1.0 source code.zip | 2026-04-29 | 921.6 kB | |
| Totals: 3 Items | 1.8 MB | 1 | |
Minor Changes
-
8f37c4b: Bump the action runtime to Node 24 and harden the run loop:
action.ymlnow usesnode24(Node 20 is being deprecated by GitHub Actions on June 2, 2026)- Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found
- The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently
- Upgraded all direct dependencies to latest, including
@actions/cachev6,@actions/corev3,@actions/githubv9, andtypescriptv6 - Replaced the broken npm-publish release flow with
changeset tagso the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured) - Added a
verify-distCI job so PRs that forget to commitdist/fail loudly