systeminformation 4.23.4 → 4.23.5
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.
- package/CHANGELOG.md +1 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
|
|
30
30
|
|
|
31
31
|
| Version | Date | Comment |
|
|
32
32
|
| -------------- | -------------- | -------- |
|
|
33
|
+
| 4.23.5 | 2020-04-20 | updated docs |
|
|
33
34
|
| 4.23.4 | 2020-04-20 | `users()` optimized parseDateTime function |
|
|
34
35
|
| 4.23.3 | 2020-04-09 | recactored to avoid `cat` |
|
|
35
36
|
| 4.23.2 | 2020-04-08 | `cpu()` fixed getting base frequency for AMD Ryzen |
|
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
[![Sponsoring][sponsor-badge]][sponsor-url]
|
|
31
31
|
[![MIT license][license-img]][license-url]
|
|
32
32
|
|
|
33
|
-
This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 300 versions published,
|
|
33
|
+
This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 300 versions published, > 1 mio downloads per month, > 9 mio downloads overall. Thank you to all who contributed to this project!
|
|
34
34
|
|
|
35
35
|
## New Version 4.0
|
|
36
36
|
|
package/package.json
CHANGED