sebhildebrandt / systeminformation

System Information Library for Node.JS
MIT License
2.65k stars 300 forks source link

hypervisor is listed twice in OsData interface #875

Closed Soviut closed 7 months ago

Soviut commented 7 months ago

Describe the bug

In the OsData interface, hypervisor occurs twice.

To Reproduce

Steps to reproduce the behavior:

  1. Visit https://github.com/sebhildebrandt/systeminformation/blob/master/lib/index.d.ts#L381
  2. Observe hypervisor?: boolean; twice in interface OsData

Current Output

N/A

Expected behavior

N/A

Environment (please complete the following information):

N/A

To get all needed environment information, please run the following command:

N/A

Additional context

N/A

sebhildebrandt commented 7 months ago

@Soviut thank you!! Fixed, Version 5.21.19 just published