Skip to content

v2.6.1 — consumer pm:lint hotfix

Latest

Choose a tag to compare

@DATAXYZLTD DATAXYZLTD released this 12 Jun 20:24

Hotfix — pm:lint works out of the box in your project again. Patch release; the status enum, the frontmatter contract, and every command name are unchanged.

Fixed

  • Version-parity check no longer fails in projects that use Tandem. Previously, npm run pm:lint failed on every run in a project that merely installs the kit, because the check compared your app's package.json version against the kit version and demanded they match — but they are independent by design. The check now only enforces that match inside Tandem's own repo; in your project it simply passes.

Upgrade

Run npm run pm:update to pull the fix. If you applied a local workaround to validate-frontmatter.js, you can drop it after updating.