Skip to content

v0.69.1

Compare
Choose a tag to compare
@zkochan zkochan released this 06 Jun 16:57
· 7710 commits to main since this release

Features

Bug Fixes

  • fall back to copying when cannot link package (#782, @zkochan)
  • subdependencies of skipped optional dependencies are skipped as well (f414e25, @zkochan)

Breaking Changes

  • lockfile format changed
    • add dev and optional properties
    • use ssri for checking integrity (03433ab, @zkochan)
    • change the git resolution format (12abf73, @zkochan)
    • rename root to directory in file resolution (502b566, @zkochan)
    • optional deps are grouped separately from the production deps
    • the root dev deps are grouped separately from the production and optional deps