quantified-self-lib
Advanced tools
Comparing version 3.4.11 to 3.4.12
@@ -22,2 +22,3 @@ "use strict"; | ||
case ActivityTypes.Running: | ||
return [data_pace_avg_1.DataPaceAvg.type]; | ||
case ActivityTypes['Trail Running']: | ||
@@ -24,0 +25,0 @@ return [data_pace_avg_1.DataPaceAvg.type, data_vertical_speed_avg_1.DataVerticalSpeedAvg.type]; |
import { GeoLibAdapterInterface } from './adapter.interface'; | ||
import { DataPositionInterface } from '../../data/data.position.interface'; | ||
export declare class GeoLibAdapter implements GeoLibAdapterInterface { | ||
findNearest: (point: import("geolib/es/types").GeolibInputCoordinates, coords: import("geolib/es/types").GeolibInputCoordinates[]) => import("geolib/es/types").GeolibInputCoordinates; | ||
constructor(); | ||
getDistance(positionArray: DataPositionInterface[]): number; | ||
} |
@@ -7,4 +7,6 @@ "use strict"; | ||
var getDistance_1 = __importDefault(require("geolib/es/getDistance")); | ||
var findNearest_1 = __importDefault(require("geolib/es/findNearest")); | ||
var GeoLibAdapter = /** @class */ (function () { | ||
function GeoLibAdapter() { | ||
this.findNearest = findNearest_1.default; | ||
} | ||
@@ -11,0 +13,0 @@ GeoLibAdapter.prototype.getDistance = function (positionArray) { |
{ | ||
"name": "quantified-self-lib", | ||
"version": "3.4.11", | ||
"version": "3.4.12", | ||
"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
598674
12502