balena-register-device
Advanced tools
Comparing version 7.0.0-7-x-933e42c26f327bbf94ce5302dcaa1a809ba65dc8 to 7.0.0-7-x-d355eccaa9293a41eb82cc44a70e1c7208dc141f
@@ -17,13 +17,5 @@ "use strict"; | ||
*/ | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ApiError = exports.getRegisterDevice = void 0; | ||
const tslib_1 = require("tslib"); | ||
const randomstring = require("randomstring"); | ||
@@ -84,3 +76,3 @@ const typed_error_1 = require("typed-error"); | ||
register: function (options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
for (const opt of [ | ||
@@ -87,0 +79,0 @@ 'applicationId', |
{ | ||
"name": "balena-register-device", | ||
"version": "7.0.0-7-x-933e42c26f327bbf94ce5302dcaa1a809ba65dc8", | ||
"version": "7.0.0-7-x-d355eccaa9293a41eb82cc44a70e1c7208dc141f", | ||
"description": "Balena device registration utilities", | ||
@@ -39,3 +39,3 @@ "main": "build/register.js", | ||
"balena-config-karma": "^2.3.1", | ||
"balena-request": "^10.0.9", | ||
"balena-request": "^11.0.0", | ||
"chai": "^3.5.0", | ||
@@ -52,7 +52,8 @@ "chai-as-promised": "^6.0.0", | ||
"randomstring": "^1.1.5", | ||
"tslib": "^2.0.0", | ||
"typed-error": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"balena-request": "^11.0.0-11-x-0f67d2157ff70c8cfada7b6359ba4b58aeeacf3c" | ||
"balena-request": "^11.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
29882
5
199
+ Addedtslib@^2.0.0