Skip to content

v1.8.1 — hotfix: published package failed to start

Latest

Choose a tag to compare

@delorenj delorenj released this 25 Jul 22:47
· 4 commits to main since this release
c3e1e92

Fixed

  • npm package failed to start via npx/bunx (#108, #109): v1.8.0's bin pointed at src/index.ts while files only shipped build/**, so the published tarball couldn't resolve its own imports. bin points to build/index.js again; the 1.8.1 tarball is self-contained. Every install of @latest was affected — upgrading is the fix.

Changed

  • npm publishing now uses Trusted Publishing (OIDC) — no stored NPM_TOKEN (#106)
  • Publish workflow: removed recursive publish-script trap, added skip-if-already-published guards (#107)
  • Test and release maintenance hardening (#104)
  • README reinvigorated: npm/bunx quickstart now leads Installation, stale v1.5.0 banner removed, features updated, LICENSE link fixed