systeminformation 5.21.20 → 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 +23 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,28 @@
28
28
  [![Caretaker][caretaker-image]][caretaker-url]
29
29
  [![MIT license][license-img]][license-url]
30
30
 
31
+ ### Merry Christmas and Happy new year
32
+
33
+ ```
34
+ .''.
35
+ .''. . *''* :_\/_:
36
+ :_\/_: _\(/_ .:.*_\/_* : /\ :
37
+ .''.: /\ : ./)\ ':'* /\ * : '..'.
38
+ :_\/_:'.:::. ' *''* * '.\'/.' _\(/_
39
+ : /\ : ::::: *_\/_* -= o =- /)\
40
+ '..' ':::' * /\ * .'/.\'. '
41
+ *..* :
42
+ *
43
+ * /.\ * * . *
44
+ . /..'\ . . * .
45
+ */'.'\* . . . * *
46
+ * /.''.'\ * . . . *
47
+ . */.'.'.\*
48
+ ...".""""/'.''.'.\""."."...
49
+ ^^^[_]^^^*
50
+ ```
51
+ I wish you all a Merry Christmas and a peaceful New Year 2024.
52
+
31
53
  ## The Systeminformation Project
32
54
  This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 8 mio downloads per month, > 220 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
33
55
 
@@ -367,7 +389,7 @@ Full function reference with examples can be found at [https://systeminformation
367
389
  | Function | Result object | Linux | BSD | Mac | Win | Sun | Comments |
368
390
  | --------------------- | ------------- | ----- | --- | --- | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
369
391
  | si.osInfo(cb) | {...} | X | X | X | X | X | OS information |
370
- | | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
392
+ | | platform | X | X | X | X | X | 'linux', 'darwin', 'Windows', ... |
371
393
  | | distro | X | X | X | X | X | |
372
394
  | | release | X | X | X | X | X | |
373
395
  | | codename | X | | X | | | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.21.20",
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)",