updated typescript typings
This commit is contained in:
@@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.1.1 | 2019-03-13 | updated typescript typings |
|
||||
| 4.1.0 | 2019-03-13 | `versions()` added pip, pip3 |
|
||||
| 4.0.16 | 2019-03-12 | Happy birthday - 5th aniversary |
|
||||
| 4.0.15 | 2019-03-02 | `versions()` added java, python3, optimized gcc |
|
||||
|
||||
@@ -80,6 +80,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.1.1</th>
|
||||
<td>2019-03-13</td>
|
||||
<td>updated typescript typings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.1.0</th>
|
||||
<td>2019-03-13</td>
|
||||
|
||||
+1
-1
@@ -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.1.0</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.1.1</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">
|
||||
|
||||
Vendored
+2
@@ -223,6 +223,8 @@ export namespace Systeminformation {
|
||||
perl: string;
|
||||
python: string;
|
||||
python3: string;
|
||||
pip: string;
|
||||
pip3: string;
|
||||
java: string;
|
||||
gcc: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user