npm package diff

Package: @forge/cli

Versions: 10.13.6 - 11.0.0-next.18

File: package/out/command-line/view/deploy-view.d.ts

Index: package/out/command-line/view/deploy-view.d.ts
===================================================================
--- package/out/command-line/view/deploy-view.d.ts
+++ package/out/command-line/view/deploy-view.d.ts
@@ -5,9 +5,9 @@
     private readonly ui;
     constructor(ui: UI);
     getLogger(): UI;
     displayStart(environment: string, environmentType: AppEnvironmentType): void;
-    displayListAppInstallationsError(): void;
+    displayHasNoAppInstallationsForEnvError(): void;
     displayLintRunning(): void;
     displayOutdatedInstallationsMessage(): void;
     displayRoaEligibilityFailureMessage(appVersion: string, envKey: string, envType: AppEnvironmentType): void;
     displayRoaEligibilitySuccessMessage(appVersion: string, envKey: string, envType: AppEnvironmentType): void;