From b79c518b77b95f77d40829ddebbc85f25bc925b0 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 1 Mar 2019 15:36:50 +0100 Subject: [PATCH] updated typescript typings --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- lib/index.d.ts | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab7928..41ddc0d 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.0.14 | 2019-03-01 | updated typescript typings | | 4.0.13 | 2019-03-01 | `diskLayout()` added device (/dev/sda...) linux, mac | | 4.0.12 | 2019-03-01 | `diskLayout()` linux rewritten - better detection | | 4.0.11 | 2019-02-23 | `users()` fix windows (time), added @ts-check | diff --git a/docs/history.html b/docs/history.html index c22810c..137b534 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,6 +80,11 @@ + + 4.0.14 + 2019-03-01 + updated typescript typings + 4.0.13 2019-03-01 diff --git a/docs/index.html b/docs/index.html index df4e23c..faf0f08 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
-
Current Version: 4.0.13
+
Current Version: 4.0.14
diff --git a/lib/index.d.ts b/lib/index.d.ts index 9f2b513..2549724 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -120,6 +120,7 @@ export namespace Systeminformation { } interface DiskLayoutData { + device: string; type: string; name: string; vendor: string;