Skip to content

Commit 5dea34c

Browse files
committed
Auto-generated commit
1 parent e57333b commit 5dea34c

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-16T01:11:05.852Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
369369
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-strided-snanmeanors.svg
370370
[npm-url]: https://npmjs.org/package/@stdlib/stats-strided-snanmeanors
371371
372-
[test-image]: https://github.com/stdlib-js/stats-strided-snanmeanors/actions/workflows/test.yml/badge.svg?branch=v0.1.1
373-
[test-url]: https://github.com/stdlib-js/stats-strided-snanmeanors/actions/workflows/test.yml?query=branch:v0.1.1
372+
[test-image]: https://github.com/stdlib-js/stats-strided-snanmeanors/actions/workflows/test.yml/badge.svg?branch=main
373+
[test-url]: https://github.com/stdlib-js/stats-strided-snanmeanors/actions/workflows/test.yml?query=branch:main
374374
375375
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-strided-snanmeanors/main.svg
376376
[coverage-url]: https://codecov.io/github/stdlib-js/stats-strided-snanmeanors?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@
4848
"@stdlib/napi-argv-strided-float32array": "^0.2.3",
4949
"@stdlib/napi-create-double": "^0.0.3",
5050
"@stdlib/napi-export": "^0.3.1",
51-
"@stdlib/number-float64-base-to-float32": "^0.2.2",
51+
"@stdlib/number-float64-base-to-float32": "^0.2.3",
5252
"@stdlib/strided-base-stride2offset": "^0.1.1",
5353
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
5454
"@stdlib/utils-library-manifest": "^0.2.4",
5555
"@stdlib/utils-try-require": "^0.2.3"
5656
},
5757
"devDependencies": {
58-
"@stdlib/array-filled-by": "^0.3.0",
58+
"@stdlib/array-filled-by": "^0.3.1",
5959
"@stdlib/array-float32": "^0.2.3",
6060
"@stdlib/assert-is-browser": "^0.2.3",
6161
"@stdlib/math-base-assert-is-nan": "^0.2.3",
6262
"@stdlib/math-base-special-pow": "^0.3.1",
63-
"@stdlib/random-base-bernoulli": "^0.2.1",
64-
"@stdlib/random-base-uniform": "^0.2.2",
63+
"@stdlib/random-base-bernoulli": "^0.2.2",
64+
"@stdlib/random-base-uniform": "^0.2.3",
6565
"proxyquire": "^2.0.0",
6666
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6767
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)