feat: New package version available callout (#17097)

This commit is contained in:
Michael Kret
2025-07-16 16:38:11 +03:00
committed by GitHub
parent 5180869734
commit 49c84c2ce2
8 changed files with 162 additions and 70 deletions

View File

@@ -17,4 +17,5 @@ export type CommunityNodeType = {
companyName?: string;
nodeDescription: INodeTypeDescription;
isInstalled: boolean;
nodeVersions?: Array<{ npmVersion: string; checksum: string }>;
};