diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2f408..20799d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.7.3 | 2019-05-30 | updated typescript typings | | 4.7.2 | 2019-05-30 | `versions()` added virtualbox, java popup fix macos | | 4.7.1 | 2019-05-29 | `memLayout()` fix macos mojave | | 4.7.0 | 2019-05-29 | partial netBSD support | diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index 30a370b..8608db7 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -46,7 +46,7 @@
Quick Start
-

Lightweight collection of 35+ functions to retrieve detailed hardware, system and OS information.

+

Lightweight collection of 40+ functions to retrieve detailed hardware, system and OS information.

@@ -193,7 +193,7 @@
-
8,536
+
8,556
Lines of code
diff --git a/lib/index.d.ts b/lib/index.d.ts index a266329..dd7fe88 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -228,6 +228,7 @@ export namespace Systeminformation { pip3: string; java: string; gcc: string; + virtualbox: string; } interface UserData {