Skip to content

Commit 0f71f3d

Browse files
committed
Auto-generated commit
1 parent 4767c02 commit 0f71f3d

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-23T00:48:29.633Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
505505
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-base-binomial.svg
506506
[npm-url]: https://npmjs.org/package/@stdlib/random-base-binomial
507507

508-
[test-image]: https://github.com/stdlib-js/random-base-binomial/actions/workflows/test.yml/badge.svg?branch=v0.2.2
509-
[test-url]: https://github.com/stdlib-js/random-base-binomial/actions/workflows/test.yml?query=branch:v0.2.2
508+
[test-image]: https://github.com/stdlib-js/random-base-binomial/actions/workflows/test.yml/badge.svg?branch=main
509+
[test-url]: https://github.com/stdlib-js/random-base-binomial/actions/workflows/test.yml?query=branch:main
510510

511511
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-binomial/main.svg
512512
[coverage-url]: https://codecov.io/github/stdlib-js/random-base-binomial?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@stdlib/math-base-special-pow": "^0.3.1",
5353
"@stdlib/math-base-special-signum": "^0.2.3",
5454
"@stdlib/math-base-special-sqrt": "^0.2.3",
55-
"@stdlib/random-base-mt19937": "^0.2.2",
55+
"@stdlib/random-base-mt19937": "^0.2.3",
5656
"@stdlib/string-format": "^0.2.3",
5757
"@stdlib/types": "^0.4.3",
5858
"@stdlib/utils-constant-function": "^0.2.3",
@@ -71,11 +71,11 @@
7171
"@stdlib/math-base-special-ceil": "^0.2.3",
7272
"@stdlib/math-base-special-round": "^0.3.1",
7373
"@stdlib/process-env": "^0.2.3",
74-
"@stdlib/random-base-minstd": "^0.2.2",
75-
"@stdlib/random-base-minstd-shuffle": "^0.2.2",
76-
"@stdlib/random-base-randu": "^0.2.2",
77-
"@stdlib/random-base-uniform": "^0.2.2",
78-
"@stdlib/stats-chi2gof": "^0.2.2",
74+
"@stdlib/random-base-minstd": "^0.2.3",
75+
"@stdlib/random-base-minstd-shuffle": "^0.2.3",
76+
"@stdlib/random-base-randu": "^0.2.3",
77+
"@stdlib/random-base-uniform": "^0.2.3",
78+
"@stdlib/stats-chi2gof": "^0.2.3",
7979
"@stdlib/time-now": "^0.2.3",
8080
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
8181
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)