npm package diff
Package: @forge/cli-shared
Versions: 6.6.1-next.11 - 6.6.1-next.12
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -698,11 +698,12 @@
},
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.`,
+ alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required product, ${chalk_1.default.bold(product)}.`,
+ installingToRequiredProduct: (product) => `\nYour app will be installed into your required product, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional products.\n`,
+ installingToOptionalProduct: (product) => `\nThis app will be installed as an optional product on ${product}.\n`,
+ installConfirmation: (product, site) => `Installing your app onto ${product} on ${site}.\n${ctrlC}\n`,
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',