react-native-ble-nitro 1.15.0 → 1.15.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.
@@ -693,6 +693,7 @@ class BleNitroBleManager : HybridNativeBleNitroSpec() {
693
693
  name = device.name ?: "",
694
694
  rssi = 0.0, // RSSI not available for already connected devices
695
695
  manufacturerData = ManufacturerData(companyIdentifiers = emptyArray()),
696
+ serviceData = ServiceData(services = emptyArray()),
696
697
  serviceUUIDs = emptyArray(), // Service UUIDs not available without service discovery
697
698
  isConnectable = true,
698
699
  isConnected = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ble-nitro",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "High-performance React Native BLE library built on Nitro Modules",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -119,5 +119,8 @@
119
119
  "ios",
120
120
  "android"
121
121
  ]
122
+ },
123
+ "allowScripts": {
124
+ "fsevents@2.3.3": true
122
125
  }
123
126
  }