Skip to content

v0.1.13

Compare
Choose a tag to compare
@bluwy bluwy released this 29 Jun 08:29
· 110 commits to master since this release

Bug fixes

  • Fix "types" condition-is-first check when there's preceding conditions that has it's "types" condition too. This is common for dual ESM-CJS packages where "types" are located within "require" and "import" conditions. (#47)
  • Temporarily skip "types" condition check when "typesVersions" key exist. The "typesVersions" key requires a complex resolution algorithm that is harder to implement, so a quick patch is applied to remove the false errors for now. (#42)

Full Changelog: v0.1.12...v0.1.13