@revenuecat/purchases-js 1.40.0 → 1.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1391,7 +1391,6 @@ export declare class Purchases {
1391
1391
  */
1392
1392
  getCurrentOfferingForPlacement(placementIdentifier: string, params?: GetOfferingsParams): Promise<Offering | null>;
1393
1393
  private getAllOfferings;
1394
- /* Excluded from this release type: _getProductWithDiscountCode */
1395
1394
  /**
1396
1395
  * Convenience method to check whether a user is entitled to a specific
1397
1396
  * entitlement. This will use {@link Purchases.getCustomerInfo} under the hood.