npm package diff

Package: @forge/cli-shared

Versions: 5.5.0-next.12 - 5.3.1-next.0-experimental-204139e

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
@@ -489,10 +489,8 @@
     installList: {
         cmd: string;
         banner: string;
         noResourceId: string;
-        noCloudId: string;
-        bbNoResourceId: string;
         noInstallations: string;
     };
     tunnel: {
         cmd: string;
@@ -501,9 +499,9 @@
         functionHandlers: string;
         preamble: string;
         startingTunnel: (environmentKey: string, envType: AppEnvironmentType) => string;
         startedServer: (port: number, isDebug: boolean) => string;
-        tunnelType: string;
+        tunnelType: (isCloudflareTunnel: boolean) => string;
         startedTunnel: (tunnelUrl: string) => string;
         stoppingTunnel: string;
         stoppedTunnel: string;
         tunnelStatusChange: (status: string) => string;
@@ -531,8 +529,10 @@
         functionsBundlingSucceeded: string;
         error: {
             create: (message: string) => string;
             delete: (message: string) => string;
+            ngrok: (message?: string) => string;
+            noNgrokConfig: string;
             handler: {
                 notFound: (handler: string) => string;
             };
             manifestChangeDetected: string;
@@ -643,8 +643,15 @@
         defaultEnvironment: {
             description: string;
             info: string;
         };
+        ngrokConfig: {
+            description: string;
+            errors: {
+                inaccessible: (path: string, code: string) => string;
+                notAFile: (path: string) => string;
+            };
+        };
     };
     nonInteractive: {
         description: string;
         error: {