Skip to content

Commit c4d1b86

Browse files
committed
Auto-generated commit
1 parent c096ccd commit c4d1b86

3 files changed

Lines changed: 7 additions & 6 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-23T01:22:33.916Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
248248
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-iter-special-log.svg
249249
[npm-url]: https://npmjs.org/package/@stdlib/math-iter-special-log
250250

251-
[test-image]: https://github.com/stdlib-js/math-iter-special-log/actions/workflows/test.yml/badge.svg?branch=v0.2.3
252-
[test-url]: https://github.com/stdlib-js/math-iter-special-log/actions/workflows/test.yml?query=branch:v0.2.3
251+
[test-image]: https://github.com/stdlib-js/math-iter-special-log/actions/workflows/test.yml/badge.svg?branch=main
252+
[test-url]: https://github.com/stdlib-js/math-iter-special-log/actions/workflows/test.yml?query=branch:main
253253

254254
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-iter-special-log/main.svg
255255
[coverage-url]: https://codecov.io/github/stdlib-js/math-iter-special-log?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"@stdlib/types": "^0.4.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-to-iterator": "^0.2.2",
45+
"@stdlib/array-to-iterator": "^0.2.3",
4646
"@stdlib/assert-is-iterator-like": "^0.2.3",
4747
"@stdlib/iter-linspace": "^0.2.3",
4848
"@stdlib/math-base-assert-is-nan": "^0.2.3",
49-
"@stdlib/random-iter-randu": "^0.2.1",
50-
"@stdlib/random-iter-uniform": "^0.2.1",
49+
"@stdlib/random-iter-randu": "^0.2.2",
50+
"@stdlib/random-iter-uniform": "^0.2.2",
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)