Skip to content

Commit 6bf2fbd

Browse files
committed
Auto-generated commit
1 parent d3af490 commit 6bf2fbd

3 files changed

Lines changed: 8 additions & 7 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-23T00:50:26.800Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
211211
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-maxabsn.svg
212212
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-maxabsn
213213

214-
[test-image]: https://github.com/stdlib-js/math-base-special-maxabsn/actions/workflows/test.yml/badge.svg?branch=v0.2.3
215-
[test-url]: https://github.com/stdlib-js/math-base-special-maxabsn/actions/workflows/test.yml?query=branch:v0.2.3
214+
[test-image]: https://github.com/stdlib-js/math-base-special-maxabsn/actions/workflows/test.yml/badge.svg?branch=main
215+
[test-url]: https://github.com/stdlib-js/math-base-special-maxabsn/actions/workflows/test.yml?query=branch:main
216216

217217
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-maxabsn/main.svg
218218
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-maxabsn?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"dependencies": {
4040
"@stdlib/constants-float64-pinf": "^0.2.3",
4141
"@stdlib/math-base-special-abs": "^0.2.3",
42-
"@stdlib/math-base-special-maxn": "^0.2.2"
42+
"@stdlib/math-base-special-maxn": "^0.2.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/console-log-each-map": "^0.1.0",
45+
"@stdlib/console-log-each-map": "^0.1.1",
4646
"@stdlib/constants-float64-ninf": "^0.2.3",
4747
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4848
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
49-
"@stdlib/random-array-uniform": "^0.2.1",
50-
"@stdlib/utils-nary-function": "^0.2.3",
49+
"@stdlib/random-array-uniform": "^0.2.2",
50+
"@stdlib/utils-nary-function": "^0.2.4",
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5252
"istanbul": "^0.4.1",
5353
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
54-
"@stdlib/bench-harness": "^0.2.2"
54+
"@stdlib/bench-harness": "^0.2.3"
5555
},
5656
"engines": {
5757
"node": ">=0.10.0",

0 commit comments

Comments
 (0)