@magicred-1/ble-mesh 1.3.0 → 1.3.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.
@@ -1244,7 +1244,7 @@ class BleMeshModule(reactContext: ReactApplicationContext) : ReactContextBaseJav
1244
1244
  Log.d(TAG, "Sending handshake response to $senderId")
1245
1245
  initiateHandshakeInternal(senderId)
1246
1246
  } else {
1247
- Log.d(TAG, "Handshake not for us, recipient: ${byteArrayToHexString(packet.recipientId ?: byteArrayOf())}")
1247
+ Log.d(TAG, "Handshake not for us")
1248
1248
  }
1249
1249
  } catch (e: Exception) {
1250
1250
  Log.e(TAG, "Handshake failed: ${e.message}")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicred-1/ble-mesh",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "BLE Mesh networking library for React Native with seamless permissions",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",