npm package diff

Package: @forge/cli-shared

Versions: 6.6.1-next.5 - 6.6.1-next.6

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -111,8 +111,9 @@
     maxSizeOfUsersWithAccess: 10,
     installationContext: {
         overviewProduct: 'Select the product your app uses.\n',
         promptProduct: 'Select a product:',
+        promptOptionalProducts: 'Select optional products:',
         overviewSite: '\nEnter your site. For example, your-domain.atlassian.net\n',
         overviewWorkspace: '\nEnter your workspace. For example, bitbucket.org/your-workspace\n',
         promptSite: 'Enter the site URL:',
         promptWorkspace: 'Enter the workspace URL:'
@@ -694,8 +695,11 @@
             start: (envKey, envType) => `Installing your app on to ${exports.Text.env.displayEnvironment(envKey, envType)}...`,
             end: (displayTick) => `${displayTick ? greenTick + ' ' : ''}Install complete!`
         },
         booleanToScope: (isLatest) => (isLatest ? `Latest` : `Out-of-date`),
+        alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required product,${chalk_1.default.reset(' ')}${chalk_1.default.bold(product)}.\n`,
+        installingToRequiredProduct: (product) => `\nYour app will be installed into your required product,${chalk_1.default.reset(' ')}${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional products.\n`,
+        installingToOptionalProduct: `This app will be installed as an optional product.`,
         bannerSite: `\nInstalling your app onto an Atlassian site.\n${ctrlC}\n`,
         bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
         optionConfirmScopes: 'skip confirmation of scopes for the app before installing or upgrading the app',
         optionUpgrade: 'upgrade an existing installation',