builder-util
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -169,3 +169,3 @@ "use strict"; | ||
function copyFile(src, dest, isEnsureDir = true) { | ||
return (isEnsureDir ? (0, (_fsExtraP || _load_fsExtraP()).ensureDir)(_path.dirname(dest)) : (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve()).then(() => copyOrLinkFile(src, dest, null, false)); | ||
return (isEnsureDir ? (0, (_fsExtraP || _load_fsExtraP()).ensureDir)(_path.dirname(dest)) : Promise.resolve()).then(() => copyOrLinkFile(src, dest, null, false)); | ||
} | ||
@@ -172,0 +172,0 @@ /** |
@@ -117,2 +117,6 @@ "use strict"; | ||
class NodeHttpExecutor extends (_builderUtilRuntime || _load_builderUtilRuntime()).HttpExecutor { | ||
constructor() { | ||
super(...arguments); | ||
this.httpsAgentPromise = null; | ||
} | ||
download(url, destination, options = { cancellationToken: new (_builderUtilRuntime || _load_builderUtilRuntime()).CancellationToken() }) { | ||
@@ -119,0 +123,0 @@ var _this = this; |
{ | ||
"name": "builder-util", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"main": "out/util.js", | ||
@@ -21,3 +21,3 @@ "author": "Vladimir Krivosheev", | ||
"debug": "^3.1.0", | ||
"builder-util-runtime": "^4.0.2", | ||
"builder-util-runtime": "^4.0.3", | ||
"source-map-support": "^0.5.1", | ||
@@ -24,0 +24,0 @@ "7zip-bin": "^2.4.1", |
Sorry, the diff of this file is not supported yet
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
202961
2510
Updatedbuilder-util-runtime@^4.0.3