npm package diff

Package: @forge/cli-shared

Versions: 6.2.1-next.3 - 6.2.1-next.4

Modified:package/out/graphql/graphql-types.js

too-big

Modified: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: ` +

Modified:package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/cli-shared",
-  "version": "6.2.1-next.3",
+  "version": "6.2.1-next.4",
   "description": "Common functionality for Forge CLI",
   "author": "Atlassian",
   "license": "UNLICENSED",
   "main": "out/index.js",

Modified:package/out/graphql/graphql-types.d.ts.map

too-big

Modified:package/CHANGELOG.md

too-big

Modified:package/out/graphql/graphql-types.d.ts

too-big