balena-register-device
Advanced tools
Comparing version 7.1.0 to 7.1.1-update-deps-8d78459d6cf6e0dcaa4721c38898eeb2d25c5674
@@ -29,3 +29,3 @@ "use strict"; | ||
*/ | ||
exports.getRegisterDevice = ({ request, }) => ({ | ||
const getRegisterDevice = ({ request, }) => ({ | ||
/** | ||
@@ -110,2 +110,3 @@ * @summary Generate a random key, useful for both uuid and api key. | ||
}); | ||
exports.getRegisterDevice = getRegisterDevice; | ||
class ApiError extends typed_error_1.TypedError { | ||
@@ -112,0 +113,0 @@ constructor(message = 'Error with API request', response) { |
@@ -8,2 +8,7 @@ # Change Log | ||
# v7.1.1 | ||
## (2021-04-29) | ||
* Update dependencies [Pagan Gazzard] | ||
# v7.1.0 | ||
@@ -10,0 +15,0 @@ ## (2020-07-13) |
{ | ||
"name": "balena-register-device", | ||
"version": "7.1.0", | ||
"version": "7.1.1-update-deps-8d78459d6cf6e0dcaa4721c38898eeb2d25c5674", | ||
"description": "Balena device registration utilities", | ||
@@ -37,19 +37,18 @@ "main": "build/register.js", | ||
"devDependencies": { | ||
"@balena/lint": "^5.1.0", | ||
"balena-auth": "^4.0.1", | ||
"@balena/lint": "^5.4.1", | ||
"balena-auth": "^4.1.0", | ||
"balena-config-karma": "^2.3.1", | ||
"balena-request": "^11.0.0", | ||
"balena-request": "^11.4.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"karma": "^1.7.0", | ||
"lodash": "^4.0.0", | ||
"lodash": "^4.17.21", | ||
"mocha": "^6.2.0", | ||
"mockttp": "^0.8.0", | ||
"sinon": "^1.17.6" | ||
"mockttp": "^0.8.0" | ||
}, | ||
"dependencies": { | ||
"@types/uuid": "^8.0.0", | ||
"tslib": "^2.0.0", | ||
"typed-error": "^3.2.0", | ||
"uuid": "^8.2.0" | ||
"@types/uuid": "^8.3.0", | ||
"tslib": "^2.2.0", | ||
"typed-error": "^3.2.1", | ||
"uuid": "^8.3.2" | ||
}, | ||
@@ -56,0 +55,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
30099
10
196
1
Updated@types/uuid@^8.3.0
Updatedtslib@^2.2.0
Updatedtyped-error@^3.2.1
Updateduuid@^8.3.2