systeminformation
Advanced tools
Comparing version 3.23.3 to 3.23.4
@@ -101,2 +101,3 @@ # Changelog | ||
| -------------- | -------------- | -------- | | ||
| 3.23.4 | 2017-06-24 | bug fix `getDynamicData(), getAllData() - mem` | | ||
| 3.23.3 | 2017-06-23 | updated docs | | ||
@@ -103,0 +104,0 @@ | 3.23.2 | 2017-06-23 | bug fix `battery` (windows) | |
@@ -267,3 +267,3 @@ 'use strict'; | ||
mem().then(res => { | ||
mem.mem().then(res => { | ||
data.mem = res; | ||
@@ -270,0 +270,0 @@ functionProcessed(); |
{ | ||
"name": "systeminformation", | ||
"version": "3.23.3", | ||
"version": "3.23.4", | ||
"description": "Simple system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -440,3 +440,3 @@ # systeminformation | ||
``` | ||
### Known Issues | ||
## Known Issues | ||
@@ -470,3 +470,3 @@ #### OSX - Temperature Sensor | ||
### *: Additional Notes | ||
#### *: Additional Notes | ||
@@ -477,6 +477,7 @@ In `fsStats`, `disksIO` and `networkStats` the results per second values (rx_sec, IOPS, ...) are calculated beginning | ||
## Known Issues | ||
#### Finding new issues | ||
I am happy to discuss any comments and suggestions. Please feel free to contact me if you see any possibility of improvement! | ||
## Comments | ||
@@ -483,0 +484,0 @@ |
205175
568