Skip to content

Commit a2ba75c

Browse files
committed
Auto-generated commit
1 parent d45b5a2 commit a2ba75c

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-09T02:00:18.072Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
299299
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-fast-max.svg
300300
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-fast-max
301301
302-
[test-image]: https://github.com/stdlib-js/math-base-special-fast-max/actions/workflows/test.yml/badge.svg?branch=v0.3.1
303-
[test-url]: https://github.com/stdlib-js/math-base-special-fast-max/actions/workflows/test.yml?query=branch:v0.3.1
302+
[test-image]: https://github.com/stdlib-js/math-base-special-fast-max/actions/workflows/test.yml/badge.svg?branch=main
303+
[test-url]: https://github.com/stdlib-js/math-base-special-fast-max/actions/workflows/test.yml?query=branch:main
304304
305305
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-fast-max/main.svg
306306
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-fast-max?branch=main

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/math-base-napi-binary": "^0.3.2",
44-
"@stdlib/utils-library-manifest": "^0.2.3"
43+
"@stdlib/math-base-napi-binary": "^0.3.3",
44+
"@stdlib/utils-library-manifest": "^0.2.4"
4545
},
4646
"devDependencies": {
47-
"@stdlib/constants-float64-pinf": "^0.2.2",
48-
"@stdlib/math-base-assert-is-nan": "^0.2.2",
49-
"@stdlib/math-base-assert-is-negative-zero": "^0.2.2",
50-
"@stdlib/math-base-assert-is-positive-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",
47+
"@stdlib/constants-float64-pinf": "^0.2.3",
48+
"@stdlib/math-base-assert-is-nan": "^0.2.3",
49+
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
50+
"@stdlib/math-base-assert-is-positive-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)