Skip to content

Commit 1aa2828

Browse files
committed
Auto-generated commit
1 parent e2e4d05 commit 1aa2828

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-02-16T01:13:22.581Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
223223
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-incr-msumabs.svg
224224
[npm-url]: https://npmjs.org/package/@stdlib/stats-incr-msumabs
225225

226-
[test-image]: https://github.com/stdlib-js/stats-incr-msumabs/actions/workflows/test.yml/badge.svg?branch=v0.2.3
227-
[test-url]: https://github.com/stdlib-js/stats-incr-msumabs/actions/workflows/test.yml?query=branch:v0.2.3
226+
[test-image]: https://github.com/stdlib-js/stats-incr-msumabs/actions/workflows/test.yml/badge.svg?branch=main
227+
[test-url]: https://github.com/stdlib-js/stats-incr-msumabs/actions/workflows/test.yml?query=branch:main
228228

229229
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-incr-msumabs/main.svg
230230
[coverage-url]: https://codecov.io/github/stdlib-js/stats-incr-msumabs?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"dependencies": {
4040
"@stdlib/assert-is-positive-integer": "^0.2.3",
4141
"@stdlib/math-base-special-abs": "^0.2.3",
42-
"@stdlib/stats-incr-msum": "^0.2.2",
42+
"@stdlib/stats-incr-msum": "^0.2.3",
4343
"@stdlib/string-format": "^0.2.3",
4444
"@stdlib/types": "^0.4.3",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4646
},
4747
"devDependencies": {
4848
"@stdlib/math-base-assert-is-nan": "^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)