npm package diff
Package: @forge/cli
Versions: 10.13.2 - 10.13.3-next.10
File: package/out/command-line/view/install-view.d.ts
Index: package/out/command-line/view/install-view.d.ts
===================================================================
--- package/out/command-line/view/install-view.d.ts
+++ package/out/command-line/view/install-view.d.ts
@@ -10,7 +10,8 @@
private readonly ui;
constructor(ui: UI);
promptForPermissionsConfirmation({ scopes, egressAddresses }: AppEnvironmentPermissions, addedScopes: AddedScope[], manifestScopes: string[], manifestEgressAddresses: string[], environment: string, confirmScopes: boolean, nonInteractive: boolean, text: InstallOrUpgradeCommandText): Promise<boolean>;
promptForUpgrade(installations: Installation[]): Promise<Installation>;
+ displayUIKit1DeprecationMessage(modules: string[]): void;
}
export {};
//# sourceMappingURL=install-view.d.ts.map
\ No newline at end of file