Skip to content

Commit f73df17

Browse files
committed
Auto-generated commit
1 parent 8ba1472 commit f73df17

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-03-09T01:55:06.756Z

README.md

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

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

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/math-base-special-pow": "^0.3.0",
40+
"@stdlib/math-base-special-pow": "^0.3.1",
4141
"@stdlib/number-float64-base-to-uint32": "^0.2.3",
4242
"@stdlib/string-format": "^0.2.3",
4343
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
@@ -47,11 +47,11 @@
4747
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4848
"@stdlib/math-base-special-round": "^0.3.1",
4949
"@stdlib/number-uint32-base-to-binary-string": "^0.2.3",
50-
"@stdlib/random-base-randu": "^0.2.2",
50+
"@stdlib/random-base-randu": "^0.2.3",
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5252
"istanbul": "^0.4.1",
5353
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
54-
"@stdlib/bench-harness": "^0.2.2"
54+
"@stdlib/bench-harness": "^0.2.3"
5555
},
5656
"engines": {
5757
"node": ">=0.10.0",

0 commit comments

Comments
 (0)