@revenuecat/purchases-typescript-internal-esm 13.13.0 → 13.14.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.
|
@@ -62,4 +62,11 @@ export interface PurchasesConfiguration {
|
|
|
62
62
|
* Disabled by default.
|
|
63
63
|
*/
|
|
64
64
|
pendingTransactionsForPrepaidPlansEnabled?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Enabling diagnostics will send some performance and debugging information from the SDK to our servers.
|
|
67
|
+
* Examples of this information include response times, cache hits or error codes.
|
|
68
|
+
* No personal identifiable information will be collected.
|
|
69
|
+
* The default value is false.
|
|
70
|
+
*/
|
|
71
|
+
diagnosticsEnabled?: boolean;
|
|
65
72
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revenuecat/purchases-typescript-internal-esm",
|
|
3
3
|
"title": "Purchases typescript internal shared code",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.14.0",
|
|
5
5
|
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|