Skip to content

Commit 00ef9ba

Browse files
committed
Auto-generated commit
1 parent 897d2b4 commit 00ef9ba

3 files changed

Lines changed: 9 additions & 8 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-09T01:17:30.590Z

README.md

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

295-
[test-image]: https://github.com/stdlib-js/math-base-special-max/actions/workflows/test.yml/badge.svg?branch=v0.3.1
296-
[test-url]: https://github.com/stdlib-js/math-base-special-max/actions/workflows/test.yml?query=branch:v0.3.1
295+
[test-image]: https://github.com/stdlib-js/math-base-special-max/actions/workflows/test.yml/badge.svg?branch=main
296+
[test-url]: https://github.com/stdlib-js/math-base-special-max/actions/workflows/test.yml?query=branch:main
297297

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4545
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
4646
"@stdlib/math-base-napi-binary": "^0.3.3",
47-
"@stdlib/utils-library-manifest": "^0.2.3"
47+
"@stdlib/utils-library-manifest": "^0.2.4"
4848
},
4949
"devDependencies": {
50-
"@stdlib/math-base-assert-is-negative-zero": "^0.2.2",
51-
"@stdlib/random-array-uniform": "^0.2.1",
52-
"@stdlib/random-base-minstd-shuffle": "^0.2.2",
53-
"@stdlib/utils-try-require": "^0.2.2",
50+
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
51+
"@stdlib/random-array-uniform": "^0.2.2",
52+
"@stdlib/random-base-minstd-shuffle": "^0.2.3",
53+
"@stdlib/utils-try-require": "^0.2.3",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
57-
"@stdlib/bench-harness": "^0.2.2"
57+
"@stdlib/bench-harness": "^0.2.3"
5858
},
5959
"engines": {
6060
"node": ">=0.10.0",

0 commit comments

Comments
 (0)