|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-zeros-like", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create a zero-filled array having the same length and data type as a provided 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-dtype": "^0.2.0", |
41 | | - "@stdlib/array-zeros": "^0.2.0", |
| 40 | + "@stdlib/array-dtype": "^0.2.1", |
| 41 | + "@stdlib/array-zeros": "^0.2.1", |
42 | 42 | "@stdlib/string-format": "^0.2.1", |
43 | | - "@stdlib/types": "^0.3.2" |
| 43 | + "@stdlib/types": "^0.3.2", |
| 44 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | 47 | "@stdlib/array-complex128": "^0.2.0", |
47 | 48 | "@stdlib/array-complex64": "^0.2.0", |
48 | | - "@stdlib/array-dtypes": "^0.2.0", |
| 49 | + "@stdlib/array-dtypes": "^0.2.1", |
49 | 50 | "@stdlib/array-float32": "^0.2.1", |
50 | 51 | "@stdlib/array-float64": "^0.2.1", |
51 | 52 | "@stdlib/array-int16": "^0.2.1", |
|
57 | 58 | "@stdlib/array-uint8c": "^0.2.1", |
58 | 59 | "@stdlib/assert-instance-of": "^0.2.1", |
59 | 60 | "@stdlib/assert-is-array": "^0.2.1", |
60 | | - "@stdlib/assert-is-typed-array": "^0.2.0", |
61 | | - "@stdlib/assert-is-typed-array-like": "^0.2.0", |
62 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
| 61 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 62 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 63 | + "@stdlib/math-base-special-pow": "^0.2.1", |
63 | 64 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
64 | 65 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
65 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
66 | 67 | "istanbul": "^0.4.1", |
67 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
68 | | - "@stdlib/bench-harness": "^0.2.0" |
| 69 | + "@stdlib/bench-harness": "^0.2.1" |
69 | 70 | }, |
70 | 71 | "engines": { |
71 | 72 | "node": ">=0.10.0", |
|
0 commit comments