quantified-self-lib
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -53,2 +53,3 @@ /** | ||
'YogaPilates' = "YogaPilates", | ||
'training_yoga' = "Yoga", | ||
'yoga' = "Yoga", | ||
@@ -69,2 +70,3 @@ 'Yoga' = "Yoga", | ||
'Climbing' = "Climbing", | ||
'cycling_indoor_cycling' = "Indoor Cycling", | ||
'Indoorcycling' = "Indoor Cycling", | ||
@@ -71,0 +73,0 @@ 'indoor_cycling' = "Indoor Cycling", |
@@ -56,2 +56,3 @@ "use strict"; | ||
ActivityTypes["YogaPilates"] = "YogaPilates"; | ||
ActivityTypes["training_yoga"] = "Yoga"; | ||
ActivityTypes["yoga"] = "Yoga"; | ||
@@ -72,2 +73,3 @@ ActivityTypes["Yoga"] = "Yoga"; | ||
ActivityTypes["Climbing"] = "Climbing"; | ||
ActivityTypes["cycling_indoor_cycling"] = "Indoor Cycling"; | ||
ActivityTypes["Indoorcycling"] = "Indoor Cycling"; | ||
@@ -74,0 +76,0 @@ ActivityTypes["indoor_cycling"] = "Indoor Cycling"; |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
555559
11841