@stdlib/array-base-count-same-value-zero 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -184,8 +184,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
184
184
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-same-value-zero.svg
185
185
  [npm-url]: https://npmjs.org/package/@stdlib/array-base-count-same-value-zero
186
186
 
187
- [test-image]: https://github.com/stdlib-js/array-base-count-same-value-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.1
188
- [test-url]: https://github.com/stdlib-js/array-base-count-same-value-zero/actions/workflows/test.yml?query=branch:v0.2.1
187
+ [test-image]: https://github.com/stdlib-js/array-base-count-same-value-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.2
188
+ [test-url]: https://github.com/stdlib-js/array-base-count-same-value-zero/actions/workflows/test.yml?query=branch:v0.2.2
189
189
 
190
190
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-same-value-zero/main.svg
191
191
  [coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-same-value-zero?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-base-count-same-value-zero",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Count the number of elements in an array that are equal to a specified value.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,17 +30,17 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
34
- "@stdlib/array-base-assert-is-booleanarray": "^0.0.2",
35
- "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.2",
33
+ "@stdlib/array-base-assert-is-accessor-array": "^0.2.3",
34
+ "@stdlib/array-base-assert-is-booleanarray": "^0.0.3",
35
+ "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.3",
36
36
  "@stdlib/array-base-resolve-getter": "^0.2.2",
37
- "@stdlib/assert-is-boolean": "^0.2.2",
38
- "@stdlib/assert-is-complex-like": "^0.2.2",
39
- "@stdlib/assert-is-same-value-zero": "^0.2.2",
40
- "@stdlib/complex-float64-imag": "^0.1.1",
41
- "@stdlib/complex-float64-real": "^0.1.1",
42
- "@stdlib/strided-base-reinterpret-boolean": "^0.0.2",
43
- "@stdlib/strided-base-reinterpret-complex": "^0.1.2"
37
+ "@stdlib/assert-is-boolean": "^0.2.3",
38
+ "@stdlib/assert-is-complex-like": "^0.2.4",
39
+ "@stdlib/assert-is-same-value-zero": "^0.2.3",
40
+ "@stdlib/complex-float64-imag": "^0.1.2",
41
+ "@stdlib/complex-float64-real": "^0.1.2",
42
+ "@stdlib/strided-base-reinterpret-boolean": "^0.0.3",
43
+ "@stdlib/strided-base-reinterpret-complex": "^0.1.3"
44
44
  },
45
45
  "devDependencies": {},
46
46
  "engines": {