@revenuecat/purchases-js 1.14.0 → 1.14.2
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.
- package/dist/Purchases.es.d.ts +0 -3
- package/dist/Purchases.es.js +5187 -5130
- package/dist/Purchases.umd.js +44 -57
- package/package.json +7 -7
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { PaywallData } from '@revenuecat/purchases-ui-js';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* @public
|
|
5
3
|
* `BrandingAppearance` defines the appearance settings
|
|
@@ -397,7 +395,6 @@ export declare interface Offering {
|
|
|
397
395
|
* Weekly package type configured in the RevenueCat dashboard, if available.
|
|
398
396
|
*/
|
|
399
397
|
readonly weekly: Package | null;
|
|
400
|
-
readonly paywall_components: PaywallData | null;
|
|
401
398
|
}
|
|
402
399
|
|
|
403
400
|
/**
|