fitness-models
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## v4.0.1 (2021-06-07) | ||
### Fixed | ||
- [bd65b19](https://github.com/fabulator/fitness-models/commit/bd65b19f75300c14072d985eed4ebadcca613970) Update lock for security updated | ||
## v4.0.0 (2021-06-06) | ||
@@ -5,0 +9,0 @@ ### Changed |
@@ -26,22 +26,12 @@ 'use strict'; | ||
}) { | ||
_defineProperty__default['default'](this, "time", void 0); | ||
_defineProperty__default['default'](this, "latitude", void 0); | ||
_defineProperty__default['default'](this, "longitude", void 0); | ||
_defineProperty__default['default'](this, "distance", void 0); | ||
_defineProperty__default['default'](this, "duration", void 0); | ||
_defineProperty__default['default'](this, "speed", void 0); | ||
_defineProperty__default['default'](this, "hr", void 0); | ||
_defineProperty__default['default'](this, "cadence", void 0); | ||
_defineProperty__default['default'](this, "altitude", void 0); | ||
_defineProperty__default['default'](this, "temperature", void 0); | ||
this.time = void 0; | ||
this.latitude = void 0; | ||
this.longitude = void 0; | ||
this.distance = void 0; | ||
this.duration = void 0; | ||
this.speed = void 0; | ||
this.hr = void 0; | ||
this.cadence = void 0; | ||
this.altitude = void 0; | ||
this.temperature = void 0; | ||
this.time = time; | ||
@@ -48,0 +38,0 @@ this.latitude = latitude; |
@@ -34,36 +34,19 @@ 'use strict'; | ||
}) { | ||
_defineProperty__default['default'](this, "start", void 0); | ||
_defineProperty__default['default'](this, "duration", void 0); | ||
_defineProperty__default['default'](this, "typeId", void 0); | ||
_defineProperty__default['default'](this, "points", void 0); | ||
_defineProperty__default['default'](this, "distance", void 0); | ||
_defineProperty__default['default'](this, "calories", void 0); | ||
_defineProperty__default['default'](this, "notes", void 0); | ||
_defineProperty__default['default'](this, "avgHeartRate", void 0); | ||
_defineProperty__default['default'](this, "maxHeartRate", void 0); | ||
_defineProperty__default['default'](this, "title", void 0); | ||
_defineProperty__default['default'](this, "ascent", void 0); | ||
_defineProperty__default['default'](this, "descent", void 0); | ||
_defineProperty__default['default'](this, "hashtags", void 0); | ||
_defineProperty__default['default'](this, "isRace", void 0); | ||
_defineProperty__default['default'](this, "isCommute", void 0); | ||
_defineProperty__default['default'](this, "privacy", void 0); | ||
_defineProperty__default['default'](this, "mapPrivacy", void 0); | ||
this.start = void 0; | ||
this.duration = void 0; | ||
this.typeId = void 0; | ||
this.points = void 0; | ||
this.distance = void 0; | ||
this.calories = void 0; | ||
this.notes = void 0; | ||
this.avgHeartRate = void 0; | ||
this.maxHeartRate = void 0; | ||
this.title = void 0; | ||
this.ascent = void 0; | ||
this.descent = void 0; | ||
this.hashtags = void 0; | ||
this.isRace = void 0; | ||
this.isCommute = void 0; | ||
this.privacy = void 0; | ||
this.mapPrivacy = void 0; | ||
this.start = start; | ||
@@ -70,0 +53,0 @@ this.duration = duration; |
@@ -20,22 +20,12 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
}) { | ||
_defineProperty(this, "time", void 0); | ||
_defineProperty(this, "latitude", void 0); | ||
_defineProperty(this, "longitude", void 0); | ||
_defineProperty(this, "distance", void 0); | ||
_defineProperty(this, "duration", void 0); | ||
_defineProperty(this, "speed", void 0); | ||
_defineProperty(this, "hr", void 0); | ||
_defineProperty(this, "cadence", void 0); | ||
_defineProperty(this, "altitude", void 0); | ||
_defineProperty(this, "temperature", void 0); | ||
this.time = void 0; | ||
this.latitude = void 0; | ||
this.longitude = void 0; | ||
this.distance = void 0; | ||
this.duration = void 0; | ||
this.speed = void 0; | ||
this.hr = void 0; | ||
this.cadence = void 0; | ||
this.altitude = void 0; | ||
this.temperature = void 0; | ||
this.time = time; | ||
@@ -42,0 +32,0 @@ this.latitude = latitude; |
@@ -28,36 +28,19 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
}) { | ||
_defineProperty(this, "start", void 0); | ||
_defineProperty(this, "duration", void 0); | ||
_defineProperty(this, "typeId", void 0); | ||
_defineProperty(this, "points", void 0); | ||
_defineProperty(this, "distance", void 0); | ||
_defineProperty(this, "calories", void 0); | ||
_defineProperty(this, "notes", void 0); | ||
_defineProperty(this, "avgHeartRate", void 0); | ||
_defineProperty(this, "maxHeartRate", void 0); | ||
_defineProperty(this, "title", void 0); | ||
_defineProperty(this, "ascent", void 0); | ||
_defineProperty(this, "descent", void 0); | ||
_defineProperty(this, "hashtags", void 0); | ||
_defineProperty(this, "isRace", void 0); | ||
_defineProperty(this, "isCommute", void 0); | ||
_defineProperty(this, "privacy", void 0); | ||
_defineProperty(this, "mapPrivacy", void 0); | ||
this.start = void 0; | ||
this.duration = void 0; | ||
this.typeId = void 0; | ||
this.points = void 0; | ||
this.distance = void 0; | ||
this.calories = void 0; | ||
this.notes = void 0; | ||
this.avgHeartRate = void 0; | ||
this.maxHeartRate = void 0; | ||
this.title = void 0; | ||
this.ascent = void 0; | ||
this.descent = void 0; | ||
this.hashtags = void 0; | ||
this.isRace = void 0; | ||
this.isCommute = void 0; | ||
this.privacy = void 0; | ||
this.mapPrivacy = void 0; | ||
this.start = start; | ||
@@ -64,0 +47,0 @@ this.duration = duration; |
{ | ||
"name": "fitness-models", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Extendable fitness models for Workout and GPS points", | ||
@@ -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
103334