@forge/cli-shared 6.8.0-next.18 → 6.8.0-next.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/ui/text.js CHANGED
@@ -693,7 +693,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
693
693
  booleanToScope: (isLatest) => (isLatest ? `(Latest)` : `(Out-of-date)`),
694
694
  alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required context, ${chalk_1.default.bold(product)}.`,
695
695
  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`,
696
- installingToOptionalProduct: (product) => `\nThis app will be installed as an compatible context on ${product}.\n`,
696
+ installingToOptionalProduct: (product) => `\nThis app will be installed as a compatible context on ${product}.\n`,
697
697
  installConfirmation: (product, site) => `Installing your app onto ${product} on ${site}.\n${ctrlC}\n`,
698
698
  bannerSite: `\nInstalling your app onto an Atlassian site.\n${ctrlC}\n`,
699
699
  bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.18",
3
+ "version": "6.8.0-next.19",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",