Uninstall systeminformation, which was the original module being used to determine monitor stats. Now use the internal electron.screen module, which I was using originally? Yikes.
This commit is contained in:
parent
6cda9aed1d
commit
98a0eff503
|
@ -7250,11 +7250,6 @@
|
||||||
"system": {
|
"system": {
|
||||||
"version": "file:lib/system"
|
"version": "file:lib/system"
|
||||||
},
|
},
|
||||||
"systeminformation": {
|
|
||||||
"version": "4.10.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.10.0.tgz",
|
|
||||||
"integrity": "sha512-TkxJNSPANYob0rnwuI/JLBqVqdy5UivvdnpMGyjS2V10B+60wsvk90xyCrNE5sGA5Wse6EjnlEmBM7HtV25kTw=="
|
|
||||||
},
|
|
||||||
"tar": {
|
"tar": {
|
||||||
"version": "4.4.10",
|
"version": "4.4.10",
|
||||||
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz",
|
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz",
|
||||||
|
|
|
@ -49,13 +49,13 @@
|
||||||
"cmd": "file:lib/cmd",
|
"cmd": "file:lib/cmd",
|
||||||
"delay": "file:lib/delay",
|
"delay": "file:lib/delay",
|
||||||
"devices": "file:lib/devices",
|
"devices": "file:lib/devices",
|
||||||
"filmout": "file:lib/filmout",
|
|
||||||
"display": "file:lib/display",
|
"display": "file:lib/display",
|
||||||
"electron-updater": "^4.0.6",
|
"electron-updater": "^4.0.6",
|
||||||
"exec": "file:lib/exec",
|
"exec": "file:lib/exec",
|
||||||
"exit": "file:lib/exit",
|
"exit": "file:lib/exit",
|
||||||
"ffmpeg": "file:lib/ffmpeg",
|
"ffmpeg": "file:lib/ffmpeg",
|
||||||
"ffprobe": "file:lib/ffprobe",
|
"ffprobe": "file:lib/ffprobe",
|
||||||
|
"filmout": "file:lib/filmout",
|
||||||
"fs-extra": "^8.0.1",
|
"fs-extra": "^8.0.1",
|
||||||
"humanize-duration": "^3.18.0",
|
"humanize-duration": "^3.18.0",
|
||||||
"intval": "file:lib/intval",
|
"intval": "file:lib/intval",
|
||||||
|
@ -72,7 +72,6 @@
|
||||||
"settings": "file:lib/settings",
|
"settings": "file:lib/settings",
|
||||||
"spawn": "file:lib/spawn",
|
"spawn": "file:lib/spawn",
|
||||||
"system": "file:lib/system",
|
"system": "file:lib/system",
|
||||||
"systeminformation": "^4.10.0",
|
|
||||||
"uuid": "^3.3.2",
|
"uuid": "^3.3.2",
|
||||||
"winston": "^3.2.1"
|
"winston": "^3.2.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue