react-native-authsignal 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.
@@ -129,7 +129,7 @@ dependencies {
129
129
 
130
130
  implementation "androidx.browser:browser:1.2.0"
131
131
 
132
- implementation("com.authsignal:authsignal-android:1.0.9")
132
+ implementation("com.authsignal:authsignal-android:1.0.10")
133
133
  }
134
134
 
135
135
  if (isNewArchitectureEnabled()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",