Skip to content

Commit edfb9e8

Browse files
committed
Auto-generated commit
1 parent fb67ab5 commit edfb9e8

3 files changed

Lines changed: 6 additions & 5 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-02T01:18:38.304Z

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-uint16-base-from-binary-string.svg
176176
[npm-url]: https://npmjs.org/package/@stdlib/number-uint16-base-from-binary-string
177177

178-
[test-image]: https://github.com/stdlib-js/number-uint16-base-from-binary-string/actions/workflows/test.yml/badge.svg?branch=v0.2.3
179-
[test-url]: https://github.com/stdlib-js/number-uint16-base-from-binary-string/actions/workflows/test.yml?query=branch:v0.2.3
178+
[test-image]: https://github.com/stdlib-js/number-uint16-base-from-binary-string/actions/workflows/test.yml/badge.svg?branch=main
179+
[test-url]: https://github.com/stdlib-js/number-uint16-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-uint16-base-from-binary-string/main.svg
182182
[coverage-url]: https://codecov.io/github/stdlib-js/number-uint16-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/string-format": "^0.2.3",
4242
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4343
},
@@ -46,11 +46,11 @@
4646
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4747
"@stdlib/math-base-special-round": "^0.3.1",
4848
"@stdlib/number-uint16-base-to-binary-string": "^0.2.3",
49-
"@stdlib/random-base-randu": "^0.2.2",
49+
"@stdlib/random-base-randu": "^0.2.3",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.2"
53+
"@stdlib/bench-harness": "^0.2.3"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)