Update packages, core doesn't need updates and update to use IO util update

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 14:52:29 +01:00
parent 9a364e607b
commit 3b4b5725f0
3 changed files with 52 additions and 32 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ export async function getDetails(): Promise<{
...(await (isWindows
? getWindowsInfo()
: isMacOS
? getMacOsInfo()
: getLinuxInfo())),
? getMacOsInfo()
: getLinuxInfo())),
platform,
arch,
isWindows,