npm package diff

Package: @forge/cli-shared

Versions: 5.4.0-next.5 - 5.4.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
@@ -290,9 +290,9 @@
         },
         confirm: 'Do you want to continue?'
     },
     defaultEnv: {
-        info: 'You do not currently have a default development environment set. A default development environment is required to run commands without specifying an environment.',
+        info: 'You do not have a default development environment set. This is required to run commands without specifying an environment. Make sure not to use sensitive information when naming your default development environment.',
         prompt: 'Enter a name for your default development environment:',
         warn: `${chalk_1.default.bold('Warning:')} A development environment with this name already exists. If you continue, you may be using the same environment as another contributor.`,
         confirm: 'Do you want to continue?',
         setSuccess: (envKey, envType) => `${exports.Text.env.displayEnvironment(envKey, envType)} has been set as your default development environment`,