@forge/cli

12.13.2-next.0-experimental-5b1825712.14.0-next.2
out/service/installation-service.d.ts
out/service/installation-service.d.ts
+6
Index: package/out/service/installation-service.d.ts
===================================================================
--- package/out/service/installation-service.d.ts
+++ package/out/service/installation-service.d.ts
@@ -16,8 +16,14 @@
         version: string;
         scopes: string[];
         egressAddresses: string[];
     };
+    computeVersion: {
+        isLatest: boolean;
+        version: string;
+        scopes: string[];
+        egressAddresses: string[];
+    };
 }
 export interface AppInstallation {
     installations: Installation[];
 }