@forge/cli-shared 5.3.1-next.0 → 5.3.1-next.1

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
@@ -499,7 +499,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
499
499
  bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
500
500
  optionConfirmScopes: 'skip confirmation of scopes for the app before installing or upgrading the app',
501
501
  optionUpgrade: 'upgrade an existing installation',
502
- optionLicense: 'specify the license value for the app. Allowed values: active, inactive, and trial',
502
+ optionLicense: 'specify the license value for the app (allowed values: active, inactive, and trial)',
503
503
  listScopes: (scopes) => `Your app will be installed with the following scopes:\n${scopes
504
504
  .map(({ name, requiresInteractiveConsent }) => `- ${name}${requiresInteractiveConsent ? ' (requires user consent)' : ''}`)
505
505
  .join('\n')}\n`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "5.3.1-next.0",
3
+ "version": "5.3.1-next.1",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",