File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
275275[ npm-image ] : http://img.shields.io/npm/v/@stdlib/utils-async-function-sequence.svg
276276[ npm-url ] : https://npmjs.org/package/@stdlib/utils-async-function-sequence
277277
278- [ test-image ] : https://github.com/stdlib-js/utils-async-function-sequence/actions/workflows/test.yml/badge.svg?branch=main
279- [ test-url ] : https://github.com/stdlib-js/utils-async-function-sequence/actions/workflows/test.yml?query=branch:main
278+ [ test-image ] : https://github.com/stdlib-js/utils-async-function-sequence/actions/workflows/test.yml/badge.svg?branch=v0.1.1
279+ [ test-url ] : https://github.com/stdlib-js/utils-async-function-sequence/actions/workflows/test.yml?query=branch:v0.1.1
280280
281281[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/utils-async-function-sequence/main.svg
282282[ coverage-url ] : https://codecov.io/github/stdlib-js/utils-async-function-sequence?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/utils-async-function-sequence" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Function sequence." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/assert-is-function" : " ^0.1.0 " ,
41- "@stdlib/string-format" : " ^0.1.0 "
40+ "@stdlib/assert-is-function" : " ^0.1.1 " ,
41+ "@stdlib/string-format" : " ^0.1.1 "
4242 },
4343 "devDependencies" : {
4444 "@stdlib/bench" : " ^0.1.0" ,
4545 "@stdlib/math-base-assert-is-nan" : " ^0.1.0" ,
4646 "@stdlib/random-base-randu" : " ^0.1.0" ,
47- "@stdlib/utils-noop" : " ^0.1.0 " ,
47+ "@stdlib/utils-noop" : " ^0.1.1 " ,
4848 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
4949 "istanbul" : " ^0.4.1" ,
5050 "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments