fitness-models
Advanced tools
Comparing version 0.2.0 to 0.2.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## [0.2.1] 2019-01-15 | ||
### Merge branch 'master' of github.com | ||
- fabulator/fitness-models | ||
### Fixed | ||
- Clonning object | ||
### Other | ||
- Update dependency mathjs to ^5.4.1 | ||
- Update dependency luxon to ^1.10.0 | ||
- Update dependency luxon to ^1.9.0 | ||
- Update dependency husky to ^1.3.1 | ||
## [0.2.0] 2018-12-22 | ||
@@ -5,0 +18,0 @@ ### Added |
@@ -728,3 +728,4 @@ import { GarminBuilder, buildGPX } from 'gpx-builder'; | ||
isRace: this.isRace, | ||
isCommute: this.isCommute | ||
isCommute: this.isCommute, | ||
hashtags: this.hashtags | ||
}; | ||
@@ -731,0 +732,0 @@ } |
@@ -732,3 +732,4 @@ 'use strict'; | ||
isRace: this.isRace, | ||
isCommute: this.isCommute | ||
isCommute: this.isCommute, | ||
hashtags: this.hashtags | ||
}; | ||
@@ -735,0 +736,0 @@ } |
@@ -503,3 +503,4 @@ import { GarminBuilder, buildGPX } from 'gpx-builder'; | ||
isRace: this.isRace, | ||
isCommute: this.isCommute | ||
isCommute: this.isCommute, | ||
hashtags: this.hashtags | ||
}; | ||
@@ -506,0 +507,0 @@ } |
@@ -505,3 +505,4 @@ 'use strict'; | ||
isRace: this.isRace, | ||
isCommute: this.isCommute | ||
isCommute: this.isCommute, | ||
hashtags: this.hashtags | ||
}; | ||
@@ -508,0 +509,0 @@ } |
{ | ||
"name": "fitness-models", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Extendable fitness models for Workout and GPS points", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"@types/mathjs": "^4.4.4", | ||
"husky": "^1.2.1", | ||
"husky": "^1.3.1", | ||
"semantic-release-config-fabulator": "^1.0.3" | ||
@@ -46,5 +46,5 @@ }, | ||
"gpx-builder": "^2.0.1", | ||
"luxon": "^1.8.3", | ||
"mathjs": "^5.4.0" | ||
"luxon": "^1.10.0", | ||
"mathjs": "^5.4.1" | ||
} | ||
} |
@@ -280,2 +280,3 @@ import { DateTime, Duration } from 'luxon'; | ||
isCommute: this.isCommute, | ||
hashtags: this.hashtags, | ||
}; | ||
@@ -282,0 +283,0 @@ } |
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
125446
3967
Updatedluxon@^1.10.0
Updatedmathjs@^5.4.1