Skip to content

Releases: egoist/detect-package-manager

v3.0.2

05 May 20:33
de2318f
Compare
Choose a tag to compare

3.0.2 (2024-05-05)

Bug Fixes

  • Add types to exportMap in package.json (#15) (cab87a1)

v3.0.1

04 Sep 08:15
Compare
Choose a tag to compare

3.0.1 (2023-09-04)

Bug Fixes

  • make bun checking optional (5bef6ec)

v3.0.0

04 Sep 08:10
Compare
Choose a tag to compare

3.0.0 (2023-09-04)

Features

BREAKING CHANGES

  • support bun

v2.0.1

24 Oct 03:35
Compare
Choose a tag to compare

2.0.1 (2021-10-24)

Bug Fixes

  • add types field in package.json (07fb95c)

v2.0.0

24 Oct 03:30
Compare
Choose a tag to compare

2.0.0 (2021-10-24)

Features

BREAKING CHANGES

  • Removed default export, use named export detect instead.
  • The order the check lockfile: yarn -> pnpm -> npm, the order the check command: yarn -> pnpm -> npm