|
1 | 1 | { |
2 | 2 | "name": "@stdlib/utils-map", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Apply a function to each element in an array and assign the result to an element in an output 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-arraylike2object": "^0.2.0", |
41 | | - "@stdlib/array-base-zeros": "^0.2.0", |
42 | | - "@stdlib/assert-is-array-like-object": "^0.2.0", |
43 | | - "@stdlib/assert-is-function": "^0.2.0", |
44 | | - "@stdlib/assert-is-ndarray-like": "^0.2.0", |
45 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.0", |
46 | | - "@stdlib/ndarray-base-maybe-broadcast-array": "^0.2.0", |
47 | | - "@stdlib/ndarray-base-ndarraylike2object": "^0.2.0", |
48 | | - "@stdlib/ndarray-base-vind2bind": "^0.2.0", |
49 | | - "@stdlib/ndarray-zeros": "^0.2.0", |
50 | | - "@stdlib/string-format": "^0.2.0", |
51 | | - "@stdlib/types": "^0.3.1", |
52 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 40 | + "@stdlib/array-base-arraylike2object": "^0.2.1", |
| 41 | + "@stdlib/array-base-zeros": "^0.2.1", |
| 42 | + "@stdlib/assert-is-array-like-object": "^0.2.1", |
| 43 | + "@stdlib/assert-is-function": "^0.2.1", |
| 44 | + "@stdlib/assert-is-ndarray-like": "^0.2.1", |
| 45 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.1", |
| 46 | + "@stdlib/ndarray-base-maybe-broadcast-array": "^0.2.1", |
| 47 | + "@stdlib/ndarray-base-ndarraylike2object": "^0.2.1", |
| 48 | + "@stdlib/ndarray-base-vind2bind": "^0.2.1", |
| 49 | + "@stdlib/ndarray-zeros": "^0.2.1", |
| 50 | + "@stdlib/string-format": "^0.2.1", |
| 51 | + "@stdlib/types": "^0.3.2", |
| 52 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 53 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
53 | 54 | }, |
54 | 55 | "devDependencies": { |
55 | | - "@stdlib/array-base-filled": "^0.2.0", |
56 | | - "@stdlib/array-complex64": "^0.1.0", |
57 | | - "@stdlib/array-filled-by": "^0.1.0", |
58 | | - "@stdlib/array-float64": "^0.2.0", |
59 | | - "@stdlib/assert-is-array": "^0.2.0", |
60 | | - "@stdlib/complex-float32": "^0.2.0", |
61 | | - "@stdlib/complex-imagf": "^0.2.0", |
62 | | - "@stdlib/complex-realf": "^0.2.0", |
63 | | - "@stdlib/math-base-special-abs": "^0.2.0", |
64 | | - "@stdlib/math-base-special-abs2": "^0.2.0", |
65 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
66 | | - "@stdlib/ndarray-array": "^0.1.0", |
67 | | - "@stdlib/ndarray-ctor": "^0.1.0", |
68 | | - "@stdlib/random-base-discrete-uniform": "^0.1.0", |
69 | | - "@stdlib/utils-nary-function": "^0.2.0", |
| 56 | + "@stdlib/array-base-filled": "^0.2.1", |
| 57 | + "@stdlib/array-complex64": "^0.2.0", |
| 58 | + "@stdlib/array-filled-by": "^0.2.0", |
| 59 | + "@stdlib/array-float64": "^0.2.1", |
| 60 | + "@stdlib/assert-is-array": "^0.2.1", |
| 61 | + "@stdlib/complex-float32": "^0.2.1", |
| 62 | + "@stdlib/complex-imagf": "^0.2.1", |
| 63 | + "@stdlib/complex-realf": "^0.2.1", |
| 64 | + "@stdlib/math-base-special-abs": "^0.2.1", |
| 65 | + "@stdlib/math-base-special-abs2": "^0.2.1", |
| 66 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 67 | + "@stdlib/ndarray-array": "^0.2.0", |
| 68 | + "@stdlib/ndarray-ctor": "^0.2.0", |
| 69 | + "@stdlib/random-base-discrete-uniform": "^0.2.0", |
| 70 | + "@stdlib/utils-nary-function": "^0.2.1", |
70 | 71 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
71 | 72 | "istanbul": "^0.4.1", |
72 | 73 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
73 | | - "@stdlib/bench-harness": "^0.2.0" |
| 74 | + "@stdlib/bench-harness": "^0.2.1" |
74 | 75 | }, |
75 | 76 | "engines": { |
76 | 77 | "node": ">=0.10.0", |
|
0 commit comments