Skip to content

Commit fc8288b

Browse files
committed
Auto-generated commit
1 parent df8c353 commit fc8288b

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-16T00:59:50.470Z

README.md

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

264-
[test-image]: https://github.com/stdlib-js/stats-incr-prod/actions/workflows/test.yml/badge.svg?branch=v0.2.3
265-
[test-url]: https://github.com/stdlib-js/stats-incr-prod/actions/workflows/test.yml?query=branch:v0.2.3
264+
[test-image]: https://github.com/stdlib-js/stats-incr-prod/actions/workflows/test.yml/badge.svg?branch=main
265+
[test-url]: https://github.com/stdlib-js/stats-incr-prod/actions/workflows/test.yml?query=branch:main
266266

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/math-base-special-frexp": "^0.2.4",
41-
"@stdlib/math-base-special-ldexp": "^0.2.4",
41+
"@stdlib/math-base-special-ldexp": "^0.2.5",
4242
"@stdlib/types": "^0.4.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-zeros": "^0.2.2",
45+
"@stdlib/array-zeros": "^0.2.3",
4646
"@stdlib/assert-is-nan": "^0.2.3",
4747
"@stdlib/constants-float64-eps": "^0.2.3",
4848
"@stdlib/constants-float64-ninf": "^0.2.3",
@@ -51,12 +51,12 @@
5151
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
5252
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
5353
"@stdlib/math-base-special-abs": "^0.2.3",
54-
"@stdlib/random-base-normal": "^0.2.1",
55-
"@stdlib/random-base-randu": "^0.2.2",
54+
"@stdlib/random-base-normal": "^0.2.2",
55+
"@stdlib/random-base-randu": "^0.2.3",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.2.2"
59+
"@stdlib/bench-harness": "^0.2.3"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)