incyclist-devices 2.3.0-beta.2 → 2.3.0-beta.3

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.
@@ -240,7 +240,7 @@ class DirectConnectInterface extends events_1.default {
240
240
  else {
241
241
  this.logEvent({ message: 'device announced', device: service.name, announcement: service, source });
242
242
  this.services.push({ ts: Date.now(), service });
243
- if (service.type !== DC_TYPE && ((_a = service.serviceUUIDs) === null || _a === void 0 ? void 0 : _a.length) === 0)
243
+ if (!((_a = service.serviceUUIDs) === null || _a === void 0 ? void 0 : _a.length))
244
244
  return;
245
245
  this.emitDevice(service);
246
246
  (_b = this.matching) === null || _b === void 0 ? void 0 : _b.push(service.name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "2.3.0-beta.2",
3
+ "version": "2.3.0-beta.3",
4
4
  "dependencies": {
5
5
  "@serialport/bindings-interface": "^1.2.2",
6
6
  "@serialport/parser-byte-length": "^9.0.1",