npm package diff

Package: @forge/cli-shared

Versions: 6.7.0 - 6.7.1-next.0

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -693,9 +693,10 @@
                 return `Invalid Egress permissions: ${message}\nLearn more at https://developer.atlassian.com/forge-content-security-and-egress-controls`;
             }
         },
         crossContext: {
-            error: `Unable to deploy a cross-context app to an environment with an existing installation in a context that is not the required context. Run ${chalk_1.default.bold('forge uninstall')} to uninstall your app from optional contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`
+            enableError: `Unable to deploy a cross-context app to an environment with an existing installation in a context that is not the required context.\nRun ${chalk_1.default.bold('forge uninstall')} to uninstall your app from optional contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`,
+            modifyError: `Unable to modify the required context for an environment with existing installations.\nRun ${chalk_1.default.bold('forge uninstall')} to uninstall your app from all contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`
         }
     },
     install: {
         cmd: {