Skip to content

dsh-output-styles 0.3.1

Choose a tag to compare

@PerryLink PerryLink released this 15 Aug 06:00
· 14 commits to main since this release

What's changed

Added

  • Publish workflow (.github/workflows/publish.yml): pushing a v* tag whose suffix matches the package.json version runs the full verification suite and publishes the tarball to npm with provenance - a GitHub release can never again leave npm behind.
  • prepublishOnly verification gate: every npm publish runs typecheck + the full test suite + the self-contained check before packing.
  • Package metadata: author, bugs, publishConfig.access: public.

Changed

  • pnpm run verify aggregates typecheck, tests, and the self-contained check.
  • The unknown-style error says available: none instead of a trailing empty list when the library is empty.
  • All five READMEs document the release flow.

Full Changelog: v0.3.0...v0.3.1