@revenuecat/purchases-typescript-internal-esm 13.0.1 → 13.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/enums.d.ts +1 -1
- package/dist/enums.js +1 -1
- package/package.json +1 -1
package/dist/enums.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ export declare enum STOREKIT_VERSION {
|
|
|
188
188
|
*/
|
|
189
189
|
STOREKIT_2 = "STOREKIT_2",
|
|
190
190
|
/**
|
|
191
|
-
* Let RevenueCat use the most
|
|
191
|
+
* Let RevenueCat use the most appropriate version of StoreKit
|
|
192
192
|
*/
|
|
193
193
|
DEFAULT = "DEFAULT"
|
|
194
194
|
}
|
package/dist/enums.js
CHANGED
|
@@ -200,7 +200,7 @@ export var STOREKIT_VERSION;
|
|
|
200
200
|
*/
|
|
201
201
|
STOREKIT_VERSION["STOREKIT_2"] = "STOREKIT_2";
|
|
202
202
|
/**
|
|
203
|
-
* Let RevenueCat use the most
|
|
203
|
+
* Let RevenueCat use the most appropriate version of StoreKit
|
|
204
204
|
*/
|
|
205
205
|
STOREKIT_VERSION["DEFAULT"] = "DEFAULT";
|
|
206
206
|
})(STOREKIT_VERSION || (STOREKIT_VERSION = {}));
|
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.0
|
|
4
|
+
"version": "13.2.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",
|