@featurevisor/cli
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.20.0](https://github.com/featurevisor/featurevisor/compare/v1.19.0...v1.20.0) (2024-04-30) | ||
### Features | ||
* allow evaluating in CLI with more verbosity ([#300](https://github.com/featurevisor/featurevisor/issues/300)) ([8c3a096](https://github.com/featurevisor/featurevisor/commit/8c3a0962a5950abf424695db314ee5eeb8e6ccd5)) | ||
# [1.19.0](https://github.com/featurevisor/featurevisor/compare/v1.18.1...v1.19.0) (2024-04-26) | ||
@@ -8,0 +19,0 @@ |
@@ -485,2 +485,3 @@ "use strict"; | ||
pretty: options.pretty, | ||
verbose: options.verbose, | ||
})]; | ||
@@ -487,0 +488,0 @@ case 3: |
{ | ||
"name": "@featurevisor/cli", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "CLI package of Featurevisor", | ||
@@ -50,3 +50,3 @@ "main": "bin.js", | ||
"dependencies": { | ||
"@featurevisor/core": "^1.19.0", | ||
"@featurevisor/core": "^1.20.0", | ||
"yargs": "^17.6.2" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "7164b8bdd056f9302ead794acf7424df98345f45" | ||
"gitHead": "2a66f338222849d2a40c31424d79e080e02f4e97" | ||
} |
@@ -363,2 +363,3 @@ import * as fs from "fs"; | ||
pretty: options.pretty, | ||
verbose: options.verbose, | ||
}); | ||
@@ -365,0 +366,0 @@ } catch (e) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86611
972
Updated@featurevisor/core@^1.20.0