fleetmap-reports 1.0.731 → 1.0.732

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.731",
3
+ "version": "1.0.732",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/util/route.js CHANGED
@@ -50,7 +50,8 @@ exports.cleanPositions = (positions) => {
50
50
  latitude: p.latitude,
51
51
  longitude: p.longitude,
52
52
  deviceId: p.deviceId,
53
- speed: p.speed
53
+ speed: p.speed,
54
+ valid: p.valid
54
55
  }
55
56
  })
56
57
  }