All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
skott@0.23.0
Minor Changes
d5f21c4: Add getWorkspace on skott instance that returns a dictionary with all workspace manifests and dependencies listed in each one of them.
Allow devDependencies to be reported when using showUnusedDependencies CLI flag.
Raise exceptions when using the skott API and providing illegal configurations.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
skott@0.23.0
Minor Changes
d5f21c4: Add
getWorkspace
on skott instance that returns a dictionary with all workspace manifests and dependencies listed in each one of them.Allow devDependencies to be reported when using
showUnusedDependencies
CLI flag.Raise exceptions when using the skott API and providing illegal configurations.
Patch Changes