systeminformation 5.11.9 → 5.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -224,7 +224,7 @@ Full function reference with examples can be found at [https://systeminformation
224
224
  | | min | X | X | X | X | X | min CPU speed (all cores) |
225
225
  | | max | X | X | X | X | X | max CPU speed (all cores) |
226
226
  | | cores | X | X | X | X | X | CPU speed per core (array) |
227
- | si.cpuTemperature(cb) | {...} | X | X | X* | X | | CPU temperature (if supported) |
227
+ | si.cpuTemperature(cb) | {...} | X | X | X* | X | | CPU temperature in C (if supported) |
228
228
  | | main | X | X | X | X | | main temperature (avg) |
229
229
  | | cores | X | X | X | X | | array of temperatures |
230
230
  | | max | X | X | X | X | | max temperature |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.11.9",
3
+ "version": "5.11.10",
4
4
  "description": "Advanced, lightweight system and OS information library",
5
5
  "license": "MIT",
6
6
  "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
@@ -96,4 +96,4 @@
96
96
  "engines": {
97
97
  "node": ">=8.0.0"
98
98
  }
99
- }
99
+ }