npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.5-experimental-c9be087 - 6.8.0-next.6
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -63,10 +63,10 @@
`\n`,
outdatedNodeVersion: (compatibleNodeVersion, currentNodeVersion) => fatalError(`Unsupported Node.js version. The CLI requires Node.js ${compatibleNodeVersion}, but you're using Node.js ${currentNodeVersion}.`),
missingProductNameValue: 'Product parameter requires a product name. Rerun the command with a valid product name.',
invalidContext: (validContexts) => `Invalid context. Rerun ${chalk_1.default.bold('forge install')} with ${validContexts.length > 0
- ? `one of the following valid contexts: ${validContexts.join(', ')}.`
- : 'a valid context.'}.`,
+ ? `one of the following valid contexts: ${validContexts.join(', ')}`
+ : 'a valid context'}.`,
missingSiteUrlValue: 'Site parameter requires a site URL. Rerun the command with a valid site URL.',
invalidSite: 'The site you entered is not an Atlassian site. Rerun the command with the URL to an Atlassian site to install the app.',
invalidWorkspace: 'The workspace you entered is not a valid workspace. Rerun the command with the URL to a valid workspace to install the app.',
invalidInstallationContext: 'Could not find an installation for the provided context',