Skip to content

Releases: unjs/nypm

v0.3.12

25 Sep 22:55
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Detect bun.lock (#153)

v0.3.11

25 Aug 20:07
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Do not call addDependency with an empty array (#147)
  • Correct yarn detection (#140)

🏑 Chore

  • Update link to nyan cat video (#137)
  • Update deps (80b25a6)

❀️ Contributors

v0.3.9

28 Jun 09:31
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Allow installing peerDeps when using addDependency (#135)
  • cli: Support pnpm (rm, uninstall, un) aliases for removing packages (#126)
  • Add option to install dependencies with a frozen lockfile (#121)

🩹 Fixes

  • Use correct flag when getting pnpm workspace args (#130)

🏑 Chore

❀️ Contributors

v0.3.8

03 Mar 17:33
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Findup until root from user cwd (0309498)

🏑 Chore

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.7

03 Mar 17:08
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add global mode support (#113)
  • Detect based on dlx command as fallback (#117)

🩹 Fixes

  • yarn: Handle global for yarn 1.x only (f5e4a39)

πŸ“– Documentation

  • Add jsdocs for detectPackageManager (a7dfce7)

❀️ Contributors

v0.3.6

22 Jan 21:03
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Allow installing multiple dependencies (#107)

πŸ“¦ Build

  • cli: Only import required fields from package.json to the bundle (591dd4d)

🏑 Chore

πŸ€– CI

  • Increase timeout for windows (da4a986)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.4

30 Dec 01:00
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Allow specify packageManager by name (5376aeb)

🩹 Fixes

  • detectPackageManager: Check parent dirs by default (4cf3346)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.3

11 Sep 10:04
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Basic nypm cli (#95)

🩹 Fixes

  • Fallback to local package manager when corepack not installed (#94)

🏑 Chore

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.2

29 Aug 21:44
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Remove extra console.log (251c374)
  • Buffer stdio in silent mode (b81da19)
  • Pass appropriate workspace args and improve tests (#90)

🏑 Chore

  • Set git-checks: false to allow publish (af83d2d)
  • Update dependencies (84357e0)

βœ… Tests

  • bun: Add packageManager field to allow tests passing (a731666)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.1

24 Aug 13:22
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add support for bun (#87)

🏑 Chore

❀️ Contributors