Skip to content

Commit f4e7e19

Browse files
committed
Auto-generated commit
1 parent d01a4e2 commit f4e7e19

3 files changed

Lines changed: 8 additions & 7 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-09T01:05:54.706Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
212212
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-if.svg
213213
[npm-url]: https://npmjs.org/package/@stdlib/array-base-count-if
214214

215-
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=v0.1.2
216-
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:v0.1.2
215+
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=main
216+
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:main
217217

218218
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-if/main.svg
219219
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-if?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-assert-is-accessor-array": "^0.2.3",
41-
"@stdlib/array-base-resolve-getter": "^0.2.2",
41+
"@stdlib/array-base-resolve-getter": "^0.2.3",
4242
"@stdlib/types": "^0.4.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-base-to-accessor-array": "^0.2.2",
46-
"@stdlib/array-complex128": "^0.3.1",
45+
"@stdlib/array-base-to-accessor-array": "^0.2.3",
46+
"@stdlib/array-complex128": "^0.3.2",
4747
"@stdlib/array-int32": "^0.2.3",
4848
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
4949
"@stdlib/assert-is-positive-integer": "^0.2.3",
5050
"@stdlib/complex-float64-imag": "^0.1.2",
5151
"@stdlib/complex-float64-real": "^0.1.2",
5252
"@stdlib/math-base-special-pow": "^0.3.1",
53-
"@stdlib/random-array-bernoulli": "^0.2.1",
54-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
53+
"@stdlib/random-array-bernoulli": "^0.2.2",
54+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
5555
"@stdlib/utils-nary-function": "^0.2.4",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)