Skip to content

Commit 1fd3a46

Browse files
committed
Auto-generated commit
1 parent b8e33a2 commit 1fd3a46

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-16T02:33:30.464Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,8 +1512,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
15121512
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-int16.svg
15131513
[npm-url]: https://npmjs.org/package/@stdlib/array-int16
15141514

1515-
[test-image]: https://github.com/stdlib-js/array-int16/actions/workflows/test.yml/badge.svg?branch=v0.2.3
1516-
[test-url]: https://github.com/stdlib-js/array-int16/actions/workflows/test.yml?query=branch:v0.2.3
1515+
[test-image]: https://github.com/stdlib-js/array-int16/actions/workflows/test.yml/badge.svg?branch=main
1516+
[test-url]: https://github.com/stdlib-js/array-int16/actions/workflows/test.yml?query=branch:main
15171517

15181518
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-int16/main.svg
15191519
[coverage-url]: https://codecov.io/github/stdlib-js/array-int16?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"@stdlib/assert-is-function": "^0.2.3",
4747
"@stdlib/assert-is-int16array": "^0.2.3",
4848
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
49-
"@stdlib/math-base-special-pow": "^0.3.0",
49+
"@stdlib/math-base-special-pow": "^0.3.1",
5050
"@stdlib/math-base-special-round": "^0.3.1",
51-
"@stdlib/random-base-randi": "^0.2.2",
52-
"@stdlib/random-base-randu": "^0.2.2",
51+
"@stdlib/random-base-randi": "^0.2.3",
52+
"@stdlib/random-base-randu": "^0.2.3",
5353
"@stdlib/symbol-iterator": "^0.2.3",
5454
"proxyquire": "^2.0.0",
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",
58-
"@stdlib/bench-harness": "^0.2.2"
58+
"@stdlib/bench-harness": "^0.2.3"
5959
},
6060
"engines": {
6161
"node": ">=0.10.0",

0 commit comments

Comments
 (0)