Comparing version 2.0.4 to 2.1.0
@@ -8,2 +8,14 @@ Change Log | ||
[v2.1.0](https://github.com/JS-DevTools/chai-exec/tree/v2.1.0) (2020-07-11) | ||
---------------------------------------------------------------------------------------------------- | ||
- If the `env` option is not set, then it defaults to `process.env`, _except_ for Node.js environment | ||
variables, such as `NODE_ENV` and `NODE_OPTIONS`. Since Chai Exec is mostly used to test Node.js CLIs, | ||
this ensures that these environment variables don't unexpectedly affect the spawned CLI process. | ||
[Full Changelog](https://github.com/JS-DevTools/chai-exec/compare/v2.0.4...v2.1.0) | ||
[v2.0.0](https://github.com/JS-DevTools/chai-exec/tree/v2.0.0) (2020-03-04) | ||
@@ -10,0 +22,0 @@ ---------------------------------------------------------------------------------------------------- |
{ | ||
"name": "chai-exec", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Chai assertions for testing your CLI", | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@jsdevtools/chai-exec": "2.0.4" | ||
"@jsdevtools/chai-exec": "2.1.0" | ||
} | ||
} |
@@ -6,4 +6,4 @@ Chai Exec | ||
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/chai-exec/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Build Status](https://github.com/JS-DevTools/chai-exec/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/chai-exec/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/chai-exec/actions) | ||
[![Build Status](https://github.com/JS-DevTools/chai-exec/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/chai-exec/actions) | ||
@@ -317,3 +317,3 @@ [![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/chai-exec/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/chai-exec?branch=master) | ||
-------------------------- | ||
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/chai-exec/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/chai-exec/pulls). | ||
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/chai-exec/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/chai-exec/pulls). | ||
@@ -320,0 +320,0 @@ #### Building/Testing |
15701
+ Added@jsdevtools/chai-exec@2.1.0(transitive)
- Removed@jsdevtools/chai-exec@2.0.4(transitive)
Updated@jsdevtools/chai-exec@2.1.0