Skip to content

Commit a41b469

Browse files
committed
Auto-generated commit
1 parent 621165a commit a41b469

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-16T01:24:52.883Z

README.md

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

322-
[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-logcdf/actions/workflows/test.yml/badge.svg?branch=v0.3.1
323-
[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-logcdf/actions/workflows/test.yml?query=branch:v0.3.1
322+
[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-logcdf/actions/workflows/test.yml/badge.svg?branch=main
323+
[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-logcdf/actions/workflows/test.yml?query=branch:main
324324

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"@stdlib/constants-float64-ln-half": "^0.2.3",
4444
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4545
"@stdlib/math-base-napi-ternary": "^0.3.2",
46-
"@stdlib/math-base-special-expm1": "^0.2.3",
46+
"@stdlib/math-base-special-expm1": "^0.2.4",
4747
"@stdlib/math-base-special-log1p": "^0.2.4",
4848
"@stdlib/utils-constant-function": "^0.2.3",
4949
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
5050
"@stdlib/utils-library-manifest": "^0.2.4"
5151
},
5252
"devDependencies": {
53-
"@stdlib/console-log-each-map": "^0.1.0",
53+
"@stdlib/console-log-each-map": "^0.1.1",
5454
"@stdlib/constants-float64-eps": "^0.2.3",
5555
"@stdlib/constants-float64-ninf": "^0.2.3",
5656
"@stdlib/constants-float64-pinf": "^0.2.3",
5757
"@stdlib/math-base-special-abs": "^0.2.3",
58-
"@stdlib/random-array-uniform": "^0.2.1",
58+
"@stdlib/random-array-uniform": "^0.2.2",
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)