Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@emarteca emarteca released this 08 Apr 13:51
· 48 commits to master since this release
5dae875

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.

Upgrade by @SandZn in #2

New Contributors

Full Changelog: v1.0.0...v1.0.1