npm package diff

Package: @forge/cli

Versions: 11.3.0-next.5-experimental-c9be087 - 11.3.0-next.8-experimental-900adc2

File: package/out/installations/installation-helper.js

Index: package/out/installations/installation-helper.js
===================================================================
--- package/out/installations/installation-helper.js
+++ package/out/installations/installation-helper.js
@@ -15,9 +15,9 @@
 }
 exports.validateInstallationId = validateInstallationId;
 async function selectSingleInstallation(ui, installations, installationTablePrompt, installationTableOverview) {
     const hasSecondaryInstallations = installations.some(({ secondaryProducts }) => secondaryProducts?.length);
-    const installationIndex = await ui.promptForSingleChoiceTable(installationTablePrompt, installationTableOverview, ['Environment', 'Site', hasSecondaryInstallations ? 'Product(s)' : 'Product', 'Major Version'], installations.map(({ id, environmentKey, product, secondaryProducts, site, version }) => ({
+    const installationIndex = await ui.promptForSingleChoiceTable(installationTablePrompt, installationTableOverview, ['Environment', 'Site', hasSecondaryInstallations ? 'Context(s)' : 'Context', 'Major Version'], installations.map(({ id, environmentKey, product, secondaryProducts, site, version }) => ({
         names: [
             (0, cli_shared_1.environmentToOption)(environmentKey),
             site,
             (0, cli_shared_1.productsDisplayName)(product, secondaryProducts),