dsh-output-styles 0.3.1
What's changed
Added
- Publish workflow (.github/workflows/publish.yml): pushing a
v*tag whose suffix matches thepackage.jsonversion runs the full verification suite and publishes the tarball to npm with provenance - a GitHub release can never again leave npm behind. prepublishOnlyverification gate: everynpm publishruns typecheck + the full test suite + the self-contained check before packing.- Package metadata:
author,bugs,publishConfig.access: public.
Changed
pnpm run verifyaggregates typecheck, tests, and the self-contained check.- The unknown-style error says
available: noneinstead 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