systeminformation 5.25.10 → 5.25.11
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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,11 @@ lines of code, > 650 versions published, up to 8 mio downloads per month, > 330
|
|
|
35
35
|
mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who
|
|
36
36
|
contributed to this project!
|
|
37
37
|
|
|
38
|
+
> **Upcoming Version 6**
|
|
39
|
+
>
|
|
40
|
+
> With a lot of new features, improvements and a cleaned up API where will also
|
|
41
|
+
> be some breaking changes. We will release the first beta soon.
|
|
42
|
+
|
|
38
43
|
## Please support this project ... ☕️
|
|
39
44
|
|
|
40
45
|
Over the past few years I spent **more than 3.000 hours** working on this
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "systeminformation",
|
|
3
|
-
"version": "5.25.
|
|
3
|
+
"version": "5.25.11",
|
|
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)",
|