updated typescript typings
This commit is contained in:
parent
604dd02b13
commit
6728829b77
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.7.3 | 2019-05-30 | updated typescript typings |
|
||||
| 4.7.2 | 2019-05-30 | `versions()` added virtualbox, java popup fix macos |
|
||||
| 4.7.1 | 2019-05-29 | `memLayout()` fix macos mojave |
|
||||
| 4.7.0 | 2019-05-29 | partial netBSD support |
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
<div class="col-12 sectionheader">
|
||||
<div class="title">Quick Start</div>
|
||||
<div class="text">
|
||||
<p>Lightweight collection of 35+ functions to retrieve detailed hardware, system and OS information.</p>
|
||||
<p>Lightweight collection of 40+ functions to retrieve detailed hardware, system and OS information.</p>
|
||||
<ul>
|
||||
<li>simple to use</li>
|
||||
<li>get detailed information about system, cpu, baseboard, battery, memory, disks/filesystem, network, docker, software, services and processes</li>
|
||||
|
||||
@ -80,6 +80,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.7.3</th>
|
||||
<td>2019-05-30</td>
|
||||
<td>updated typescript typings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.7.2</th>
|
||||
<td>2019-05-30</td>
|
||||
|
||||
@ -170,7 +170,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.7.2</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.7.3</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">
|
||||
@ -193,7 +193,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">8,536</div>
|
||||
<div class="numbers">8,556</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
|
||||
1
lib/index.d.ts
vendored
1
lib/index.d.ts
vendored
@ -228,6 +228,7 @@ export namespace Systeminformation {
|
||||
pip3: string;
|
||||
java: string;
|
||||
gcc: string;
|
||||
virtualbox: string;
|
||||
}
|
||||
|
||||
interface UserData {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user