card-react-native 1.0.5 → 1.0.6

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.
@@ -77,7 +77,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
77
77
  dependencies {
78
78
  implementation "com.facebook.react:react-android"
79
79
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
80
- implementation('com.github.Tap-Payments:Card-Android:1.0.9.13') {
80
+ implementation('com.github.Tap-Payments:Card-Android:1.0.11') {
81
81
  exclude group: 'com.google.firebase', module: 'firebase-iid'
82
82
  }
83
83
  implementation 'com.google.firebase:firebase-core:+'
@@ -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', '1.0.4'
24
+ s.dependency 'Card-iOS', '1.0.6'
25
25
  else
26
26
  s.dependency "React-Core"
27
- s.dependency 'Card-iOS', '1.0.4'
27
+ s.dependency 'Card-iOS', '1.0.6'
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": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Tap Card SDK Wrapper",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",