@autorunify/capacitor-nrfmesh 0.0.3 → 0.0.4

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.
@@ -114,6 +114,7 @@ class BleManager {
114
114
  ble.devices.add(device)
115
115
  } else if (_device.provisioned) {
116
116
  ble.devices.remove(_device)
117
+ } else {
117
118
  }
118
119
  }
119
120
  } else if (uuid == MeshManagerApi.MESH_PROXY_UUID) {
@@ -137,6 +138,7 @@ class BleManager {
137
138
  ble.devices.add(device)
138
139
  } else if (!_device.provisioned) {
139
140
  ble.devices.remove(_device)
141
+ } else {
140
142
  }
141
143
  }
142
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorunify/capacitor-nrfmesh",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "nrf mesh plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",