Skip to content

Commit e560b51

Browse files
committed
Auto-generated commit
1 parent f8888a9 commit e560b51

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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:34:42.366Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
220220
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-from-binary-string.svg
221221
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-from-binary-string
222222

223-
[test-image]: https://github.com/stdlib-js/number-float64-base-from-binary-string/actions/workflows/test.yml/badge.svg?branch=v0.2.3
224-
[test-url]: https://github.com/stdlib-js/number-float64-base-from-binary-string/actions/workflows/test.yml?query=branch:v0.2.3
223+
[test-image]: https://github.com/stdlib-js/number-float64-base-from-binary-string/actions/workflows/test.yml/badge.svg?branch=main
224+
[test-url]: https://github.com/stdlib-js/number-float64-base-from-binary-string/actions/workflows/test.yml?query=branch:main
225225

226226
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-from-binary-string/main.svg
227227
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-from-binary-string?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@stdlib/constants-float64-exponent-bias": "^0.2.3",
4141
"@stdlib/constants-float64-ninf": "^0.2.3",
4242
"@stdlib/constants-float64-pinf": "^0.2.3",
43-
"@stdlib/math-base-special-pow": "^0.3.0",
43+
"@stdlib/math-base-special-pow": "^0.3.1",
4444
"@stdlib/string-format": "^0.2.3",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4646
},
@@ -49,12 +49,12 @@
4949
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
5050
"@stdlib/math-base-special-round": "^0.3.1",
5151
"@stdlib/number-float64-base-to-binary-string": "^0.2.3",
52-
"@stdlib/random-base-randu": "^0.2.2",
52+
"@stdlib/random-base-randu": "^0.2.3",
5353
"@stdlib/utils-keys": "^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)