Simpler known issues specification
Any local package can have a list of packages to accept instead, for example:
Full Changelog: 0.3.0...v0.3.1
Any local package can have a list of packages to accept instead, for example:
Full Changelog: 0.3.0...v0.3.1
{ 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"], } }