fitbit-api-handler
Advanced tools
Comparing version 0.4.0 to 1.0.0
@@ -5,2 +5,10 @@ # Change Log | ||
## [1.0.0] - 2018-05-31 | ||
### Changed | ||
- Jupijou, version 1.0 | ||
### Fixed | ||
- Fix path to main file | ||
## [0.4.0] - 2018-04-16 | ||
@@ -7,0 +15,0 @@ ### Changed |
{ | ||
"name": "fitbit-api-handler", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "Unofficial handler for Fitbit API", | ||
"main": "./src/index.js", | ||
"main": "./dist/index.js", | ||
"jsnext:main": "dist/index.es.js", | ||
@@ -32,3 +32,3 @@ "module": "dist/index.es.js", | ||
"@socifi/eslint-config": "^1.6.2", | ||
"flow-bin": "^0.69.0", | ||
"flow-bin": "^0.73.0", | ||
"flow-coverage-report": "^0.5.0", | ||
@@ -40,7 +40,7 @@ "flow-typed": "^2.3.0", | ||
"dependencies": { | ||
"luxon": "^1.0.0", | ||
"mathjs": "^4.0.1", | ||
"query-string": "^6.0.0", | ||
"rest-api-handler": "^1.6.0" | ||
"luxon": "^1.2.1", | ||
"mathjs": "^4.4.1", | ||
"query-string": "^6.1.0", | ||
"rest-api-handler": "^1.7.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
128155
75
0
Updatedluxon@^1.2.1
Updatedmathjs@^4.4.1
Updatedquery-string@^6.1.0
Updatedrest-api-handler@^1.7.0