react-native-purchases-ui 10.10.0 → 10.10.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.
@@ -17,6 +17,6 @@ Pod::Spec.new do |spec|
17
17
  spec.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
18
18
 
19
19
  spec.dependency "React-Core"
20
- spec.dependency "PurchasesHybridCommonUI", '19.0.0'
20
+ spec.dependency "PurchasesHybridCommonUI", '19.3.1'
21
21
  spec.swift_version = '5.7'
22
22
  end
@@ -65,7 +65,7 @@ android {
65
65
  minSdkVersion getExtOrIntegerDefault("minSdkVersion")
66
66
  targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
67
67
  versionCode 1
68
- versionName '10.10.0'
68
+ versionName '10.10.2'
69
69
  }
70
70
 
71
71
  buildTypes {
@@ -97,7 +97,7 @@ dependencies {
97
97
  //noinspection GradleDynamicVersion
98
98
  implementation "com.facebook.react:react-native:+"
99
99
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
100
- implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:19.0.0'
100
+ implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:19.3.1'
101
101
  implementation 'androidx.compose.ui:ui-android:1.5.4'
102
102
  implementation "androidx.appcompat:appcompat:1.6.1"
103
103
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-purchases-ui",
3
3
  "title": "React Native Purchases UI",
4
- "version": "10.10.0",
4
+ "version": "10.10.2",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -77,7 +77,7 @@
77
77
  "peerDependencies": {
78
78
  "react": "*",
79
79
  "react-native": ">= 0.73.0",
80
- "react-native-purchases": "10.10.0",
80
+ "react-native-purchases": "10.10.2",
81
81
  "react-native-web": "*"
82
82
  },
83
83
  "peerDependenciesMeta": {
@@ -124,6 +124,6 @@
124
124
  ]
125
125
  },
126
126
  "dependencies": {
127
- "@revenuecat/purchases-typescript-internal": "19.0.0"
127
+ "@revenuecat/purchases-typescript-internal": "19.3.1"
128
128
  }
129
129
  }