Skip to content

v0.2.1

Choose a tag to compare

@KMavr KMavr released this 26 May 20:26
667e9ce

Patch release. Fixes a version-reporting bug and improves error messages for malformed JSON.

Fixed

  • debtctl --version now reports the version declared in package.json. Previously the CLI
    hardcoded 0.1.0 and continued to report it after the 0.2.0 release.
  • Malformed package.json or .debtctl.json now fails with a descriptive Failed to parse <path>: <reason> error instead of a raw SyntaxError stack trace.

Changed

  • npm run build now cleans dist/ before compiling, and the publish pipeline runs as
    prepack instead of prepublishOnly so npm pack also 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