otpless-headless-rn 1.0.2 → 1.0.4

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.
@@ -74,7 +74,7 @@ dependencies {
74
74
  //noinspection GradleDynamicVersion
75
75
  implementation "com.facebook.react:react-native:+"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
- implementation ("io.github.otpless-tech:otpless-headless-sdk:0.1.5")
77
+ implementation ("io.github.otpless-tech:otpless-headless-sdk:0.1.7")
78
78
  }
79
79
 
80
80
  if (isNewArchitectureEnabled()) {
@@ -17,8 +17,6 @@ import com.otpless.v2.android.sdk.dto.OtplessResponse
17
17
  import com.otpless.v2.android.sdk.dto.ResponseTypes
18
18
  import com.otpless.v2.android.sdk.main.OtplessSDK
19
19
  import com.otpless.v2.android.sdk.utils.OtplessUtils
20
- import kotlinx.coroutines.CoroutineScope
21
- import kotlinx.coroutines.Dispatchers
22
20
  import kotlinx.coroutines.Job
23
21
  import kotlinx.coroutines.launch
24
22
  import org.json.JSONException
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency 'OtplessBM/Core', '1.0.6'
20
+ s.dependency 'OtplessBM/Core', '1.0.9'
21
21
  s.swift_versions = ['5.5']
22
22
 
23
23
  # Don't install the dependencies when we run `pod install` in the old architecture.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otpless-headless-rn",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "react native plugin for otpless headless android and ios",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",