@best/utils
Advanced tools
Comparing version 4.0.0-alpha9 to 4.0.0-beta1
@@ -22,2 +22,9 @@ "use strict"; | ||
exports.proxifiedSocketOptions = proxy_1.proxifiedSocketOptions; | ||
var match_specs_1 = require("./match-specs"); | ||
exports.matchSpecs = match_specs_1.matchSpecs; | ||
var runner_interruption_1 = require("./runner-interruption"); | ||
exports.RunnerInterruption = runner_interruption_1.RunnerInterruption; | ||
var normalize_client_config_1 = require("./normalize-client-config"); | ||
exports.normalizeClientConfig = normalize_client_config_1.normalizeClientConfig; | ||
exports.normalizeSpecs = normalize_client_config_1.normalizeSpecs; | ||
//# sourceMappingURL=index.js.map |
@@ -15,5 +15,5 @@ "use strict"; | ||
function logError(errorMsg, stack, stream = process.stdout) { | ||
stream.write(ERR_TEXT + errorMsg + (stack ? '\n' + stack : '') + '\n'); | ||
stream.write('\n' + ERR_TEXT + errorMsg + (stack ? '\n' + stack : '') + '\n'); | ||
} | ||
exports.default = logError; | ||
//# sourceMappingURL=log-error.js.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.0.0-alpha9", | ||
"version": "4.0.0-beta1", | ||
"description": "Best Utils", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
], | ||
"gitHead": "6b3e5ae79feebd37eece19a9b6bc6b2d8e897d59" | ||
"gitHead": "4d06a44b069fcefaf95ea845a61bb99ac4254405" | ||
} |
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
9636
12
201