balena-register-device
Advanced tools
Comparing version 6.1.3 to 6.1.4-fixed-type-error-5d3031cefa72eebb063eb13cb862c2efd4c39e17
@@ -135,3 +135,4 @@ // Generated by CoffeeScript 1.12.7 | ||
this.response = response1; | ||
ApiError.__super__.constructor.call(this, this.message); | ||
ApiError.__super__.constructor.call(this, message); | ||
this.message = message; | ||
} | ||
@@ -138,0 +139,0 @@ |
@@ -8,2 +8,7 @@ # Change Log | ||
# v6.1.4 | ||
## (2020-05-21) | ||
* Update typed-error and coffeescript [Cameron Diver] | ||
# v6.1.3 | ||
@@ -10,0 +15,0 @@ ## (2020-05-20) |
{ | ||
"name": "balena-register-device", | ||
"version": "6.1.3", | ||
"version": "6.1.4-fixed-type-error-5d3031cefa72eebb063eb13cb862c2efd4c39e17", | ||
"description": "Balena device registration utilities", | ||
@@ -39,3 +39,3 @@ "main": "build/register.js", | ||
"chai-as-promised": "^6.0.0", | ||
"coffeescript": "~1.12.2", | ||
"coffeescript": "~2.5.1", | ||
"gulp": "^4.0.2", | ||
@@ -53,3 +53,4 @@ "gulp-coffee": "^2.3.0", | ||
"bluebird": "^3.7.2", | ||
"randomstring": "^1.1.5" | ||
"randomstring": "^1.1.5", | ||
"typed-error": "^3.2.0" | ||
}, | ||
@@ -56,0 +57,0 @@ "peerDependencies": { |
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
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
27149
125
4
1
+ Addedtyped-error@^3.2.0