@tunnckocore/execa
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -6,2 +6,15 @@ # Change Log | ||
## [5.1.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/execa@5.1.1...@tunnckocore/execa@5.1.2) (2020-01-19) | ||
### Bug Fixes | ||
* **glob-cache:** docs + 100% coverage :kiss: ([fde5f5f](https://github.com/tunnckoCore/opensource/commit/fde5f5fe6d707426f90041682eb1e7bbc75a682f)) | ||
* badges, regenerate readmes ([ccf3b73](https://github.com/tunnckoCore/opensource/commit/ccf3b73c123dc66f2b1964bb263ab9e331449d3c)) | ||
* **docks:** use html entities for < and >, regen readmes ([cd11b11](https://github.com/tunnckoCore/opensource/commit/cd11b1154edb8011495a979a96fbe6b5822bc05c)) | ||
## [5.1.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/execa@5.1.0...@tunnckocore/execa@5.1.1) (2020-01-19) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@tunnckocore/execa", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency", | ||
@@ -91,3 +91,3 @@ "repository": { | ||
}, | ||
"gitHead": "2c533adbdb9674b5f2a88e8ef08ef2beda80385a" | ||
"gitHead": "b5eed58a5fbba071047b5e032792f4953f9f450d" | ||
} |
@@ -85,3 +85,3 @@ # @tunnckocore/execa [![npm version][npmv-img]][npmv-url] [![License][license-img]][license-url] | ||
_Generated using [jest-runner-docs](https://npmjs.com/package/jest-runner-docs)._ | ||
_Generated using [jest-runner-docs](https://ghub.now.sh/jest-runner-docs)._ | ||
@@ -106,3 +106,3 @@ ### [.exec](./src/index.js#L39) | ||
- `cmds` **{Array<string>}** - a string or array of string commands to execute in parallel or series | ||
- `cmds` **{Array<string>}** - a string or array of string commands to execute in parallel or series | ||
- `[options]` **{object}** - directly passed to [execa][] and so to `child_process` | ||
@@ -149,3 +149,3 @@ - `returns` **{Promise}** - resolved or rejected promises | ||
- `cmds` **{Array<string>}** - a commands to execute in parallel or series | ||
- `cmds` **{Array<string>}** - a commands to execute in parallel or series | ||
- `options` **{object}** - directly passed to `execa` | ||
@@ -202,3 +202,3 @@ - `returns` **{Promise}** - resolved or rejected promises | ||
- `file` **{string}** - executable to run | ||
- `args` **{Array<string>}** - arguments / flags to be passed to `file` | ||
- `args` **{Array<string>}** - arguments / flags to be passed to `file` | ||
- `options` **{object}** - optional options, passed to `child_process`'s methods | ||
@@ -284,4 +284,4 @@ | ||
[npmv-url]: https://www.npmjs.com/package/@tunnckocore/execa | ||
[npmv-img]: https://badgen.net/npm/v/@tunnckocore/execa?icon=npm | ||
[nodejs-img]: https://badgen.net/badge/node/>=10.13/green | ||
[npmv-img]: https://badgen.net/npm/v/@tunnckocore/execa?icon=npm?cache=1 | ||
[nodejs-img]: https://badgen.net/badge/node/>=10.13/green?cache=1 | ||
@@ -294,3 +294,3 @@ <!-- | ||
[license-url]: https://github.com/tunnckoCore/opensource/blob/master/@tunnckocore/execa/LICENSE | ||
[license-img]: https://badgen.net/npm/license/@tunnckocore/execa | ||
[license-img]: https://badgen.net/npm/license/@tunnckocore/execa?cache=1 | ||
@@ -300,23 +300,23 @@ <!-- Front line badges --> | ||
[codestyle-url]: https://github.com/airbnb/javascript | ||
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb | ||
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb&cache=1 | ||
[linuxbuild-url]: https://github.com/tunnckocore/opensource/actions | ||
[linuxbuild-img]: https://badgennet.charlike-oss.now.sh/github/checks/tunnckoCore/opensource/master?label=build&icon=github | ||
[linuxbuild-img]: https://badgen.net/github/checks/tunnckoCore/opensource/master?cache=1&label=build&icon=github | ||
[codecoverage-url]: https://codecov.io/gh/tunnckoCore/opensource | ||
[codecoverage-img]: https://badgen.net/badge/coverage/86.01%25/99CC09?icon=codecov | ||
[codecoverage-img]: https://badgen.net/badge/coverage/86.01%25/99CC09?icon=codecov&cache=1 | ||
[dependencies-url]: https://david-dm.org/tunnckoCore/opensource | ||
[dependencies-img]: https://badgen.net/david/dep/tunnckoCore/opensource?label=deps | ||
[dependencies-img]: https://badgen.net/david/dep/tunnckoCore/opensource?label=deps&cache=1 | ||
[ccommits-url]: https://conventionalcommits.org/ | ||
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green | ||
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green?cache=1 | ||
[standard-release-url]: https://github.com/standard-release/standard-release | ||
[standard-release-img]: https://badgen.net/badge/semantically/released/05c5ff | ||
[community-img]: https://badgen.net/badge/join/community/7b16ff | ||
[standard-release-img]: https://badgen.net/badge/semantically/released/05c5ff?cache=1 | ||
[community-img]: https://badgen.net/badge/join/community/7b16ff?cache=1 | ||
[community-url]: https://github.com/tunnckocorehq/community | ||
[last-commit-img]: https://badgen.net/github/last-commit/tunnckoCore/opensource/master | ||
[last-commit-img]: https://badgen.net/github/last-commit/tunnckoCore/opensource/master?cache=1 | ||
[last-commit-url]: https://github.com/tunnckoCore/opensource/commits/master | ||
[downloads-weekly-img]: https://badgen.net/npm/dw/@tunnckocore/execa?icon=npm | ||
[downloads-monthly-img]: https://badgen.net/npm/dm/@tunnckocore/execa?icon=npm | ||
[downloads-total-img]: https://badgen.net/npm/dt/@tunnckocore/execa?icon=npm | ||
[downloads-weekly-img]: https://badgen.net/npm/dw/@tunnckocore/execa?icon=npm&cache=1 | ||
[downloads-monthly-img]: https://badgen.net/npm/dm/@tunnckocore/execa?icon=npm&cache=1 | ||
[downloads-total-img]: https://badgen.net/npm/dt/@tunnckocore/execa?icon=npm&cache=1 | ||
[renovateapp-url]: https://renovatebot.com | ||
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green | ||
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green | ||
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green?cache=1 | ||
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green?cache=1 | ||
[prs-welcome-url]: http://makeapullrequest.com | ||
@@ -327,3 +327,3 @@ | ||
[paypal-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HYJJEZNSGAPGC&source=url | ||
[paypal-img]: https://badgen.net/badge/PayPal/donate/003087?icon=https://simpleicons.now.sh/paypal/fff | ||
[paypal-img]: https://badgen.net/badge/PayPal/donate/003087?cache=1&icon=https://simpleicons.now.sh/paypal/fff | ||
@@ -333,3 +333,3 @@ <!-- TODO: update icon --> | ||
[kofi-url]: https://ko-fi.com/tunnckoCore | ||
[kofi-img]: https://badgen.net/badge/Buy%20me/a%20coffee/29abe0c2?icon=https://rawcdn.githack.com/tunnckoCore/badgen-icons/f8264c6414e0bec449dd86f2241d50a9b89a1203/icons/kofi.svg | ||
[kofi-img]: https://badgen.net/badge/Buy%20me/a%20coffee/29abe0c2?cache=1&icon=https://rawcdn.githack.com/tunnckoCore/badgen-icons/f8264c6414e0bec449dd86f2241d50a9b89a1203/icons/kofi.svg | ||
@@ -339,7 +339,7 @@ <!-- TODO: update icon --> | ||
[bitcoin-url]: https://www.blockchain.com/btc/payment_request?address=3QNHKun1K1SUui1b4Z3KEGPPsWC1TgtnqA&message=Open+Source+Software&amount_local=10¤cy=USD | ||
[bitcoin-img]: https://badgen.net/badge/Bitcoin%20tip/3QNHKun...b4Z3KEGPPsWC1TgtnqA/yellow?icon=https://simpleicons.now.sh/bitcoin/fff | ||
[bitcoin-img]: https://badgen.net/badge/Bitcoin%20tip/3QNHKun...b4Z3KEGPPsWC1TgtnqA/yellow?cache=1&icon=https://simpleicons.now.sh/bitcoin/fff | ||
[keybase-url]: https://keybase.io/tunnckoCore | ||
[keybase-img]: https://badgen.net/keybase/pgp/tunnckoCore | ||
[keybase-img]: https://badgen.net/keybase/pgp/tunnckoCore?cache=1 | ||
[twitter-url]: https://twitter.com/tunnckoCore | ||
[twitter-img]: https://badgen.net/twitter/follow/tunnckoCore?icon=twitter&color=1da1f2 | ||
[twitter-img]: https://badgen.net/twitter/follow/tunnckoCore?icon=twitter&color=1da1f2&cache=1 | ||
[patreon-url]: https://www.patreon.com/bePatron?u=5579781 | ||
@@ -346,0 +346,0 @@ [patreon-img]: https://badgen.net/badge/Become/a%20patron/F96854?icon=patreon |
33206