react-native-authsignal 2.14.0 → 3.0.0

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.
@@ -66,7 +66,7 @@ dependencies {
66
66
 
67
67
  implementation "androidx.browser:browser:1.2.0"
68
68
 
69
- implementation("com.authsignal:authsignal-android:3.11.0")
69
+ implementation("com.authsignal:authsignal-android:4.0.0")
70
70
 
71
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
71
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
72
72
  }
@@ -1,7 +1,7 @@
1
1
  import Authsignal
2
2
  import Foundation
3
3
 
4
- private let authsignalReactNativeVersion = "2.12.1"
4
+ private let authsignalReactNativeVersion = "3.0.0"
5
5
 
6
6
  enum RequestMetadata {
7
7
  static func configure() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "2.14.0",
3
+ "version": "3.0.0",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",