Skip to content

Commit 55e6a08

Browse files
committed
Auto-generated commit
1 parent edd843a commit 55e6a08

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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:33:29.457Z

README.md

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

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

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/constants-float32-exponent-bias": "^0.2.3",
41-
"@stdlib/constants-float32-ninf": "^0.2.2",
42-
"@stdlib/constants-float32-pinf": "^0.2.2",
41+
"@stdlib/constants-float32-ninf": "^0.2.3",
42+
"@stdlib/constants-float32-pinf": "^0.2.3",
4343
"@stdlib/math-base-special-pow": "^0.3.1",
44-
"@stdlib/number-float64-base-to-float32": "^0.2.2",
44+
"@stdlib/number-float64-base-to-float32": "^0.2.3",
4545
"@stdlib/string-format": "^0.2.3",
4646
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4747
},
@@ -50,8 +50,8 @@
5050
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
5151
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
5252
"@stdlib/math-base-special-round": "^0.3.1",
53-
"@stdlib/number-float32-base-to-binary-string": "^0.2.2",
54-
"@stdlib/random-base-randu": "^0.2.2",
53+
"@stdlib/number-float32-base-to-binary-string": "^0.2.3",
54+
"@stdlib/random-base-randu": "^0.2.3",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)