|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-count-if", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Count the number of elements in an array which pass a test implemented by a predicate function.", |
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.1", |
| 40 | + "@stdlib/array-base-assert-is-accessor-array": "^0.2.2", |
41 | 41 | "@stdlib/array-base-resolve-getter": "^0.2.1", |
42 | 42 | "@stdlib/types": "^0.3.2" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@stdlib/array-base-to-accessor-array": "^0.2.1", |
46 | 46 | "@stdlib/array-complex128": "^0.2.1", |
47 | | - "@stdlib/array-int32": "^0.2.1", |
48 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
49 | | - "@stdlib/assert-is-positive-integer": "^0.2.1", |
50 | | - "@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main", |
51 | | - "@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main", |
52 | | - "@stdlib/math-base-special-pow": "^0.2.1", |
| 47 | + "@stdlib/array-int32": "^0.2.2", |
| 48 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
| 49 | + "@stdlib/assert-is-positive-integer": "^0.2.2", |
| 50 | + "@stdlib/complex-float64-imag": "^0.1.1", |
| 51 | + "@stdlib/complex-float64-real": "^0.1.1", |
| 52 | + "@stdlib/math-base-special-pow": "^0.3.0", |
53 | 53 | "@stdlib/random-array-bernoulli": "^0.2.1", |
54 | 54 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
55 | | - "@stdlib/utils-nary-function": "^0.2.1", |
| 55 | + "@stdlib/utils-nary-function": "^0.2.2", |
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
57 | 57 | "istanbul": "^0.4.1", |
58 | 58 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
59 | | - "@stdlib/bench-harness": "^0.2.1" |
| 59 | + "@stdlib/bench-harness": "^0.2.2" |
60 | 60 | }, |
61 | 61 | "engines": { |
62 | 62 | "node": ">=0.10.0", |
|
0 commit comments