react-native-persona 2.2.14 → 2.2.15

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v2.2.15] - 2022-07-01
11
+
12
+ ### Fixed
13
+
14
+ - Fixed iOS compiler error
15
+
10
16
  ## [v2.2.14] - 2022-06-30
11
17
 
12
18
  ### Changed
@@ -99,7 +99,7 @@ extension PersonaInquiry2: InquiryDelegate {
99
99
  sendEvent(
100
100
  withName: "onError",
101
101
  body: [
102
- "debugMessage": error.debugDescription
102
+ "debugMessage": error.localizedDescription
103
103
  ]
104
104
  )
105
105
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-persona",
3
3
  "title": "React Native Persona",
4
- "version": "2.2.14",
4
+ "version": "2.2.15",
5
5
  "description": "Launch a mobile native implementation of the Persona inquiry flow from React Native.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",