incyclist-services 1.5.69 → 1.5.70

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.
@@ -175,7 +175,6 @@ let ActivityRideService = (() => {
175
175
  this.tsPauseStart = undefined;
176
176
  delete this.tsStart;
177
177
  yield (0, utils_1.waitNextTick)();
178
- this.cleanup();
179
178
  delete this.observer;
180
179
  });
181
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-services",
3
- "version": "1.5.69",
3
+ "version": "1.5.70",
4
4
  "peerDependencies": {
5
5
  "gd-eventlog": "^0.1.26"
6
6
  },