npm package diff

Package: @forge/cli-shared

Versions: 6.8.0-next.14 - 6.8.0-next.13-experimental-f55f6f2

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -889,10 +889,9 @@
         },
         interactive: {
             desc: 'Select where to uninstall the app:',
             progressInfo: `To uninstall your app from a site or workspace, select it from the list.\nPress Ctrl+C to cancel.`,
-            done: `\n${log_symbols_1.default.success} Apps uninstalled`,
-            confirmOptionalContexts: (environment, environmentType) => `This will uninstall the app from the required context and other compatible contexts in this site and ${exports.Text.env.displayEnvironment(environment, environmentType)}. Are you sure you want to continue?`
+            done: `\n${log_symbols_1.default.success} Apps uninstalled`
         },
         info: 'Uninstalling the app from the provided context.',
         done: (product, domain, environment, isMulti) => `${isMulti ? log_symbols_1.default.info : log_symbols_1.default.success} Uninstalled from the ${(0, environment_1.environmentToOption)(environment)} environment in ${product} on ${buildTerminalLink(domain)}.`,
         failed: (product, domain, environment) => `Failed to uninstall the app from the ${(0, environment_1.environmentToOption)(environment)} environment in ${product} on ${buildTerminalLink(domain)}. Try rerunning the command, or ask for help if you continue to see this error.`,