@getvouch/react-native-sdk 0.1.0 → 0.2.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.
File without changes
@@ -1,2 +1,2 @@
1
- #Tue Feb 10 11:13:37 CET 2026
2
- gradle.version=9.0.0
1
+ #Mon Feb 16 09:20:44 CET 2026
2
+ gradle.version=9.2.0
@@ -45,5 +45,5 @@ repositories {
45
45
 
46
46
  dependencies {
47
47
  implementation "com.facebook.react:react-android"
48
- implementation "io.getvouch:android-sdk:0.3.0"
48
+ implementation "io.getvouch:android-sdk:0.3.4"
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getvouch/react-native-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "React Native turbo module for Vouch SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
package/vouch-rn.podspec CHANGED
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  install_modules_dependencies(s)
20
20
 
21
21
  # Vouch SDK dependency
22
- s.dependency "vouch-ios-sdk", "~> 0.1.1"
22
+ s.dependency "vouch-ios-sdk", "~> 0.2.2"
23
23
  end