card-react-native 0.0.12 → 0.0.13

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.
@@ -106,7 +106,7 @@ dependencies {
106
106
  //noinspection GradleDynamicVersion
107
107
  implementation "com.facebook.react:react-native:+"
108
108
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
109
- implementation 'com.github.Tap-Payments:Card-Android:0.0.63'
109
+ implementation 'com.github.Tap-Payments:Card-Android:0.0.67'
110
110
  }
111
111
 
112
112
  if (isNewArchitectureEnabled()) {
@@ -21,10 +21,10 @@ Pod::Spec.new do |s|
21
21
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
22
22
  if respond_to?(:install_modules_dependencies, true)
23
23
  install_modules_dependencies(s)
24
- s.dependency 'Card-iOS', '0.0.31'
24
+ s.dependency 'Card-iOS', '0.0.32'
25
25
  else
26
26
  s.dependency "React-Core"
27
- s.dependency 'Card-iOS', '0.0.31'
27
+ s.dependency 'Card-iOS', '0.0.32'
28
28
  # Don't install the dependencies when we run `pod install` in the old architecture.
29
29
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
30
30
  s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "card-react-native",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Tap Card SDK Wrapper",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",