mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 18:13:24 +01:00
2.6 KiB
2.6 KiB
@manypkg/get-packages
1.1.3
Patch Changes
1.1.2
Patch Changes
1.1.1
Patch Changes
35fcc9c
#70 Thanks @jesstelford! - Add missing license field
1.1.0
Minor Changes
a4db72a
#63 Thanks @evocateur! - Add support for Lerna monorepos
Patch Changes
- Updated dependencies [
a4db72a
]:- @manypkg/find-root@1.1.0
1.0.1
Patch Changes
596d821
#55 Thanks @Andarist! - Ignorenode_modules
when glob searching for packages. This fixes an issue with package cycles.
1.0.0
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
,packages
androot
- 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
name
field and theconfig
property has been renamed topackageJson
See the README for more information on the new API
Patch Changes
- Updated dependencies [
72a0112
]:- @manypkg/find-root@1.0.0