From 8e6f1adf5d6c0ff2ef682fcb03612bbe17fc023c Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Mon, 28 Dec 2020 08:09:14 +0100 Subject: [PATCH] typescript typings fix --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- lib/index.d.ts | 1 - 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1130b..d257550 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.33.4 | 2020-12-28 | `typescript` typings fix | | 4.33.3 | 2020-12-27 | `graphics()` updated docs | | 4.33.2 | 2020-12-27 | `graphics()` fixed issue (nvidia-smi) | | 4.33.1 | 2020-12-22 | `versions()` fixed issue (mac OS) | diff --git a/docs/history.html b/docs/history.html index fcf5796..9e12256 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.33.4 + 2020-12-28 + typescript typings fix + 4.33.3 2020-12-27 diff --git a/docs/index.html b/docs/index.html index 9ab0a72..7b4e489 100644 --- a/docs/index.html +++ b/docs/index.html @@ -169,7 +169,7 @@
systeminformation
-
Current Version: 4.33.3
+
Current Version: 4.33.4
diff --git a/lib/index.d.ts b/lib/index.d.ts index 1af2300..2ad1dfe 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -259,7 +259,6 @@ export namespace Systeminformation { vramDynamic: boolean; subDeviceId?: string; driverVersion?: string; - subDeviceId?: string; name?: string; pciBus?: string; fanSpeed?: number;