npm package diff

Package: @forge/cli-shared

Versions: 8.9.0-next.15 - 8.9.0-next.16

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -302,9 +302,9 @@
         selectionPrompt: (documentationLink) => `Please select the Developer Space you want to assign your app to. To learn more about your Developer Space, go to: ${documentationLink}`,
         createNewOption: 'Create a new Developer Space',
         createContinuePrompt: 'Do you want to continue?',
         createNewSpaceInfo: (documentationLink) => `\nA new Developer Space will now be created for you. To learn more about your Developer Space, go to: \n${documentationLink}`,
-        createMessage: 'Name your Developer Space. The name must be unique and can include dashes, spaces, and underscores.\n',
+        createMessage: 'Name your Developer Space. The name can include dashes, spaces, and underscores.\n',
         createPrompt: 'Enter a name for your Developer Space:',
         nameRequired: 'Developer Space name is required.',
         createInProgress: 'Creating your Developer Space...',
         contributingToSpace: (name) => `${greenTick} You are contributing to this Developer Space: ${name}.\n`,
@@ -314,22 +314,22 @@
         invalidSpaceId: (spaceId) => `Developer Space id is not a valid UUID.`,
         error: {
             fetchOrSelect: (errorMessage) => `Failed to fetch or select Developer Space: ${errorMessage}`,
             create: (errorMessage) => `Failed to create Developer Space: ${errorMessage}`,
-            selectedNotFound: 'Selected Developer Space not found',
-            nameAlreadyExists: chalk_1.default.red('\nError: The name you have entered for your Developer Space is already in use. Please choose a different name to ensure it is unique.')
+            selectedNotFound: 'Selected Developer Space not found'
         },
         terms: {
             agreement: 'Please review the following agreement before continuing:\n',
-            checkbox: '[ ] By continuing, I agree to the Atlassian Developer Terms and the Privacy Policy.',
+            checkbox: '[ ] By continuing, I agree to the Atlassian Developer Terms and the Privacy Policy. If any Forge app added to this Developer Space exceeds the free usage allowance, I agree to be billed for any excess usage based on the then-current price.',
             links: {
                 devTerms: '    - Developer Terms: https://developer.atlassian.com/platform/terms/',
                 privacy: '    - Privacy Policy: https://www.atlassian.com/legal/privacy-policy',
-                pricing: '    - https://developer.atlassian.com/platform/forge/forge-platform-pricing/'
+                pricing: '    - Pricing: https://developer.atlassian.com/platform/forge/forge-platform-pricing/'
             },
             pricing: (appName) => `\nIf ${chalk_1.default.cyan(appName)} exceeds the free usage allowance, I agree to be charged monthly for any excess usage based the then-current price above threshold.\n${exports.Text.devSpace.terms.links.pricing}`,
             acceptPrompt: 'Do you accept?',
-            accepted: (command) => `\n${greenTick} Terms accepted. Continuing with app ${command}...`
+            accepted: (command) => `\n${greenTick} Terms accepted. Continuing with app ${command}...`,
+            notAcceptedError: 'You must accept the terms and conditions'
         }
     },
     register: {
         intro: 'Registering the app to you.',