File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
320
320
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/utils-async-while.svg
321
321
[ npm-url ] : https://npmjs.org/package/@stdlib/utils-async-while
322
322
323
- [ test-image ] : https://github.com/stdlib-js/utils-async-while/actions/workflows/test.yml/badge.svg?branch=main
324
- [ test-url ] : https://github.com/stdlib-js/utils-async-while/actions/workflows/test.yml?query=branch:main
323
+ [ test-image ] : https://github.com/stdlib-js/utils-async-while/actions/workflows/test.yml/badge.svg?branch=v0.1.1
324
+ [ test-url ] : https://github.com/stdlib-js/utils-async-while/actions/workflows/test.yml?query=branch:v0.1.1
325
325
326
326
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/utils-async-while/main.svg
327
327
[ coverage-url ] : https://codecov.io/github/stdlib-js/utils-async-while?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/utils-async-while" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Invoke a function while a test condition is true." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"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 "
42
42
},
43
43
"devDependencies" : {
44
44
"@stdlib/bench" : " ^0.1.0" ,
45
45
"@stdlib/math-base-assert-is-nan" : " ^0.1.0" ,
46
46
"@stdlib/random-base-randu" : " ^0.1.0" ,
47
47
"@stdlib/string-repeat" : " ^0.1.0" ,
48
- "@stdlib/utils-noop" : " ^0.1.0 " ,
48
+ "@stdlib/utils-noop" : " ^0.1.1 " ,
49
49
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
50
50
"istanbul" : " ^0.4.1" ,
51
51
"tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments