From 6cd3e654cd23a9f1efa87c294324eb588ea1b0ac Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 1 Mar 2022 20:59:41 +0100 Subject: [PATCH] typescript typings fix diskLayout() --- 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 a474e29..01d3628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.11.6 | 2022-03-01 | typescript typings fix `diskLayout()` | | 5.11.5 | 2022-02-26 | fixed parsing issues (windows) | | 5.11.4 | 2022-02-20 | `powerShell` execution policy fix (windows) | | 5.11.3 | 2022-02-14 | updated docs | diff --git a/docs/history.html b/docs/history.html index 5308e49..ccbf9f6 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.11.6 + 2022-03-01 + typescript typings fix diskLayout() + 5.11.5 2022-02-26 diff --git a/docs/index.html b/docs/index.html index a06fc8f..cdfda8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.11.5
+
New Version: 5.11.6
diff --git a/lib/index.d.ts b/lib/index.d.ts index 975be47..90210f0 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -269,6 +269,7 @@ export namespace Systeminformation { serialNum: string; interfaceType: string; smartStatus: string; + temperature: null | number; smartData?: SmartData; }