npm package diff

Package: @forge/cli-shared

Versions: 6.8.0-next.27 - 6.8.0-next.28

File: package/out/ui/text.d.ts

Index: package/out/ui/text.d.ts
===================================================================
--- package/out/ui/text.d.ts
+++ package/out/ui/text.d.ts
@@ -575,8 +575,9 @@
             alreadyInstalledError: string;
             serverSideInstallationError: (message: string) => string;
             noDeploymentFound: (environment: string) => string;
             permissionsDeniedInstructions: (requestId: string, appId: string) => string;
+            appendRequestIdToErrorMessage: (message: string | undefined, requestId: string) => string;
         };
         failedAll: (site: URL, environment: string) => string;
         security: {
             banner: (site: string) => string;