react-native-gizwits-sdk-v5 1.3.75 → 1.3.77

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.
@@ -16,4 +16,5 @@ RCT_EXTERN_METHOD(getDevices:(NSDictionary *)options result:(RCTResponseSenderBl
16
16
  RCT_EXTERN_METHOD(getProductDataPointConfig:(NSDictionary *)options result:(RCTResponseSenderBlock)result)
17
17
  RCT_EXTERN_METHOD(stopBleScan:(NSDictionary *)options result:(RCTResponseSenderBlock)result)
18
18
  RCT_EXTERN_METHOD(startBleScan:(NSDictionary *)options result:(RCTResponseSenderBlock)result)
19
+ RCT_EXTERN_METHOD(feedback:(NSDictionary *)options result:(RCTResponseSenderBlock)result)
19
20
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.3.75",
3
+ "version": "1.3.77",
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.2.3'
22
+ s.dependency 'GizwitsiOSSDK', '~> 1.2.5'
23
23
 
24
24
  end