builder-util
Advanced tools
Comparing version 5.6.1 to 5.6.2
@@ -56,3 +56,3 @@ "use strict"; | ||
this.errors.push(it); | ||
return (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve(null); | ||
return Promise.resolve(null); | ||
})); | ||
@@ -59,0 +59,0 @@ } |
@@ -1,2 +0,1 @@ | ||
import BluebirdPromise from "bluebird-lst"; | ||
export declare class DebugLogger { | ||
@@ -7,3 +6,3 @@ readonly enabled: boolean; | ||
add(key: string, value: any): void; | ||
save(file: string): Promise<void> | BluebirdPromise<void>; | ||
save(file: string): Promise<void>; | ||
} |
@@ -8,8 +8,2 @@ "use strict"; | ||
var _bluebirdLst; | ||
function _load_bluebirdLst() { | ||
return _bluebirdLst = _interopRequireDefault(require("bluebird-lst")); | ||
} | ||
var _fsExtraP; | ||
@@ -27,4 +21,2 @@ | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
class DebugLogger { | ||
@@ -66,3 +58,3 @@ constructor(enabled = true) { | ||
} else { | ||
return (_bluebirdLst || _load_bluebirdLst()).default.resolve(); | ||
return Promise.resolve(); | ||
} | ||
@@ -69,0 +61,0 @@ } |
{ | ||
"name": "builder-util", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"main": "out/util.js", | ||
@@ -14,3 +14,3 @@ "author": "Vladimir Krivosheev", | ||
"dependencies": { | ||
"app-builder-bin": "1.6.0", | ||
"app-builder-bin": "1.7.0", | ||
"temp-file": "^3.1.1", | ||
@@ -28,5 +28,5 @@ "fs-extra-p": "^4.5.2", | ||
"lazy-val": "^1.0.3", | ||
"js-yaml": "^3.10.0" | ||
"js-yaml": "^3.11.0" | ||
}, | ||
"typings": "./out/util.d.ts" | ||
} |
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
188924
2373
+ Addedapp-builder-bin@1.7.0(transitive)
+ Addedapp-builder-bin-linux@1.7.0(transitive)
+ Addedapp-builder-bin-mac@1.7.0(transitive)
+ Addedapp-builder-bin-win@1.7.0(transitive)
- Removedapp-builder-bin@1.6.0(transitive)
- Removedapp-builder-bin-linux@1.6.0(transitive)
- Removedapp-builder-bin-mac@1.6.0(transitive)
- Removedapp-builder-bin-win@1.6.0(transitive)
Updatedapp-builder-bin@1.7.0
Updatedjs-yaml@^3.11.0