systeminformation 5.11.14 → 5.11.15

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 +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -876,9 +876,10 @@ export namespace Systeminformation {
876
876
  default: boolean;
877
877
  revision: string;
878
878
  driver: string;
879
+ channel: string;
879
880
  in: boolean;
880
881
  out: boolean;
881
- interfaceType: string;
882
+ type: string;
882
883
  status: string;
883
884
  }
884
885
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.11.14",
3
+ "version": "5.11.15",
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)",