systeminformation 5.11.5 → 5.11.6

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/lib/index.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -269,6 +269,7 @@ export namespace Systeminformation {
269
269
  serialNum: string;
270
270
  interfaceType: string;
271
271
  smartStatus: string;
272
+ temperature: null | number;
272
273
  smartData?: SmartData;
273
274
  }
274
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.11.5",
3
+ "version": "5.11.6",
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)",