react-native-gizwits-sdk-v5 1.3.52 → 1.3.53

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.
@@ -111,7 +111,7 @@ class RNGizSDKManagerModule: RCTEventEmitter, GizSdkEventHandlerDelegate {
111
111
  public func feedback(_ options: NSDictionary, result: @escaping RCTResponseSenderBlock) {
112
112
  if let config = RNGizParamsChecker.check(options: options, result: result, paramsType: GizFeedbackParams.self) {
113
113
  Task {
114
- GizSDKManager.sharedInstance.feedback(uploadLog: config.uploadLog, content: config.content, contact: config.contact)
114
+ await GizSDKManager.sharedInstance.feedback(uploadLog: config.uploadLog, contact: config.contact, content: config.content)
115
115
  GizRNCallbackManager.callbackWithResult(callback: result, result: GizResult<Int?, GizAPIException?>(data: nil, success: true))
116
116
  }
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency 'React'
21
21
  s.dependency 'CryptoSwift', '~> 1.8.0'
22
- s.dependency 'GizwitsiOSSDK', '~> 1.1.6'
22
+ s.dependency 'GizwitsiOSSDK', '~> 1.1.7'
23
23
 
24
24
  end