@autorunify/capacitor-nrfmesh 0.0.12 → 0.0.13

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.
@@ -477,7 +477,6 @@ class MeshManager {
477
477
  }
478
478
 
479
479
  fun disconnect() {
480
- if(!isConnected) return
481
480
  gatt.disconnect().timeout(2000).await()
482
481
  }
483
482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorunify/capacitor-nrfmesh",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "nrf mesh plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",