feat: integrate marketplace plugins with coding runtime
This commit is contained in:
@@ -572,7 +572,6 @@ export class PluginPackageStore {
|
||||
...this.accountCache.referencedReleaseIds(),
|
||||
...(this.activeWorkerReleaseIds() ?? []),
|
||||
...this.activeWorkers,
|
||||
latest.releaseId,
|
||||
]);
|
||||
const removable = records.filter((record) => !protectedIds.has(record.releaseId));
|
||||
if (removable.length === 0) return { status: 'kept', pluginId: validated, releaseId: latest.releaseId, version: latest.version };
|
||||
|
||||
Reference in New Issue
Block a user