systeminformation
Advanced tools
Comparing version
@@ -1084,3 +1084,3 @@ 'use strict'; | ||
util.powerShell('$PSVersionTable').then(stdout => { | ||
const lines = stdout.toString().split('\n').map(line => line.replace(/ +/g, ' ').replace(/ +/g, ':')); | ||
const lines = stdout.toString().toLowerCase().split('\n').map(line => line.replace(/ +/g, ' ').replace(/ +/g, ':')); | ||
appsObj.versions.powershell = util.getValue(lines, 'psversion'); | ||
@@ -1087,0 +1087,0 @@ functionProcessed(); |
{ | ||
"name": "systeminformation", | ||
"version": "5.25.3", | ||
"version": "5.25.4", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
817137
0