@boll/cli
Advanced tools
Comparing version 1.1.1213 to 1.1.1214
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Fri, 13 Nov 2020 22:24:33 GMT", | ||
"tag": "@boll/cli_v1.1.1214", | ||
"version": "1.1.1214", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Allow boll to exclude git ignored files", | ||
"author": "email not defined", | ||
"commit": "368e8332d8350c3fed57f35fb132a528262e8825", | ||
"package": "@boll/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 25 Sep 2020 21:48:01 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@boll/cli_v1.1.3", |
# Change Log - @boll/cli | ||
This log was last generated on Fri, 25 Sep 2020 21:48:01 GMT and should not be manually modified. | ||
This log was last generated on Fri, 13 Nov 2020 22:24:33 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.1214 | ||
Fri, 13 Nov 2020 22:24:33 GMT | ||
### Patches | ||
- Allow boll to exclude git ignored files (email not defined) | ||
## 1.1.3 | ||
@@ -8,0 +16,0 @@ |
@@ -130,3 +130,4 @@ "use strict"; | ||
config.load(require(fullConfigPath)); | ||
return [2 /*return*/, config.buildSuite()]; | ||
return [4 /*yield*/, config.buildSuite()]; | ||
case 2: return [2 /*return*/, _a.sent()]; | ||
} | ||
@@ -133,0 +134,0 @@ }); |
@@ -79,3 +79,4 @@ "use strict"; | ||
config.load(require(fullConfigPath)); | ||
return [2 /*return*/, config.buildSuite()]; | ||
return [4 /*yield*/, config.buildSuite()]; | ||
case 2: return [2 /*return*/, _a.sent()]; | ||
} | ||
@@ -82,0 +83,0 @@ }); |
@@ -10,3 +10,3 @@ { | ||
"dependencies": { | ||
"@boll/core": "1.4.0", | ||
"@boll/core": "1.4.1", | ||
"argparse": "^1.0.10", | ||
@@ -52,3 +52,3 @@ "glob": "^7.1.6", | ||
}, | ||
"version": "1.1.1213" | ||
"version": "1.1.1214" | ||
} |
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
38694
808
+ Added@boll/core@1.4.1(transitive)
+ Addedparse-gitignore@1.0.1(transitive)
- Removed@boll/core@1.4.0(transitive)
Updated@boll/core@1.4.1