|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-mskput", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Replace elements of an array with provided values according to a provided mask 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-contains": "^0.2.1", |
| 40 | + "@stdlib/array-base-assert-contains": "^0.2.2", |
41 | 41 | "@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1", |
42 | | - "@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.1", |
| 42 | + "@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.2", |
43 | 43 | "@stdlib/array-base-assert-is-real-data-type": "^0.2.1", |
44 | 44 | "@stdlib/array-base-mskput": "^0.1.0", |
45 | 45 | "@stdlib/array-convert": "^0.2.1", |
46 | | - "@stdlib/array-dtype": "^0.2.1", |
47 | | - "@stdlib/assert-has-own-property": "^0.2.1", |
48 | | - "@stdlib/assert-is-collection": "^0.2.1", |
49 | | - "@stdlib/assert-is-plain-object": "^0.2.1", |
50 | | - "@stdlib/string-format": "^0.2.1", |
| 46 | + "@stdlib/array-dtype": "^0.3.0", |
| 47 | + "@stdlib/assert-has-own-property": "^0.2.2", |
| 48 | + "@stdlib/assert-is-collection": "^0.2.2", |
| 49 | + "@stdlib/assert-is-plain-object": "^0.2.2", |
| 50 | + "@stdlib/string-format": "^0.2.2", |
51 | 51 | "@stdlib/types": "^0.3.2", |
52 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 52 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@stdlib/array-base-filled-by": "^0.2.1", |
56 | | - "@stdlib/array-base-linspace": "^0.2.1", |
| 55 | + "@stdlib/array-base-filled-by": "^0.2.2", |
| 56 | + "@stdlib/array-base-linspace": "^0.2.2", |
57 | 57 | "@stdlib/array-base-to-accessor-array": "^0.2.1", |
58 | 58 | "@stdlib/array-base-zero-to": "^0.2.1", |
59 | | - "@stdlib/array-base-zeros": "^0.2.1", |
60 | | - "@stdlib/array-bool": "^0.0.1", |
61 | | - "@stdlib/array-complex64": "^0.2.1", |
62 | | - "@stdlib/array-int32": "^0.2.1", |
63 | | - "@stdlib/array-zeros": "^0.2.1", |
64 | | - "@stdlib/assert-is-accessor-array": "^0.2.1", |
65 | | - "@stdlib/assert-is-array": "^0.2.1", |
66 | | - "@stdlib/assert-is-complex64": "^0.2.1", |
67 | | - "@stdlib/complex-float32-ctor": "^0.0.1", |
68 | | - "@stdlib/complex-float32-imag": "^0.1.0", |
69 | | - "@stdlib/complex-float32-real": "^0.1.0", |
70 | | - "@stdlib/math-base-special-pow": "^0.2.1", |
| 59 | + "@stdlib/array-base-zeros": "^0.2.2", |
| 60 | + "@stdlib/array-bool": "^0.1.0", |
| 61 | + "@stdlib/array-complex64": "^0.3.0", |
| 62 | + "@stdlib/array-int32": "^0.2.2", |
| 63 | + "@stdlib/array-zeros": "^0.2.2", |
| 64 | + "@stdlib/assert-is-accessor-array": "^0.2.2", |
| 65 | + "@stdlib/assert-is-array": "^0.2.2", |
| 66 | + "@stdlib/assert-is-complex64": "^0.2.2", |
| 67 | + "@stdlib/complex-float32-ctor": "^0.0.2", |
| 68 | + "@stdlib/complex-float32-imag": "^0.1.1", |
| 69 | + "@stdlib/complex-float32-real": "^0.1.1", |
| 70 | + "@stdlib/math-base-special-pow": "^0.3.0", |
71 | 71 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
72 | 72 | "@stdlib/random-base-bernoulli": "^0.2.1", |
73 | 73 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
74 | 74 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
75 | 75 | "istanbul": "^0.4.1", |
76 | 76 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
77 | | - "@stdlib/bench-harness": "^0.2.1" |
| 77 | + "@stdlib/bench-harness": "^0.2.2" |
78 | 78 | }, |
79 | 79 | "engines": { |
80 | 80 | "node": ">=0.10.0", |
|
0 commit comments