judokit-react-native 3.4.8 → 3.4.9
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.
- package/android/build.gradle +1 -1
- package/ios/Podfile.lock +4 -4
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -101,7 +101,7 @@ dependencies {
|
|
|
101
101
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
102
102
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
|
103
103
|
|
|
104
|
-
implementation 'com.judopay:judokit-android:3.0.11'
|
|
104
|
+
implementation 'com.judopay:judokit-android:3.0.11.0.1'
|
|
105
105
|
|
|
106
106
|
//JUnit 5
|
|
107
107
|
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit5_version"
|
package/ios/Podfile.lock
CHANGED
|
@@ -22,7 +22,7 @@ PODS:
|
|
|
22
22
|
- glog
|
|
23
23
|
- glog (0.3.5)
|
|
24
24
|
- Judo3DS2_iOS (1.1.3)
|
|
25
|
-
- JudoKit-iOS (3.1.
|
|
25
|
+
- JudoKit-iOS (3.1.8):
|
|
26
26
|
- DeviceDNA (~> 2.0.0)
|
|
27
27
|
- Judo3DS2_iOS (~> 1.1.3)
|
|
28
28
|
- TrustKit
|
|
@@ -236,7 +236,7 @@ DEPENDENCIES:
|
|
|
236
236
|
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
|
|
237
237
|
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
|
238
238
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
239
|
-
- JudoKit-iOS (= 3.1.
|
|
239
|
+
- JudoKit-iOS (= 3.1.8)
|
|
240
240
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
241
241
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
242
242
|
- React (from `../node_modules/react-native/`)
|
|
@@ -332,7 +332,7 @@ SPEC CHECKSUMS:
|
|
|
332
332
|
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
|
|
333
333
|
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
|
|
334
334
|
Judo3DS2_iOS: b2396a1f0aa3e8d428fdd887c8b6eae5d3aa4f79
|
|
335
|
-
JudoKit-iOS:
|
|
335
|
+
JudoKit-iOS: b895bcb673eeb7159b89b92ad0249cc9ef91c551
|
|
336
336
|
OpenSSL-Universal: 84efb8a29841f2764ac5403e0c4119a28b713346
|
|
337
337
|
RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
|
|
338
338
|
RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
|
|
@@ -357,6 +357,6 @@ SPEC CHECKSUMS:
|
|
|
357
357
|
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
|
|
358
358
|
ZappMerchantLib: b14bc5814840426d351190309250347ca9b0983d
|
|
359
359
|
|
|
360
|
-
PODFILE CHECKSUM:
|
|
360
|
+
PODFILE CHECKSUM: 8f170f26ab44cb2bb45f5104655fa740267f963f
|
|
361
361
|
|
|
362
362
|
COCOAPODS: 1.11.3
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "judokit-react-native",
|
|
3
3
|
"title": "Judopay React Native Module",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.9",
|
|
5
5
|
"description": "A React Native module for the Judopay native SDKs to take payments on iOS and Android.",
|
|
6
6
|
"main": "JudoPay.tsx",
|
|
7
7
|
"scripts": {
|