systeminformation 5.16.7 → 5.16.8

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/util.js +2 -2
  2. package/package.json +1 -1
package/lib/util.js CHANGED
@@ -280,7 +280,7 @@ function parseHead(head, rights) {
280
280
  space = head[i] === ' ';
281
281
  }
282
282
  }
283
- to = 1000;
283
+ to = 5000;
284
284
  result.push({
285
285
  from: from,
286
286
  to: to,
@@ -423,7 +423,7 @@ function powerShellRelease() {
423
423
  function powerShell(cmd) {
424
424
 
425
425
  if (_psPersistent) {
426
- const id = Math.random().toString(36).substr(2, 10);
426
+ const id = Math.random().toString(36).substring(2, 12);
427
427
  return new Promise((resolve) => {
428
428
  process.nextTick(() => {
429
429
  function callback(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.16.7",
3
+ "version": "5.16.8",
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)",