npm package diff

Package: @forge/cli-shared

Versions: 6.6.1-next.19 - 6.6.1-next.20

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

Large diffs are not rendered by default.

Modified: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -83,10 +83,10 @@
             empty: '--license argument requires a value. Supported values are active, inactive, and trial'
         },
         licenseModesOverrideErrors: {
             prodEnvNotSupported: '--license-modes and --users-with-access options are not supported in production environments',
-            empty: '--license-modes option list is empty. Provide a space-separated list of license mode. Supported value is user_access. \nFor example: install --license-modes user_access --users-with-access aaid1',
-            invalid: 'Invalid --license-modes option value. Supported value is user_access',
+            empty: '--license-modes option list is empty. Provide a space-separated list of license mode. Supported values are user_access and agent. \nFor example: install --license-modes user_access --users-with-access aaid1',
+            invalid: 'Invalid --license-modes option value. Supported values are user_access and agent',
             userWithAccessRequired: '--users-with-access option is required when specifying --license-modes option'
         },
         userWithAccessOverrideErrors: {
             prodEnvNotSupported: '--license-modes and --users-with-access options are not supported in production environments',
@@ -708,9 +708,9 @@
         bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
         optionConfirmScopes: 'skip confirmation of scopes for the app before installing or upgrading the app',
         optionUpgrade: 'upgrade an existing installation',
         optionLicense: 'specify the license value for the app (allowed values: active, inactive, and trial)',
-        optionLicenseModes: '[This feature is under development] specify the list of license mode value for the app (allowed values: user-access)',
+        optionLicenseModes: '[This feature is under development] specify the list of license mode value for the app (allowed values: user-access, agent)',
         optionUsersWithAccess: '[This feature is under development] specify the list of Atlassian Account IDs(aaid) for users who have access to the app',
         listScopes: (scopes) => `Your app will be installed with the following scopes:\n${scopes
             .map(({ name, requiresInteractiveConsent }) => `- ${name}${requiresInteractiveConsent ? ' (requires user consent)' : ''}`)
             .join('\n')}\n`,

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/cli-shared",
-  "version": "6.6.1-next.19",
+  "version": "6.6.1-next.20",
   "description": "Common functionality for Forge CLI",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",

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

Large diffs are not rendered by default.

Modified: package/CHANGELOG.md

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.