Skip to content

Simpler known issues specification

Choose a tag to compare

@mxdvl mxdvl released this 12 May 10:36
· 34 commits to main since this release

Any local package can have a list of packages to accept instead, for example:

{
  devDependencies: {
    "@types/package": "1.0.9",
   "package": "1.1.1"
  }
  known_issues: {
    // the contract is that both major and minor must match
    "package@1.1.1": ["@types/package@1.1.x"],
  }
}

Full Changelog: 0.3.0...v0.3.1