Skip to content

Commit 81cdcd5

Browse files
committed
Auto-generated commit
1 parent 5328270 commit 81cdcd5

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-02T01:52:12.060Z

README.md

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

338-
[test-image]: https://github.com/stdlib-js/stats-base-dists-weibull-logcdf/actions/workflows/test.yml/badge.svg?branch=v0.3.1
339-
[test-url]: https://github.com/stdlib-js/stats-base-dists-weibull-logcdf/actions/workflows/test.yml?query=branch:v0.3.1
338+
[test-image]: https://github.com/stdlib-js/stats-base-dists-weibull-logcdf/actions/workflows/test.yml/badge.svg?branch=main
339+
[test-url]: https://github.com/stdlib-js/stats-base-dists-weibull-logcdf/actions/workflows/test.yml?query=branch:main
340340

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@
4444
"@stdlib/constants-float64-ninf": "^0.2.3",
4545
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4646
"@stdlib/math-base-napi-ternary": "^0.3.2",
47-
"@stdlib/math-base-special-exp": "^0.2.4",
48-
"@stdlib/math-base-special-expm1": "^0.2.3",
47+
"@stdlib/math-base-special-exp": "^0.2.5",
48+
"@stdlib/math-base-special-expm1": "^0.2.4",
4949
"@stdlib/math-base-special-ln": "^0.2.5",
5050
"@stdlib/math-base-special-log1p": "^0.2.4",
51-
"@stdlib/math-base-special-pow": "^0.3.0",
51+
"@stdlib/math-base-special-pow": "^0.3.1",
5252
"@stdlib/utils-constant-function": "^0.2.3",
5353
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
5454
"@stdlib/utils-library-manifest": "^0.2.4"
5555
},
5656
"devDependencies": {
57-
"@stdlib/console-log-each-map": "^0.1.0",
57+
"@stdlib/console-log-each-map": "^0.1.1",
5858
"@stdlib/constants-float64-eps": "^0.2.3",
5959
"@stdlib/constants-float64-pinf": "^0.2.3",
6060
"@stdlib/math-base-special-abs": "^0.2.3",
61-
"@stdlib/random-array-uniform": "^0.2.1",
61+
"@stdlib/random-array-uniform": "^0.2.2",
6262
"@stdlib/string-format": "^0.2.3",
6363
"@stdlib/utils-try-require": "^0.2.3",
6464
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6565
"istanbul": "^0.4.1",
6666
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
67-
"@stdlib/bench-harness": "^0.2.2"
67+
"@stdlib/bench-harness": "^0.2.3"
6868
},
6969
"engines": {
7070
"node": ">=0.10.0",

0 commit comments

Comments
 (0)