@revenuecat/purchases-typescript-internal 10.0.0 → 10.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.
@@ -275,7 +275,7 @@ export interface PresentedOfferingTargetingContext {
275
275
  /**
276
276
  * The revision of the targeting used to obtain this object.
277
277
  */
278
- readonly revision: string;
278
+ readonly revision: number;
279
279
  /**
280
280
  * The rule id from the targeting used to obtain this object.
281
281
  */
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": "10.0.0",
4
+ "version": "10.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",