builder-util
Advanced tools
Comparing version 24.8.0 to 24.8.1
@@ -13,2 +13,3 @@ "use strict"; | ||
const js_yaml_1 = require("js-yaml"); | ||
const fs_extra_1 = require("fs-extra"); | ||
const path = require("path"); | ||
@@ -330,4 +331,5 @@ const log_1 = require("./log"); | ||
exports.InvalidConfigurationError = InvalidConfigurationError; | ||
function executeAppBuilder(args, childProcessConsumer, extraOptions = {}, maxRetries = 0) { | ||
async function executeAppBuilder(args, childProcessConsumer, extraOptions = {}, maxRetries = 0) { | ||
const command = app_builder_bin_1.appBuilderPath; | ||
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755); | ||
const env = { | ||
@@ -334,0 +336,0 @@ ...process.env, |
{ | ||
"name": "builder-util", | ||
"version": "24.8.0", | ||
"version": "24.8.1", | ||
"main": "out/util.js", | ||
@@ -19,3 +19,3 @@ "author": "Vladimir Krivosheev", | ||
"@types/debug": "^4.1.6", | ||
"7zip-bin": "~5.1.1", | ||
"7zip-bin": "~5.2.0", | ||
"app-builder-bin": "4.0.0", | ||
@@ -34,3 +34,3 @@ "bluebird-lst": "^1.0.9", | ||
"temp-file": "^3.4.0", | ||
"builder-util-runtime": "9.2.2" | ||
"builder-util-runtime": "9.2.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "typings": "./out/util.d.ts", |
Sorry, the diff of this file is not supported yet
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
127428
1307
22
+ Added7zip-bin@5.2.0(transitive)
+ Addedbuilder-util-runtime@9.2.3(transitive)
- Removed7zip-bin@5.1.1(transitive)
- Removedbuilder-util-runtime@9.2.2(transitive)
Updated7zip-bin@~5.2.0
Updatedbuilder-util-runtime@9.2.3