Skip to content

Release v2.0.5 - WMIC Replacement & Dep Upgrade

Compare
Choose a tag to compare
@dscalzi dscalzi released this 21 Aug 15:38
· 26 commits to master since this release
32e95f7

Release v2.0.5

WMIC is the command line tool used under the hood by node-disk-info to get drive information. Microsoft has deprecated WMIC and node-disk-info is not being updated. As such, we have dropped the package and replaced the functionality.

Also included in this release is a general dependency upgrade which includes an upgrade of the linter. The project has switched to a more stringent default ruleset, which required a number of code quality changes.

Changes

  • e5f8ba4 Drop node-disk-info and resolve drives via powershell.
  • 0286f51 Dependency upgrade, upgrade linter.