remove current-dependents, derive instead

remove pointers from current-dependencies

remove pointers and system pointers from FE
This commit is contained in:
Matt Hill
2023-02-16 20:34:20 -07:00
committed by Aiden McClelland
parent 8ee64d22b3
commit e4d283cc99
12 changed files with 43 additions and 111 deletions

View File

@@ -76,7 +76,7 @@ export class UpdatesPage {
delete this.marketplaceService.updateErrors[id]
this.marketplaceService.updateQueue[id] = true
if (hasCurrentDeps(local)) {
if (await hasCurrentDeps(this.patch, local.manifest.id)) {
this.dryUpdate(manifest, url)
} else {
this.update(id, version, url)