npm package diff

Package: @forge/cli-shared

Versions: 6.11.1-next.0 - 7.0.0-next.1

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -709,15 +709,15 @@
         }
     },
     build: {
         cmd: {
-            desc: '[Preview] build your app',
-            startNotice: `Building your app. \n${ctrlC}\n`,
-            start: 'Building your app...',
-            success: (buildTag) => `[Preview] Build successful with build tag: ${buildTag}`
+            desc: '(Preview) build and upload your app',
+            startNotice: `Building and uploading your app. \n${ctrlC}\n`,
+            start: 'Building and uploading your app...',
+            success: (buildTag) => `(Preview) Build successful with build tag: ${buildTag}`
         },
         buildTag: {
-            description: '[Preview] specify a custom build tag for build',
+            description: '(Preview) specify a custom build tag for build',
             error: {
                 invalidBuildTag: (maxLength) => `Invalid build tag; tag must be ${maxLength} characters or less.`,
                 emptyBuildTag: 'Invalid build tag; tag cannot be empty.',
                 invalidBuildTagFormat: 'Invalid build tag; tags are case-insensitive and must start with a letter or number and can only contain alphanumeric characters, underscores, hyphens, and periods.'
@@ -731,12 +731,12 @@
             }
         },
         list: {
             cmd: {
-                desc: '[Preview] list builds for your app'
+                desc: '(Preview) list builds for your app'
             },
             limit: (defaultLimit) => `Specify the number of builds to show (default is ${defaultLimit})`,
-            listingBuilds: '[Preview] Showing builds for your app:',
+            listingBuilds: '(Preview) Showing builds for your app:',
             noBuildsFound: 'No builds found.',
             error: {
                 invalidLimit: 'Invalid limit; limit can only contain positive integers.'
             }
@@ -784,9 +784,9 @@
             confirm: `Continue?`,
             invalidMajorVersionError: 'Invalid major version number'
         },
         buildTag: {
-            description: '[Preview] specify a build tag to deploy (from forge build)'
+            description: '(Preview) specify a build tag to deploy (from forge build)'
         },
         connectKeyChange: {
             continueChange: `Do you wish to continue with changing the Connect key?`,
             continueDelete: `Do you wish to continue with deleting the Connect key?`,