Skip to content

Commit b382674

Browse files
committed
Auto-generated commit
1 parent e8260b4 commit b382674

3 files changed

Lines changed: 7 additions & 6 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-16T01:50:24.011Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
314314
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-chisquare-cdf.svg
315315
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-chisquare-cdf
316316

317-
[test-image]: https://github.com/stdlib-js/stats-base-dists-chisquare-cdf/actions/workflows/test.yml/badge.svg?branch=v0.3.1
318-
[test-url]: https://github.com/stdlib-js/stats-base-dists-chisquare-cdf/actions/workflows/test.yml?query=branch:v0.3.1
317+
[test-image]: https://github.com/stdlib-js/stats-base-dists-chisquare-cdf/actions/workflows/test.yml/badge.svg?branch=main
318+
[test-url]: https://github.com/stdlib-js/stats-base-dists-chisquare-cdf/actions/workflows/test.yml?query=branch:main
319319

320320
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-chisquare-cdf/main.svg
321321
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-chisquare-cdf?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
},
4242
"dependencies": {
4343
"@stdlib/math-base-napi-binary": "^0.3.3",
44-
"@stdlib/stats-base-dists-gamma-cdf": "^0.3.0",
44+
"@stdlib/stats-base-dists-gamma-cdf": "^0.3.1",
4545
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
4646
"@stdlib/utils-library-manifest": "^0.2.4"
4747
},
4848
"devDependencies": {
49-
"@stdlib/console-log-each-map": "^0.1.0",
49+
"@stdlib/console-log-each-map": "^0.1.1",
5050
"@stdlib/constants-float64-eps": "^0.2.3",
5151
"@stdlib/constants-float64-ninf": "^0.2.3",
5252
"@stdlib/constants-float64-pinf": "^0.2.3",
5353
"@stdlib/math-base-assert-is-nan": "^0.2.3",
5454
"@stdlib/math-base-special-abs": "^0.2.3",
55-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
56-
"@stdlib/random-array-uniform": "^0.2.1",
55+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
56+
"@stdlib/random-array-uniform": "^0.2.2",
5757
"@stdlib/utils-try-require": "^0.2.3",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)