@revenuecat/purchases-js 1.1.0 → 1.2.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.
- package/dist/Purchases.es.d.ts +4 -0
- package/dist/Purchases.es.js +3030 -3220
- package/dist/Purchases.umd.js +44 -59
- package/package.json +1 -1
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -920,6 +920,10 @@ export declare class Purchases {
|
|
|
920
920
|
* @returns Whether the SDK is using a sandbox API Key.
|
|
921
921
|
*/
|
|
922
922
|
isSandbox(): boolean;
|
|
923
|
+
/**
|
|
924
|
+
* @returns Whether the current user is anonymous.
|
|
925
|
+
*/
|
|
926
|
+
isAnonymous(): boolean;
|
|
923
927
|
/**
|
|
924
928
|
* Closes the Purchases instance. You should never have to do this normally.
|
|
925
929
|
*/
|