expo-geetest-onelogin 0.9.0 → 0.11.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.
@@ -87,5 +87,5 @@ dependencies {
87
87
  implementation project(':expo-modules-core')
88
88
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
89
89
 
90
- api 'com.geetest.android:onelogin:2.9.7'
90
+ api 'com.geetest.android:onelogin:2.9.8'
91
91
  }
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.static_framework = true
17
17
 
18
18
  s.dependency 'ExpoModulesCore'
19
- s.dependency 'OneLoginSDK-iOS-xcframework', '2.9.1'
19
+ s.dependency 'OneLoginSDK-iOS-xcframework', '2.9.8'
20
20
 
21
21
  # Swift/Objective-C compatibility
22
22
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-geetest-onelogin",
3
- "version": "0.9.0",
3
+ "version": "0.11.1",
4
4
  "description": "react native plugin for https://docs.geetest.com/onelogin/overview/prodes",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",