dont watch patch.data directly in TS (#371)

* dont watch patch.data directly in TS

* installs and uninstalls working

* minor repairs
This commit is contained in:
Matt Hill
2021-07-20 10:20:39 -06:00
committed by Aiden McClelland
parent 65c4db09f3
commit d1b8f51b78
50 changed files with 444 additions and 340 deletions

View File

@@ -62,8 +62,8 @@ export interface InstallProgress {
'download-complete': boolean
validated: number
'validation-complete': boolean
read: number
'read-complete': boolean
unpacked: number
'unpack-complete': boolean
}
export interface InstalledPackageDataEntry {