@betterer/betterer
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.2.2](https://github.com/phenomnomnominal/betterer/compare/v2.2.1...v2.2.2) (2020-06-29) | ||
### Bug Fixes | ||
* **betterer 🐛:** add new line character to the end of the generated reports file ([#135](https://github.com/phenomnomnominal/betterer/issues/135)) ([9c3e441](https://github.com/phenomnomnominal/betterer/commit/9c3e441bb4751def29e225cf5bf8ba9a6e8dca62)) | ||
* **betterer 🐛:** run git log with --no-color to prevent parsing error ([#134](https://github.com/phenomnomnominal/betterer/issues/134)) ([b1c7513](https://github.com/phenomnomnominal/betterer/commit/b1c7513cbded6a2fa492ae513777a65353796e70)) | ||
## [2.2.1](https://github.com/phenomnomnominal/betterer/compare/v2.2.0...v2.2.1) (2020-06-29) | ||
@@ -8,0 +20,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
escaped = safe_string_literal_1.escape(printedValue, UNESCAPED); | ||
return [2 /*return*/, "\nexports[`" + name + "`] = {\n timestamp: " + timestamp + ",\n value: `" + escaped + "`\n};"]; | ||
return [2 /*return*/, "\nexports[`" + name + "`] = {\n timestamp: " + timestamp + ",\n value: `" + escaped + "`\n};\n"]; | ||
} | ||
@@ -25,0 +25,0 @@ }); |
@@ -10,3 +10,3 @@ "use strict"; | ||
var ADDED_BETTERER = 500; | ||
var SCORE_LOG_ARGS = ['--stat', '--decorate', '--follow', '-p', '--']; | ||
var SCORE_LOG_ARGS = ['--stat', '--decorate', '--follow', '--no-color', '-p', '--']; | ||
function score(config, reporter) { | ||
@@ -13,0 +13,0 @@ var _a; |
{ | ||
"name": "@betterer/betterer", | ||
"description": "Main engine for runing betterer tests", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "publishConfig": { | ||
"@betterer/logger": "^2.2.0", | ||
"@betterer/reporter": "^2.2.1", | ||
"@betterer/watch-reporter": "^2.2.1", | ||
"@betterer/reporter": "^2.2.2", | ||
"@betterer/watch-reporter": "^2.2.2", | ||
"callsite": "^1.0.0", | ||
@@ -49,3 +49,3 @@ "chokidar": "^3.3.1", | ||
}, | ||
"gitHead": "f7b80ba1b3953f9606f1ec395526a3b646e38837" | ||
"gitHead": "d393b440089d38b57afe353189fd4dee683a0ac8" | ||
} |
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
204903
Updated@betterer/reporter@^2.2.2