v0.2.1
Patch release. Fixes a version-reporting bug and improves error messages for malformed JSON.
Fixed
debtctl --versionnow reports the version declared inpackage.json. Previously the CLI
hardcoded0.1.0and continued to report it after the 0.2.0 release.- Malformed
package.jsonor.debtctl.jsonnow fails with a descriptiveFailed to parse <path>: <reason>error instead of a rawSyntaxErrorstack trace.
Changed
npm run buildnow cleansdist/before compiling, and the publish pipeline runs as
prepackinstead ofprepublishOnlysonpm packalso produces a fresh build. Prevents stale
or removed source files from leaking into published tarballs.
Full Changelog: v0.2.0...v0.2.1
npm: https://www.npmjs.com/package/debtctl/v/0.2.1