@golemio/flow 1.2.4-dev.930431514 → 1.2.4-rc.950304793

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.
@@ -98,10 +98,10 @@ class PedestriansLocationsModel extends models_1.SequelizeModel {
98
98
  map_url: location.place_url,
99
99
  photo_url: location.map_url,
100
100
  measurement_start: location.measurement_start
101
- ? (0, DateTime_1.dateTime)(location.measurement_start).format("yyyy-LL-DD HH:mm")
101
+ ? (0, DateTime_1.dateTime)(location.measurement_start).format("yyyy-LL-dd HH:mm")
102
102
  : null,
103
103
  measurement_end: location.measurement_end
104
- ? (0, DateTime_1.dateTime)(location.measurement_end).format("yyyy-LL-DD HH:mm")
104
+ ? (0, DateTime_1.dateTime)(location.measurement_end).format("yyyy-LL-dd HH:mm")
105
105
  : null,
106
106
  directions: directionsArr,
107
107
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/flow",
3
- "version": "1.2.4-dev.930431514",
3
+ "version": "1.2.4-rc.950304793",
4
4
  "description": "Golemio Flow Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",