Skip to content

v0.64.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkochan zkochan released this 05 Apr 20:45
· 7854 commits to main since this release

Features

  • proper resolving of peer dependencies (#694, @zkochan)
  • forced installation after breaking changes in node_modules structure keeps outer links (#674, @zkochan)
  • recreate node_modules only with general installation (#674, @zkochan)

Bug Fixes

  • bins: binstubs of peer dependencies are linked to the dependent package's bin folder (1a7528d, @zkochan)
  • subdependencies of not installable packages are ignored (40b436c, @zkochan)
  • run scripts only in installable dependencies (2e95cb8, @zkochan)

Breaking Changes