|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-base-count-same-value",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Count the number of elements that are equal to a given value in an array.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@stdlib/array-base-assert-is-accessor-array": "^0.2.0", |
41 |
| - "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.0", |
| 40 | + "@stdlib/array-base-assert-is-accessor-array": "^0.2.1", |
| 41 | + "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.1", |
42 | 42 | "@stdlib/array-base-resolve-getter": "^0.2.0",
|
43 | 43 | "@stdlib/assert-is-complex-like": "^0.2.1",
|
44 | 44 | "@stdlib/assert-is-same-value": "^0.2.1",
|
45 | 45 | "@stdlib/complex-imag": "^0.2.1",
|
46 | 46 | "@stdlib/complex-real": "^0.2.1",
|
47 |
| - "@stdlib/strided-base-reinterpret-complex": "github:stdlib-js/strided-base-reinterpret-complex#main", |
| 47 | + "@stdlib/strided-base-reinterpret-complex": "^0.1.1", |
48 | 48 | "@stdlib/types": "^0.3.2"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@stdlib/array-base-ones": "^0.2.0", |
| 51 | + "@stdlib/array-base-ones": "^0.2.1", |
52 | 52 | "@stdlib/array-base-to-accessor-array": "^0.2.0",
|
53 | 53 | "@stdlib/array-complex128": "^0.2.0",
|
54 | 54 | "@stdlib/array-float32": "^0.2.1",
|
55 | 55 | "@stdlib/array-int32": "^0.2.1",
|
56 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 56 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
57 | 57 | "@stdlib/complex-float64": "^0.2.1",
|
58 |
| - "@stdlib/math-base-special-pow": "^0.2.0", |
| 58 | + "@stdlib/math-base-special-pow": "^0.2.1", |
59 | 59 | "@stdlib/random-sample": "^0.2.0",
|
60 | 60 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
61 | 61 | "istanbul": "^0.4.1",
|
62 | 62 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
63 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 63 | + "@stdlib/bench-harness": "^0.2.1" |
64 | 64 | },
|
65 | 65 | "engines": {
|
66 | 66 | "node": ">=0.10.0",
|
|
0 commit comments