wrangler-action/node_modules/@manypkg/get-packages/CHANGELOG.md
2023-08-07 15:11:15 -05:00

2.6 KiB

@manypkg/get-packages

1.1.3

Patch Changes

  • #122 7bd4f34 Thanks @fz6m! - Fixed getting correct packages in pnpm workspaces with exclude rules.

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

Patch Changes

  • Updated dependencies [a4db72a]:
    • @manypkg/find-root@1.1.0

1.0.1

Patch Changes

  • 596d821 #55 Thanks @Andarist! - Ignore node_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 from get-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 and root
    • 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 the config property has been renamed to packageJson

    See the README for more information on the new API

Patch Changes

  • Updated dependencies [72a0112]:
    • @manypkg/find-root@1.0.0