Releases: emarteca/npm-filter
Releases · emarteca/npm-filter
v1.0.1
Bug fixes
- fix in the dependency tracking dependency reinstallation when the package manager is npm (by @SandZn in #2)
- add next to the globally installed npm modules in the docker container
Functionality changes/upgrades
Refine the way to compute dependencies: if dependency tracking is enabled, we now individually list dependencies that share a namespace.
For example, with dependencies @types/history
and @types/express
, these are now both listed rather than only listing @type
as one dependency.
New Contributors
Full Changelog: v1.0.0...v1.0.1