@sports-alliance/sports-lib
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -175,3 +175,3 @@ "use strict"; | ||
fitDataObject.events.filter(function (activityEvent) { | ||
return activityEvent.timestamp >= activity.startDate && activityEvent.timestamp <= activity.endDate; | ||
return activityEvent.event === 'timer' && activityEvent.timestamp >= activity.startDate && activityEvent.timestamp <= activity.endDate; | ||
}).forEach(function (activityEvent) { | ||
@@ -178,0 +178,0 @@ switch (activityEvent.event_type) { |
{ | ||
"name": "@sports-alliance/sports-lib", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
36066594
2
70