> A simple utility to get the packages from a monorepo, whether they're using Yarn, npm, Lerna, pnpm, Bun or Rush
Last release 1 years ago
25 Jul 2025
Release timing varies
gaps range from 2 weeks to 1.2 years
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
13 releases · first in 2020
Release timeline
13 releases since 2020Releases
- 3.1.025 Jul 2025
Release notes
Open source →Minor Changes
Patch Changes
- Updated dependencies [
2c06ac0]:- @manypkg/[email protected]
- @manypkg/[email protected]
- Updated dependencies [
- 3.0.01 May 2025
Release notes
Open source →Major Changes
-
#250
3cf8c4eThanks @Andarist! - Fixed an issue with projects using npm workspaces being recognized as yarn projects -
#242
1763058Thanks @spanishpear! - This package is now published as a pure ESM package. -
#244
f29df03Thanks @Andarist! - Add"engines"field for explicit node version support. The supported node versions are>=20.0.0.
Patch Changes
- Updated dependencies [
28c3ff4,28c3ff4,3cf8c4e,1763058,a00f5f7,ceeb7cb,f29df03]:- @manypkg/[email protected]
- @manypkg/[email protected]
-
- 2.2.227 Jun 2024
Release notes
Open source →Patch Changes
-
#208
361a34fThanks @benmccann! - Add git repository info topackage.json -
Updated dependencies [
361a34f]:- @manypkg/[email protected]
- @manypkg/[email protected]
-
- 2.2.115 Mar 2024
Release notes
Open source →Patch Changes
- #201
3c9641cThanks @manzoorwanijk! - Fixed the error for getPackages when given a non-root directory
- #201
- 2.2.09 Jun 2023
Release notes
Open source →Minor Changes
- #174
de0fff3Thanks @steve-taylor! - Restored support for Bolt monorepos.
Patch Changes
- Updated dependencies [
de0fff3]:- @manypkg/[email protected]
- @manypkg/[email protected]
- #174
- 2.1.031 Jan 2023
Release notes
Open source →Minor Changes
- #167
bf586f5Thanks @elliot-nelson! - ThegetPackagesandgetPackagesSyncmethods now take an optional list ofToolimplementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.
Patch Changes
- Updated dependencies [
bf586f5]:- @manypkg/[email protected]
- #167
- 2.0.023 Jan 2023
Release notes
Open source →Major Changes
- #162
f046017Thanks @Andarist! - Increased the transpilation target of the source files to[email protected]. At the same time added this aspackage.json#enginesto explicitly declare the minimum node version supported by this package.
- #151
a01efc9Thanks @elliot-nelson! - Theget-packagespackage now returns a slightly different structure. The oldtoolstring has been replaced with atoolobject, using the newToolinterface provided by@manypkg/tools. EachPackagenow contains both the absolute directory and relative directory path. Last, therootpackage has been renamedrootPackageand is optional, to support monorepos that do not contain a root package.
Patch Changes
- Updated dependencies [
a01efc9,a01efc9,7b9c4f6,f046017]:- @manypkg/[email protected]
- @manypkg/[email protected]
- #162
- 1.1.39 Nov 2021
- 1.1.228 Oct 2021
Release notes
Open source → - 1.1.111 Aug 2020
Release notes
Open source →Patch Changes
35fcc9c#70 Thanks @jesstelford! - Add missing license field
- 1.1.025 Jun 2020
Release notes
Open source →Minor Changes
a4db72a#63 Thanks @evocateur! - Add support for Lerna monorepos
Patch Changes
- Updated dependencies [
a4db72a]:- @manypkg/[email protected]
- 1.0.128 Mar 2020
- 1.0.07 Mar 2020
Release notes
Open source →Major Changes
-
72a0112#47 Thanks @tarang9211! - Initial release of@manypkg/get-packages. If you're migrating fromget-workspaces, the most important changes are:- getPackages is a named export
- getPackages only accepts a single argument which is the directory to search from
- getPackages returns an object which has
tool,packagesandroot - getPackages will search up from the directory passed in to find a project root rather than requiring the project root to be passed in
- the package objects no longer have a
namefield and theconfigproperty has been renamed topackageJson
See the README for more information on the new API
Patch Changes
- Updated dependencies [
72a0112]:- @manypkg/[email protected]
-