|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-mskunary2d", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
42 | 42 | "devDependencies": { |
43 | 43 | "@stdlib/array-base-filled2d-by": "^0.2.2", |
44 | 44 | "@stdlib/array-base-zeros2d": "^0.2.2", |
45 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
46 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
47 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
48 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
49 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
50 | | - "@stdlib/number-float64-base-identity": "^0.1.0", |
| 45 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 46 | + "@stdlib/math-base-special-abs": "^0.2.3", |
| 47 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 48 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 49 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 50 | + "@stdlib/number-float64-base-identity": "^0.1.1", |
51 | 51 | "@stdlib/random-base-bernoulli": "^0.2.1", |
52 | 52 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
53 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 53 | + "@stdlib/random-base-uniform": "^0.2.2", |
54 | 54 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
55 | 55 | "istanbul": "^0.4.1", |
56 | 56 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
57 | | - "@stdlib/bench-harness": "^0.2.2" |
| 57 | + "@stdlib/bench-harness": "^0.2.3" |
58 | 58 | }, |
59 | 59 | "engines": { |
60 | 60 | "node": ">=0.10.0", |
|
0 commit comments