Skip to content

feat(poly check, poly libs): extract library names by parsing lock files

Compare
Choose a tag to compare
@DavidVujic DavidVujic released this 23 Jun 18:09
· 45 commits to main since this release
a6d5b0a

The goal of the changes in this Pull Request is to have a more detailed and precise analysis of the third-party libraries used in the Polylith Workspace when using the CLI. Poetry plugin users already have this feature (the tool uses the underlying Poetry lock-file feature under the hood).

Details in Pull Request #220 and #221