@revenuecat/purchases-js 0.12.0 → 0.12.1
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 +2 -2
- package/dist/Purchases.es.js +3737 -5898
- package/dist/Purchases.umd.js +95 -12
- package/package.json +21 -24
- package/dist/style.css +0 -1
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -780,7 +780,7 @@ export declare class Purchases {
|
|
|
780
780
|
* Underlying error message. This provides more details on the error and
|
|
781
781
|
* can be useful for debugging and logging.
|
|
782
782
|
*/
|
|
783
|
-
readonly underlyingErrorMessage?: string | null | undefined;
|
|
783
|
+
readonly underlyingErrorMessage?: (string | null) | undefined;
|
|
784
784
|
/**
|
|
785
785
|
* Contains extra information that is available in certain types of errors.
|
|
786
786
|
*/
|
|
@@ -799,7 +799,7 @@ export declare class Purchases {
|
|
|
799
799
|
* Underlying error message. This provides more details on the error and
|
|
800
800
|
* can be useful for debugging and logging.
|
|
801
801
|
*/
|
|
802
|
-
underlyingErrorMessage?: string | null | undefined,
|
|
802
|
+
underlyingErrorMessage?: (string | null) | undefined,
|
|
803
803
|
/**
|
|
804
804
|
* Contains extra information that is available in certain types of errors.
|
|
805
805
|
*/
|