typescript typings fix
This commit is contained in:
parent
9d7a3f30c6
commit
8e6f1adf5d
@ -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) |
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.33.4</th>
|
||||
<td>2020-12-28</td>
|
||||
<td><span class="code">typescript</span> typings fix</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.33.3</th>
|
||||
<td>2020-12-27</td>
|
||||
|
||||
@ -169,7 +169,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.33.3</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.33.4</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
1
lib/index.d.ts
vendored
1
lib/index.d.ts
vendored
@ -259,7 +259,6 @@ export namespace Systeminformation {
|
||||
vramDynamic: boolean;
|
||||
subDeviceId?: string;
|
||||
driverVersion?: string;
|
||||
subDeviceId?: string;
|
||||
name?: string;
|
||||
pciBus?: string;
|
||||
fanSpeed?: number;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user