incyclist-devices 1.4.9 → 1.4.10

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.
@@ -178,7 +178,7 @@ class AntFEAdapter extends AntAdapter_1.default {
178
178
  yield _super.start.call(this, props);
179
179
  this.logger.logEvent({ message: 'start()', props });
180
180
  const opts = props || {};
181
- const { args } = opts;
181
+ const { args = {} } = opts;
182
182
  return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () {
183
183
  if (this.ignoreHrm && this.ignoreBike && this.ignorePower) {
184
184
  this.logger.logEvent({ message: 'start() not done: bike disabled' });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "dependencies": {
5
5
  "@serialport/parser-byte-length": "^9.0.1",
6
6
  "@serialport/parser-delimiter": "^9.0.1",