balena-register-device
Advanced tools
Comparing version 6.1.3 to 6.1.4-improve-single-test-7cf0c54650f55fa0c9c587e2928958223e37cb21
@@ -8,2 +8,9 @@ # Change Log | ||
# v6.1.4 | ||
## (2020-05-21) | ||
* Check for statusCode when error is thrown when provisioning device [Miguel Casqueira] | ||
* Extend API exception to include full response object [Miguel Casqueira] | ||
* Convert tests to js [Thodoris Greasidis] | ||
# v6.1.3 | ||
@@ -10,0 +17,0 @@ ## (2020-05-20) |
{ | ||
"name": "balena-register-device", | ||
"version": "6.1.3", | ||
"version": "6.1.4-improve-single-test-7cf0c54650f55fa0c9c587e2928958223e37cb21", | ||
"description": "Balena device registration utilities", | ||
@@ -25,3 +25,5 @@ "main": "build/register.js", | ||
"build": "gulp build", | ||
"lint": "balena-lint lib tests gulpfile.coffee", | ||
"lint:coffee": "balena-lint lib gulpfile.coffee", | ||
"lint:js": "balena-lint -e js --typescript tests", | ||
"lint": "npm run lint:coffee && npm run lint:js", | ||
"test-node": "gulp test", | ||
@@ -28,0 +30,0 @@ "test-browser": "mockttp -c karma start", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27362
1