npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.18 - 6.8.0-next.19
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -692,9 +692,9 @@
},
booleanToScope: (isLatest) => (isLatest ? `(Latest)` : `(Out-of-date)`),
alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required context, ${chalk_1.default.bold(product)}.`,
installingToRequiredProduct: (product) => `\nYour app will be installed into your required context, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any compatible contexts.\n`,
- installingToOptionalProduct: (product) => `\nThis app will be installed as an compatible context on ${product}.\n`,
+ installingToOptionalProduct: (product) => `\nThis app will be installed as a compatible context 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',