Skip to content

Commit b1d3b44

Browse files
committed
Auto-generated commit
1 parent 1a9379c commit b1d3b44

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
56
Ali Salesi <ali_sal1381@yahoo.com>
67
Amit Jimiwal <amitjimiwal45@gmail.com>
78
Athan Reines <kgryte@gmail.com>
@@ -13,6 +14,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
1314
Dominik Moritz <domoritz@gmail.com>
1415
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1516
Frank Kovacs <fran70kk@gmail.com>
17+
GUNJ JOSHI <gunjjoshi8372@gmail.com>
1618
Harshita Kalani <harshitakalani02@gmail.com>
1719
James Gelok <jdgelok@gmail.com>
1820
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -21,6 +23,7 @@ Joey Reed <joeyrreed@gmail.com>
2123
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2224
Joris Labie <joris.labie1@gmail.com>
2325
Justin Dennison <justin1dennison@gmail.com>
26+
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
2427
Marcus Fantham <mfantham@users.noreply.github.com>
2528
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2629
Milan Raj <rajsite@users.noreply.github.com>
@@ -36,6 +39,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
3639
Ryan Seal <splrk@users.noreply.github.com>
3740
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3841
Shraddheya Shendre <shendreshraddheya@gmail.com>
42+
Spandan Barve <114365550+marsian83@users.noreply.github.com>
3943
Stephannie Jiménez Gacha <steff456@hotmail.com>
4044
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
4145
orimiles5 <97595296+orimiles5@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
235235
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-async-if-else.svg
236236
[npm-url]: https://npmjs.org/package/@stdlib/utils-async-if-else
237237

238-
[test-image]: https://github.com/stdlib-js/utils-async-if-else/actions/workflows/test.yml/badge.svg?branch=v0.2.1
239-
[test-url]: https://github.com/stdlib-js/utils-async-if-else/actions/workflows/test.yml?query=branch:v0.2.1
238+
[test-image]: https://github.com/stdlib-js/utils-async-if-else/actions/workflows/test.yml/badge.svg?branch=main
239+
[test-url]: https://github.com/stdlib-js/utils-async-if-else/actions/workflows/test.yml?query=branch:main
240240

241241
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-async-if-else/main.svg
242242
[coverage-url]: https://codecov.io/github/stdlib-js/utils-async-if-else?branch=main

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type PredicateUnary = ( error: Error ) => void;
4444
* @param error - error object
4545
* @param bool - condition used to determine whether to invoke callback with `x` or `y`
4646
*/
47-
type PredicateBinary = ( error: Error, bool: boolean ) => void;
47+
type PredicateBinary = ( error: Error | null, bool: boolean ) => void;
4848

4949
/**
5050
* Predicate callback function.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"@stdlib/string-format": "^0.2.1"
4242
},
4343
"devDependencies": {
44-
"@stdlib/assert-is-nan": "^0.2.0",
44+
"@stdlib/assert-is-nan": "^0.2.1",
4545
"@stdlib/random-base-randu": "^0.2.0",
4646
"@stdlib/utils-noop": "^0.2.1",
4747
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4848
"istanbul": "^0.4.1",
4949
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
50-
"@stdlib/bench-harness": "^0.2.0"
50+
"@stdlib/bench-harness": "^0.2.1"
5151
},
5252
"engines": {
5353
"node": ">=0.10.0",

0 commit comments

Comments
 (0)