expo-helium 3.2.2 → 3.2.4

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.
@@ -43,7 +43,7 @@ android {
43
43
  }
44
44
 
45
45
  dependencies {
46
- implementation("com.tryhelium.paywall:core:4.0.2")
46
+ implementation("com.tryhelium.paywall:core:4.1.0")
47
47
  implementation("com.google.code.gson:gson:2.10.1")
48
48
  implementation("com.android.billingclient:billing:8.0.0")
49
49
  implementation("org.jetbrains.kotlin:kotlin-reflect")
@@ -279,7 +279,7 @@ class HeliumPaywallSdkModule : Module() {
279
279
  }
280
280
 
281
281
  // Function for JavaScript to provide purchase result
282
- Function("handlePurchaseResult") { statusString: String, errorMsg: String? ->
282
+ Function("handlePurchaseResult") { statusString: String, errorMsg: String?, transactionId: String?, originalTransactionId: String?, productId: String? ->
283
283
  val continuation = NativeModuleManager.purchaseContinuation ?: return@Function
284
284
 
285
285
  // Parse status string
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.static_framework = true
20
20
 
21
21
  s.dependency 'ExpoModulesCore'
22
- s.dependency 'Helium', '4.1.3'
22
+ s.dependency 'Helium', '4.1.4'
23
23
 
24
24
  # Swift/Objective-C compatibility
25
25
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-helium",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Helium paywalls expo sdk",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",