mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix the type for InstalledNodes.latestVersion (no-changelog) (#10782)
This commit is contained in:
committed by
GitHub
parent
8496adb94f
commit
7d6ec6544e
@@ -2447,7 +2447,7 @@ export type PublicInstalledPackage = {
|
||||
export type PublicInstalledNode = {
|
||||
name: string;
|
||||
type: string;
|
||||
latestVersion: string;
|
||||
latestVersion: number;
|
||||
package: PublicInstalledPackage;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user