quantified-self-lib
Advanced tools
Comparing version 3.3.14 to 3.3.15
@@ -14,2 +14,4 @@ export interface UserDashboardChartSettingsInterface { | ||
PyramidsVertical = "Pyramids Vertical", | ||
LinesHorizontal = "Lines Horizontal", | ||
LinesVertical = "Lines Vertical", | ||
Spiral = "Spiral" | ||
@@ -16,0 +18,0 @@ } |
@@ -8,2 +8,4 @@ "use strict"; | ||
ChartTypes["PyramidsVertical"] = "Pyramids Vertical"; | ||
ChartTypes["LinesHorizontal"] = "Lines Horizontal"; | ||
ChartTypes["LinesVertical"] = "Lines Vertical"; | ||
ChartTypes["Spiral"] = "Spiral"; | ||
@@ -10,0 +12,0 @@ })(ChartTypes = exports.ChartTypes || (exports.ChartTypes = {})); |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.3.14", | ||
"version": "3.3.15", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
706275
11639