quantified-self-lib
Advanced tools
Comparing version 3.3.13 to 3.3.14
@@ -8,3 +8,3 @@ import { DataNumber } from './data.number'; | ||
'No exertion at all' = 0, | ||
'Very, very slight (just noticeable)' = 1, | ||
'Very, very slight' = 1, | ||
'Very slight' = 2, | ||
@@ -11,0 +11,0 @@ 'Slight' = 3, |
@@ -32,3 +32,3 @@ "use strict"; | ||
RPEBorgCR10SCale[RPEBorgCR10SCale["No exertion at all"] = 0] = "No exertion at all"; | ||
RPEBorgCR10SCale[RPEBorgCR10SCale["Very, very slight (just noticeable)"] = 1] = "Very, very slight (just noticeable)"; | ||
RPEBorgCR10SCale[RPEBorgCR10SCale["Very, very slight"] = 1] = "Very, very slight"; | ||
RPEBorgCR10SCale[RPEBorgCR10SCale["Very slight"] = 2] = "Very slight"; | ||
@@ -35,0 +35,0 @@ RPEBorgCR10SCale[RPEBorgCR10SCale["Slight"] = 3] = "Slight"; |
@@ -69,3 +69,3 @@ "use strict"; | ||
if (!activityTypesStat) { | ||
throw new Error("Event has no activity types"); | ||
throw new Error("Event with id " + this.getID() + " has no activity types"); | ||
} | ||
@@ -79,3 +79,3 @@ return activityTypesStat.getValue().length > 1 ? | ||
if (!deviceNamesStat) { | ||
throw new Error("Event has no device names"); | ||
throw new Error("Event with id " + this.getID() + " has no device names"); | ||
} | ||
@@ -82,0 +82,0 @@ return "" + this.getUniqueStringWithMultiplier(deviceNamesStat.getValue()); |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.3.13", | ||
"version": "3.3.14", | ||
"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
706087