From 6728829b77d541677dfb0f6511627f51bab1a5e9 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 30 May 2019 20:24:35 +0200 Subject: [PATCH] updated typescript typings --- CHANGELOG.md | 1 + docs/gettingstarted.html | 2 +- docs/history.html | 5 +++++ docs/index.html | 4 ++-- lib/index.d.ts | 1 + 5 files changed, 10 insertions(+), 3 deletions(-) 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.

  • simple to use
  • get detailed information about system, cpu, baseboard, battery, memory, disks/filesystem, network, docker, software, services and processes
  • diff --git a/docs/history.html b/docs/history.html index 13e10e9..6b0b2a0 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,6 +80,11 @@ + + 4.7.3 + 2019-05-30 + updated typescript typings + 4.7.2 2019-05-30 diff --git a/docs/index.html b/docs/index.html index 87f91b6..d34fe2f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
    systeminformation
    -
    Current Version: 4.7.2
    +
    Current Version: 4.7.3
@@ -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 {