npm package diff

Package: @forge/cli

Versions: 11.0.0 - 11.0.1-next.14

File: package/out/installations/uninstall-app.js

Index: package/out/installations/uninstall-app.js
===================================================================
--- package/out/installations/uninstall-app.js
+++ package/out/installations/uninstall-app.js
@@ -31,8 +31,9 @@
         const uninstallOutput = await this.client.uninstallMultipleApps(appsInstallInfo.map((installInfo) => ({
             appId,
             environmentKey: installInfo.environmentKey,
             installationId: installInfo.id,
+            installationContext: installInfo.context,
             async: true
         })));
         return appsInstallInfo.map(({ product, site, environmentKey }, index) => ({
             product,