npm package diff

Package: @forge/cli

Versions: 11.0.0 - 11.0.1-next.14

File: package/out/service/installation-service.d.ts

Index: package/out/service/installation-service.d.ts
===================================================================
--- package/out/service/installation-service.d.ts
+++ package/out/service/installation-service.d.ts
@@ -21,9 +21,9 @@
 }
 export interface AppEnvironmentVersionPermissions {
     scopes: string[];
     egressAddresses: string[];
-    primaryProduct?: string;
+    requiredProducts?: string[];
 }
 export interface AppEnvironmentPermissions extends AppEnvironmentVersionPermissions {
     addedScopes: string[];
     environmentType: AppEnvironmentType;