react-native-gizwits-sdk-v5 1.4.21 → 1.4.22

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.
@@ -245,7 +245,7 @@ class RNGizSDKManagerModule(reactContext: ReactApplicationContext) : ReactContex
245
245
  如果设备消失,又出现,就可以正常的重新订阅
246
246
  */
247
247
  isSubscriptDevices = deviceList.map{
248
- dev.mac
248
+ it.mac
249
249
  }
250
250
 
251
251
  emptyFlow<Unit>()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.4.21",
3
+ "version": "1.4.22",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",