react-native-purchases 7.24.0 → 7.24.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.
@@ -29,7 +29,7 @@ android {
29
29
  minSdkVersion getExtOrIntegerDefault('minSdkVersion')
30
30
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
31
31
  versionCode 1
32
- versionName '7.24.0'
32
+ versionName '7.24.1'
33
33
  }
34
34
 
35
35
  buildTypes {
@@ -46,7 +46,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
46
46
  private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated";
47
47
  private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent";
48
48
  public static final String PLATFORM_NAME = "react-native";
49
- public static final String PLUGIN_VERSION = "7.24.0";
49
+ public static final String PLUGIN_VERSION = "7.24.1";
50
50
 
51
51
  private final ReactApplicationContext reactContext;
52
52
 
package/ios/RNPurchases.m CHANGED
@@ -109,7 +109,6 @@ RCT_REMAP_METHOD(purchaseProduct,
109
109
  type:(NSString *)type
110
110
  signedDiscountTimestamp:(NSString *)signedDiscountTimestamp
111
111
  googleInfo:(NSDictionary *)googleInfo
112
- presentedOfferingIdentifier:(NSString *)presentedOfferingIdentifier
113
112
  presentedOfferingContext:(NSDictionary *)presentedOfferingDictionary
114
113
  resolve:(RCTPromiseResolveBlock)resolve
115
114
  reject:(RCTPromiseRejectBlock)reject) {
@@ -491,7 +490,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
491
490
  }
492
491
 
493
492
  - (NSString *)platformFlavorVersion {
494
- return @"7.24.0";
493
+ return @"7.24.1";
495
494
  }
496
495
 
497
496
  @end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-purchases",
3
3
  "title": "React Native Purchases",
4
- "version": "7.24.0",
4
+ "version": "7.24.1",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",