quantified-self-lib
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -6,7 +6,7 @@ import { DataNumber } from './data.number'; | ||
export declare enum Feelings { | ||
Poor = 0, | ||
Average = 1, | ||
Good = 2, | ||
'Very Good' = 3, | ||
Excellent = 4 | ||
'Poor' = 1, | ||
'Average' = 2, | ||
'Good' = 3, | ||
'Very Good' = 4, | ||
'Excellent' = 5 | ||
} |
@@ -28,7 +28,7 @@ "use strict"; | ||
(function (Feelings) { | ||
Feelings[Feelings["Poor"] = 0] = "Poor"; | ||
Feelings[Feelings["Average"] = 1] = "Average"; | ||
Feelings[Feelings["Good"] = 2] = "Good"; | ||
Feelings[Feelings["Very Good"] = 3] = "Very Good"; | ||
Feelings[Feelings["Excellent"] = 4] = "Excellent"; | ||
Feelings[Feelings["Poor"] = 1] = "Poor"; | ||
Feelings[Feelings["Average"] = 2] = "Average"; | ||
Feelings[Feelings["Good"] = 3] = "Good"; | ||
Feelings[Feelings["Very Good"] = 4] = "Very Good"; | ||
Feelings[Feelings["Excellent"] = 5] = "Excellent"; | ||
})(Feelings = exports.Feelings || (exports.Feelings = {})); |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"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
532037