npm package diff
Package: @forge/cli-shared
Versions: 6.2.1-next.3 - 6.2.1-next.4
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -3,9 +3,8 @@
exports.Text = exports.capitalise = void 0;
const tslib_1 = require("tslib");
const chalk_1 = tslib_1.__importDefault(require("chalk"));
const terminal_link_1 = tslib_1.__importDefault(require("terminal-link"));
-const url_1 = require("url");
const case_1 = require("case");
const log_symbols_1 = tslib_1.__importDefault(require("./log-symbols"));
const log_color_1 = require("./log-color");
const graphql_types_1 = require("../graphql/graphql-types");
@@ -517,9 +516,9 @@
success: {
banner: (envKey, envType, product, site) => `Your app in the ${exports.Text.env.displayEnvironment(envKey, envType)} environment is now installed in ${product} on ${buildTerminalLink(site)}`
},
error: {
- activationIdMissing: (url, product) => `ActivationId not found for URL ${url} and product ${product}. Make sure the product on site ${url_1.URL} is active`,
+ activationIdMissing: (url, product) => `ActivationId not found for URL ${url} and product ${product}. Make sure the product on site ${url} is active`,
invalidAtlassianSite: (url) => `The URL you entered doesn't belong to an Atlassian site: ` +
`\n${url.toString()} ` +
`\n\nRun the command using a different URL.`,
invalidWorkspace: (url) => `The URL you entered is not a valid workspace: ` +