quantified-self-lib
Advanced tools
Comparing version 3.3.26 to 3.3.28
@@ -8,3 +8,3 @@ import { LapTypes } from '../laps/lap.types'; | ||
showAllData: boolean; | ||
dataSmoothingLevel: number; | ||
downSamplingLevel: number; | ||
chartCursorBehaviour: ChartCursorBehaviours; | ||
@@ -11,0 +11,0 @@ strokeWidth: number; |
@@ -26,3 +26,2 @@ import { Privacy } from '../privacy/privacy.class.interface'; | ||
photoURL: string | null; | ||
lastLogin: any; | ||
displayName: string | null; | ||
@@ -29,0 +28,0 @@ description: string | null; |
@@ -35,3 +35,2 @@ "use strict"; | ||
photoURL: this.photoURL || null, | ||
lastLogin: this.lastLogin || null, | ||
displayName: this.displayName || null, | ||
@@ -38,0 +37,0 @@ description: this.description || null, |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.3.26", | ||
"version": "3.3.28", | ||
"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
709832
11722