react-native-authsignal 1.3.0 → 1.3.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.
@@ -142,7 +142,7 @@ class AuthsignalDeviceModule: NSObject {
142
142
  if let error = response.error {
143
143
  reject(response.errorCode ?? "unexpected_error", error, nil)
144
144
  } else if let data = response.data {
145
- let result: [String: String?] = [
145
+ let result: [String: Any?] = [
146
146
  "success": data.success,
147
147
  "userAgent": data.userAgent,
148
148
  "ipAddress": data.ipAddress,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",