systeminformation 5.21.21 → 5.21.22

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 +1 -1
package/README.md CHANGED
@@ -389,7 +389,7 @@ Full function reference with examples can be found at [https://systeminformation
389
389
  | Function | Result object | Linux | BSD | Mac | Win | Sun | Comments |
390
390
  | --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
391
391
  | si.osInfo(cb) | {...} | X | X | X | X | X | OS information |
392
- | | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
392
+ | | platform | X | X | X | X | X | 'linux', 'darwin', 'Windows', ... |
393
393
  | | distro | X | X | X | X | X | |
394
394
  | | release | X | X | X | X | X | |
395
395
  | | codename | X | | X | | | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.21.21",
3
+ "version": "5.21.22",
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)",