Skip to content

Commit e6e16de

Browse files
committed
Auto-generated commit
1 parent 946a449 commit e6e16de

3 files changed

Lines changed: 7 additions & 6 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-16T01:19:35.960Z

README.md

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

287-
[test-image]: https://github.com/stdlib-js/math-base-special-erfcinv/actions/workflows/test.yml/badge.svg?branch=v0.2.4
288-
[test-url]: https://github.com/stdlib-js/math-base-special-erfcinv/actions/workflows/test.yml?query=branch:v0.2.4
287+
[test-image]: https://github.com/stdlib-js/math-base-special-erfcinv/actions/workflows/test.yml/badge.svg?branch=main
288+
[test-url]: https://github.com/stdlib-js/math-base-special-erfcinv/actions/workflows/test.yml?query=branch:main
289289

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
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/fs-read-file": "^0.2.3",
5656
"@stdlib/fs-write-file": "^0.2.3",
5757
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
5858
"@stdlib/math-base-special-abs": "^0.2.3",
59-
"@stdlib/math-base-tools-evalrational-compile": "^0.3.0",
59+
"@stdlib/math-base-tools-evalrational-compile": "^0.3.1",
6060
"@stdlib/math-base-tools-evalrational-compile-c": "^0.2.3",
61-
"@stdlib/random-array-uniform": "^0.2.1",
61+
"@stdlib/random-array-uniform": "^0.2.2",
6262
"@stdlib/string-format": "^0.2.3",
6363
"@stdlib/string-substring-after": "^0.2.3",
6464
"@stdlib/string-substring-before": "^0.2.3",
@@ -67,7 +67,7 @@
6767
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6868
"istanbul": "^0.4.1",
6969
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
70-
"@stdlib/bench-harness": "^0.2.2"
70+
"@stdlib/bench-harness": "^0.2.3"
7171
},
7272
"engines": {
7373
"node": ">=0.10.0",

0 commit comments

Comments
 (0)