@revenuecat/purchases-typescript-internal 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 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 appropiate version of StoreKit
191
+ * Let RevenueCat use the most appropriate version of StoreKit
192
192
  */
193
193
  DEFAULT = "DEFAULT"
194
194
  }
package/dist/enums.js CHANGED
@@ -203,7 +203,7 @@ var STOREKIT_VERSION;
203
203
  */
204
204
  STOREKIT_VERSION["STOREKIT_2"] = "STOREKIT_2";
205
205
  /**
206
- * Let RevenueCat use the most appropiate version of StoreKit
206
+ * Let RevenueCat use the most appropriate version of StoreKit
207
207
  */
208
208
  STOREKIT_VERSION["DEFAULT"] = "DEFAULT";
209
209
  })(STOREKIT_VERSION || (exports.STOREKIT_VERSION = STOREKIT_VERSION = {}));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revenuecat/purchases-typescript-internal",
3
3
  "title": "Purchases typescript internal shared code",
4
- "version": "13.0.1",
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",