|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-mskreject-map", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "Apply a mask to a provided input array and map the unmasked values according to a callback function.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/array-base-arraylike2object": "^0.2.1", |
41 | 41 | "@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1", |
42 | | - "@stdlib/array-base-resolve-getter": "^0.2.1", |
43 | | - "@stdlib/strided-base-reinterpret-complex": "^0.1.1", |
| 42 | + "@stdlib/array-base-resolve-getter": "^0.2.2", |
| 43 | + "@stdlib/strided-base-reinterpret-complex": "^0.1.2", |
44 | 44 | "@stdlib/types": "^0.3.2", |
45 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" |
| 45 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | 48 | "@stdlib/array-base-to-accessor-array": "^0.2.1", |
49 | 49 | "@stdlib/array-base-zero-to": "^0.2.1", |
50 | | - "@stdlib/array-base-zeros": "^0.2.1", |
51 | | - "@stdlib/array-complex64": "^0.2.1", |
52 | | - "@stdlib/array-int32": "^0.2.1", |
53 | | - "@stdlib/array-zeros": "^0.2.1", |
54 | | - "@stdlib/assert-has-own-property": "^0.2.1", |
55 | | - "@stdlib/assert-is-array": "^0.2.1", |
56 | | - "@stdlib/assert-is-method": "^0.2.1", |
57 | | - "@stdlib/assert-is-nan": "^0.2.1", |
| 50 | + "@stdlib/array-base-zeros": "^0.2.2", |
| 51 | + "@stdlib/array-complex64": "^0.3.0", |
| 52 | + "@stdlib/array-int32": "^0.2.2", |
| 53 | + "@stdlib/array-zeros": "^0.2.2", |
| 54 | + "@stdlib/assert-has-own-property": "^0.2.2", |
| 55 | + "@stdlib/assert-is-array": "^0.2.2", |
| 56 | + "@stdlib/assert-is-method": "^0.2.2", |
| 57 | + "@stdlib/assert-is-nan": "^0.2.2", |
58 | 58 | "@stdlib/assert-is-same-complex64array": "^0.2.1", |
59 | | - "@stdlib/math-base-special-pow": "^0.2.1", |
| 59 | + "@stdlib/math-base-special-pow": "^0.3.0", |
60 | 60 | "@stdlib/random-array-bernoulli": "^0.2.1", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "istanbul": "^0.4.1", |
63 | 63 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
64 | | - "@stdlib/bench-harness": "^0.2.1" |
| 64 | + "@stdlib/bench-harness": "^0.2.2" |
65 | 65 | }, |
66 | 66 | "engines": { |
67 | 67 | "node": ">=0.10.0", |
|
0 commit comments