@boll/cli
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 27 Aug 2020 17:59:01 GMT", | ||
"date": "Thu, 27 Aug 2020 20:56:45 GMT", | ||
"tag": "@boll/cli_v0.0.10", | ||
"version": "0.0.10", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Export library accessible entrypoint.", | ||
"author": "jdh@microsoft.com", | ||
"commit": "21360a05528d7b4e2b17e608d4a0e5e89bdd448b", | ||
"package": "@boll/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 27 Aug 2020 17:59:09 GMT", | ||
"tag": "@boll/cli_v0.0.9", | ||
@@ -8,0 +23,0 @@ "version": "0.0.9", |
# Change Log - @boll/cli | ||
This log was last generated on Thu, 27 Aug 2020 17:59:01 GMT and should not be manually modified. | ||
This log was last generated on Thu, 27 Aug 2020 20:56:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.10 | ||
Thu, 27 Aug 2020 20:56:45 GMT | ||
### Patches | ||
- Export library accessible entrypoint. (jdh@microsoft.com) | ||
## 0.0.9 | ||
Thu, 27 Aug 2020 17:59:01 GMT | ||
Thu, 27 Aug 2020 17:59:09 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -68,2 +68,3 @@ "use strict"; | ||
var path_1 = require("path"); | ||
var constants_1 = require("./lib/constants"); | ||
var fileExistsAsync = util_1.promisify(fs.exists); | ||
@@ -75,4 +76,4 @@ var parser = new argparse_1.ArgumentParser({ description: "@boll/cli" }); | ||
}); | ||
var runParser = subParser.addParser("run"); | ||
var initParser = subParser.addParser("init"); | ||
subParser.addParser("run"); | ||
subParser.addParser("init"); | ||
var Status; | ||
@@ -86,3 +87,2 @@ (function (Status) { | ||
this.logger = logger; | ||
this.configFileName = ".boll.config.js"; | ||
} | ||
@@ -128,3 +128,3 @@ Cli.prototype.run = function (args) { | ||
case 0: | ||
fullConfigPath = path_1.resolve(this.configFileName); | ||
fullConfigPath = path_1.resolve(constants_1.configFileName); | ||
return [4 /*yield*/, fileExistsAsync(fullConfigPath)]; | ||
@@ -131,0 +131,0 @@ case 1: |
{ | ||
"name": "@boll/cli", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/boll#readme", |
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
121050
42
2400
9