diff --git a/CHANGELOG.md b/CHANGELOG.md index 886112c..ba96626 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.15 | 2022-05-11 | `audio()` fix typescript typings | | 5.11.14 | 2022-04-22 | `netforkInterfaces()` node 18 compatibility | | 5.11.13 | 2022-04-21 | `networkStats()` improved scanning (mac OS) | | 5.11.12 | 2022-04-19 | `battery()` improved M1 support (mac OS) | diff --git a/docs/history.html b/docs/history.html index 2fc59e9..3fe058b 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.11.15 + 2022-05-11 + audio() fix typescript typings + 5.11.14 2022-04-22 diff --git a/docs/index.html b/docs/index.html index f896172..da59ff8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.11.14
+
New Version: 5.11.15
@@ -214,7 +214,7 @@
Downloads last month
-
535
+
538
Dependents
diff --git a/lib/index.d.ts b/lib/index.d.ts index 90210f0..f0efaeb 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -876,9 +876,10 @@ export namespace Systeminformation { default: boolean; revision: string; driver: string; + channel: string; in: boolean; out: boolean; - interfaceType: string; + type: string; status: string; }