react-native-purchases 10.4.0 → 10.4.2

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.
@@ -25,6 +25,6 @@ Pod::Spec.new do |spec|
25
25
  ]
26
26
 
27
27
  spec.dependency "React-Core"
28
- spec.dependency "PurchasesHybridCommon", '18.15.1'
28
+ spec.dependency "PurchasesHybridCommon", '18.19.0'
29
29
  spec.swift_version = '5.7'
30
30
  end
@@ -29,7 +29,7 @@ android {
29
29
  minSdkVersion getExtOrIntegerDefault('minSdkVersion')
30
30
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
31
31
  versionCode 1
32
- versionName '10.4.0'
32
+ versionName '10.4.2'
33
33
  }
34
34
 
35
35
  buildTypes {
@@ -121,6 +121,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
121
121
  dependencies {
122
122
  //noinspection GradleDynamicVersion
123
123
  api 'com.facebook.react:react-native:+'
124
- implementation 'com.revenuecat.purchases:purchases-hybrid-common:18.15.1'
124
+ implementation 'com.revenuecat.purchases:purchases-hybrid-common:18.19.0'
125
125
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
126
126
  }
@@ -51,7 +51,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
51
51
  private static final String TRACKED_EVENT = "Purchases-TrackedEvent";
52
52
  private static final String DEBUG_EVENT = "Purchases-DebugEvent";
53
53
  public static final String PLATFORM_NAME = "react-native";
54
- public static final String PLUGIN_VERSION = "10.4.0";
54
+ public static final String PLUGIN_VERSION = "10.4.2";
55
55
 
56
56
  private final ReactApplicationContext reactContext;
57
57
 
package/ios/RNPurchases.m CHANGED
@@ -765,7 +765,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
765
765
  }
766
766
 
767
767
  - (NSString *)platformFlavorVersion {
768
- return @"10.4.0";
768
+ return @"10.4.2";
769
769
  }
770
770
 
771
771
  @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": "10.4.0",
4
+ "version": "10.4.2",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -118,7 +118,7 @@
118
118
  ]
119
119
  },
120
120
  "dependencies": {
121
- "@revenuecat/purchases-js-hybrid-mappings": "18.15.1",
122
- "@revenuecat/purchases-typescript-internal": "18.15.1"
121
+ "@revenuecat/purchases-js-hybrid-mappings": "18.19.0",
122
+ "@revenuecat/purchases-typescript-internal": "18.19.0"
123
123
  }
124
124
  }