@getvouch/react-native-sdk 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vouch-rn.podspec +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getvouch/react-native-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
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.0.4"
22
+ s.dependency "vouch-ios-sdk", "~> 0.0.6"
23
23
  end