systeminformation
Advanced tools
Comparing version 5.24.0 to 5.24.1
@@ -1036,3 +1036,3 @@ 'use strict'; | ||
const line = stdout.toString().split('\n')[0].trim(); | ||
appsObj.versions.fish = line; | ||
appsObj.versions.bun = line; | ||
} | ||
@@ -1048,3 +1048,3 @@ functionProcessed(); | ||
if (parts.length > 1) { | ||
appsObj.versions.fish = parts[1]; | ||
appsObj.versions.deno = parts[1]; | ||
} | ||
@@ -1051,0 +1051,0 @@ } |
{ | ||
"name": "systeminformation", | ||
"version": "5.24.0", | ||
"version": "5.24.1", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
811334