Skip to content

Commit b679eba

Browse files
committed
Auto-generated commit
1 parent 2f3479d commit b679eba

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-09T01:13:26.349Z

README.md

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

335-
[test-image]: https://github.com/stdlib-js/stats-base-dists-cauchy-quantile/actions/workflows/test.yml/badge.svg?branch=v0.3.1
336-
[test-url]: https://github.com/stdlib-js/stats-base-dists-cauchy-quantile/actions/workflows/test.yml?query=branch:v0.3.1
335+
[test-image]: https://github.com/stdlib-js/stats-base-dists-cauchy-quantile/actions/workflows/test.yml/badge.svg?branch=main
336+
[test-url]: https://github.com/stdlib-js/stats-base-dists-cauchy-quantile/actions/workflows/test.yml?query=branch:main
337337

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@stdlib/constants-float64-pi": "^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-tan": "^0.3.0",
46+
"@stdlib/math-base-special-tan": "^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": {
5252
"@stdlib/array-float64": "^0.2.3",
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",
59-
"@stdlib/random-base-uniform": "^0.2.2",
58+
"@stdlib/random-array-uniform": "^0.2.2",
59+
"@stdlib/random-base-uniform": "^0.2.3",
6060
"@stdlib/utils-try-require": "^0.2.3",
6161
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6262
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)