Skip to content

Commit ce9c934

Browse files
committed
Auto-generated commit
1 parent ed959a6 commit ce9c934

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-23T02:07:25.553Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
330330
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-weibull-quantile.svg
331331
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-weibull-quantile
332332

333-
[test-image]: https://github.com/stdlib-js/stats-base-dists-weibull-quantile/actions/workflows/test.yml/badge.svg?branch=v0.3.1
334-
[test-url]: https://github.com/stdlib-js/stats-base-dists-weibull-quantile/actions/workflows/test.yml?query=branch:v0.3.1
333+
[test-image]: https://github.com/stdlib-js/stats-base-dists-weibull-quantile/actions/workflows/test.yml/badge.svg?branch=main
334+
[test-url]: https://github.com/stdlib-js/stats-base-dists-weibull-quantile/actions/workflows/test.yml?query=branch:main
335335

336336
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-weibull-quantile/main.svg
337337
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-weibull-quantile?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4444
"@stdlib/math-base-napi-ternary": "^0.3.2",
4545
"@stdlib/math-base-special-ln": "^0.2.5",
46-
"@stdlib/math-base-special-pow": "^0.3.0",
46+
"@stdlib/math-base-special-pow": "^0.3.1",
4747
"@stdlib/utils-constant-function": "^0.2.3",
4848
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
4949
"@stdlib/utils-library-manifest": "^0.2.4"
5050
},
5151
"devDependencies": {
52-
"@stdlib/console-log-each-map": "^0.1.0",
52+
"@stdlib/console-log-each-map": "^0.1.1",
5353
"@stdlib/constants-float64-eps": "^0.2.3",
5454
"@stdlib/constants-float64-ninf": "^0.2.3",
5555
"@stdlib/constants-float64-pinf": "^0.2.3",
5656
"@stdlib/math-base-special-abs": "^0.2.3",
57-
"@stdlib/random-array-uniform": "^0.2.1",
57+
"@stdlib/random-array-uniform": "^0.2.2",
5858
"@stdlib/string-format": "^0.2.3",
5959
"@stdlib/utils-try-require": "^0.2.3",
6060
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6161
"istanbul": "^0.4.1",
6262
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
63-
"@stdlib/bench-harness": "^0.2.2"
63+
"@stdlib/bench-harness": "^0.2.3"
6464
},
6565
"engines": {
6666
"node": ">=0.10.0",

0 commit comments

Comments
 (0)