@featurevisor/cli
Advanced tools
Comparing version 1.20.0 to 1.21.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.21.0](https://github.com/featurevisor/featurevisor/compare/v1.20.0...v1.21.0) (2024-05-09) | ||
### Features | ||
* make test runner fast by default ([#301](https://github.com/featurevisor/featurevisor/issues/301)) ([6ed5d0c](https://github.com/featurevisor/featurevisor/commit/6ed5d0cdba99b987fea4242c54aa74202a975142)) | ||
# [1.20.0](https://github.com/featurevisor/featurevisor/compare/v1.19.0...v1.20.0) (2024-04-30) | ||
@@ -8,0 +19,0 @@ |
@@ -216,3 +216,2 @@ "use strict"; | ||
showDatafile: options.showDatafile || false, | ||
fast: options.fast || false, | ||
onlyFailures: options.onlyFailures || false, | ||
@@ -219,0 +218,0 @@ }; |
{ | ||
"name": "@featurevisor/cli", | ||
"version": "1.20.0", | ||
"version": "1.21.0", | ||
"description": "CLI package of Featurevisor", | ||
@@ -50,3 +50,3 @@ "main": "bin.js", | ||
"dependencies": { | ||
"@featurevisor/core": "^1.20.0", | ||
"@featurevisor/core": "^1.21.0", | ||
"yargs": "^17.6.2" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "2a66f338222849d2a40c31424d79e080e02f4e97" | ||
"gitHead": "b12c838af9f5361f15b52bf52ef16c058e93b56c" | ||
} |
@@ -158,3 +158,2 @@ import * as fs from "fs"; | ||
showDatafile: options.showDatafile || false, | ||
fast: options.fast || false, | ||
onlyFailures: options.onlyFailures || false, | ||
@@ -161,0 +160,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86785
970
Updated@featurevisor/core@^1.21.0