npm package diff

Package: @forge/cli-shared

Versions: 6.6.1-next.15 - 6.6.1-next.16

File: package/out/service/supported-products-service.d.ts

Index: package/out/service/supported-products-service.d.ts
===================================================================
--- package/out/service/supported-products-service.d.ts
+++ package/out/service/supported-products-service.d.ts
@@ -19,12 +19,12 @@
     constructor(productName: SupportedProduct, productType: ProductType, supportedByCrossProductApps: boolean);
 }
 declare function resolveEnabledProducts(statsigService: StatsigService): Promise<SupportedProductEntry[]>;
 export declare class SupportedProductsService {
-    private supportedProducts?;
-    constructor(supportedProducts?: SupportedProductEntry[] | undefined);
+    private supportedProductEntriesHolder;
+    constructor(supportedProductEntries?: SupportedProductEntry[]);
     initializeWithSupportedProducts(statsigService: StatsigService): Promise<void>;
-    private getSupportedProductsNames;
+    private getFilteredSupportedProducts;
     getSupportedProducts(): SupportedProduct[];
     getSupportedSecondaryProductsForXPA(requiredProducts: string[]): SupportedProduct[];
     validateSupportedProduct(productNameInput: string): SupportedProduct;
     isWorkspaceProduct(product: string): boolean;