fix typescript typings
This commit is contained in:
parent
7a525d006c
commit
b06b861bf1
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
|
node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
|
|||||||
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||||
|
| 5.12.12 | 2022-11-03 | fix typescript typings |
|
||||||
| 5.12.11 | 2022-10-27 | `wifiInterfaces()`, `wifiConnections` improved parsing (linux) |
|
| 5.12.11 | 2022-10-27 | `wifiInterfaces()`, `wifiConnections` improved parsing (linux) |
|
||||||
| 5.12.10 | 2022-10-25 | `bluetooth()` adapted parsing to accept also new profile (mac OS) |
|
| 5.12.10 | 2022-10-25 | `bluetooth()` adapted parsing to accept also new profile (mac OS) |
|
||||||
| 5.12.9 | 2022-10-24 | fix typescript typings, code cleanup, docs updated |
|
| 5.12.9 | 2022-10-24 | fix typescript typings, code cleanup, docs updated |
|
||||||
|
|||||||
@ -57,6 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.12.12</th>
|
||||||
|
<td>2022-11-03</td>
|
||||||
|
<td>fix typescript typings</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.11</th>
|
<th scope="row">5.12.11</th>
|
||||||
<td>2022-10-27</td>
|
<td>2022-10-27</td>
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
<img class="logo" src="assets/logo.png" alt="logo">
|
<img class="logo" src="assets/logo.png" alt="logo">
|
||||||
<div class="title">systeminformation</div>
|
<div class="title">systeminformation</div>
|
||||||
<div class="subtitle"><span id="typed"></span> </div>
|
<div class="subtitle"><span id="typed"></span> </div>
|
||||||
<div class="version">New Version: <span id="version">5.12.11</span></div>
|
<div class="version">New Version: <span id="version">5.12.12</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>
|
<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>
|
||||||
<div class="down">
|
<div class="down">
|
||||||
|
|||||||
4
lib/index.d.ts
vendored
4
lib/index.d.ts
vendored
@ -499,8 +499,8 @@ export namespace Systeminformation {
|
|||||||
operstate: string;
|
operstate: string;
|
||||||
type: string;
|
type: string;
|
||||||
duplex: string;
|
duplex: string;
|
||||||
mtu: number;
|
mtu: number | null;
|
||||||
speed: number;
|
speed: number | null;
|
||||||
dhcp: boolean;
|
dhcp: boolean;
|
||||||
dnsSuffix: string;
|
dnsSuffix: string;
|
||||||
ieee8021xAuth: string;
|
ieee8021xAuth: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user