@bunt/project
Advanced tools
Comparing version 0.19.12 to 0.19.16
@@ -13,3 +13,3 @@ "use strict"; | ||
} | ||
exports.default = route_1.command(UpdateLintCommand, "lint:update"); | ||
exports.default = (0, route_1.command)(UpdateLintCommand, "lint:update"); | ||
//# sourceMappingURL=UpdateLintCommand.js.map |
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
const ProjectContext_1 = require("./ProjectContext"); | ||
unit_1.main(async () => { | ||
(0, unit_1.main)(async () => { | ||
const commands = [ | ||
@@ -12,0 +12,0 @@ UpdateLintCommand_1.default, |
@@ -9,3 +9,3 @@ "use strict"; | ||
get store() { | ||
return new Resource_1.ResourceStore(path_1.resolve(__dirname, "../resources")); | ||
return new Resource_1.ResourceStore((0, path_1.resolve)(__dirname, "../resources")); | ||
} | ||
@@ -12,0 +12,0 @@ } |
@@ -19,3 +19,3 @@ "use strict"; | ||
try { | ||
await stat(path_1.join(this.current, "package.json")); | ||
await stat((0, path_1.join)(this.current, "package.json")); | ||
} | ||
@@ -25,3 +25,3 @@ catch { | ||
} | ||
const path = path_1.join(this.current, path_1.basename(resource.file)); | ||
const path = (0, path_1.join)(this.current, (0, path_1.basename)(resource.file)); | ||
await copyFile(resource.path, path); | ||
@@ -31,3 +31,3 @@ return path; | ||
async resolve(file) { | ||
const path = path_1.join(this.location, file); | ||
const path = (0, path_1.join)(this.location, file); | ||
const paths = [path, path.concat(".dist")]; | ||
@@ -34,0 +34,0 @@ for (const variant of paths) { |
{ | ||
"name": "@bunt/project", | ||
"version": "0.19.12", | ||
"version": "0.19.16", | ||
"keywords": [ | ||
@@ -32,9 +32,9 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/app": "^0.19.12", | ||
"@bunt/cli": "^0.19.12", | ||
"@bunt/unit": "^0.19.12", | ||
"@bunt/util": "^0.19.12" | ||
"@bunt/app": "^0.19.16", | ||
"@bunt/cli": "^0.19.16", | ||
"@bunt/unit": "^0.19.16", | ||
"@bunt/util": "^0.19.16" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "af2ad3c8c543ddc526a1333910f5487d80c84d78" | ||
"gitHead": "4d9fc4fc6414228f9cfb275f9cead9a53bca76c0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13848
Updated@bunt/app@^0.19.16
Updated@bunt/cli@^0.19.16
Updated@bunt/unit@^0.19.16
Updated@bunt/util@^0.19.16