|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-empty-like", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Create an uninitialized array having the same length and data type as a provided array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | "@stdlib/array-empty": "^0.3.0", |
42 | 42 | "@stdlib/string-format": "^0.2.3", |
43 | 43 | "@stdlib/types": "^0.4.3", |
44 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 44 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@stdlib/array-bool": "^0.1.1", |
48 | 48 | "@stdlib/array-complex128": "^0.3.1", |
49 | 49 | "@stdlib/array-complex64": "^0.3.1", |
50 | | - "@stdlib/array-dtypes": "^0.4.0", |
51 | | - "@stdlib/array-float32": "^0.2.2", |
52 | | - "@stdlib/array-float64": "^0.2.2", |
53 | | - "@stdlib/array-int16": "^0.2.2", |
54 | | - "@stdlib/array-int32": "^0.2.2", |
55 | | - "@stdlib/array-int8": "^0.2.2", |
56 | | - "@stdlib/array-uint16": "^0.2.2", |
57 | | - "@stdlib/array-uint32": "^0.2.2", |
58 | | - "@stdlib/array-uint8": "^0.2.2", |
59 | | - "@stdlib/array-uint8c": "^0.2.2", |
| 50 | + "@stdlib/array-dtypes": "^0.4.1", |
| 51 | + "@stdlib/array-float32": "^0.2.3", |
| 52 | + "@stdlib/array-float64": "^0.2.3", |
| 53 | + "@stdlib/array-int16": "^0.2.3", |
| 54 | + "@stdlib/array-int32": "^0.2.3", |
| 55 | + "@stdlib/array-int8": "^0.2.3", |
| 56 | + "@stdlib/array-uint16": "^0.2.3", |
| 57 | + "@stdlib/array-uint32": "^0.2.3", |
| 58 | + "@stdlib/array-uint8": "^0.2.3", |
| 59 | + "@stdlib/array-uint8c": "^0.2.3", |
60 | 60 | "@stdlib/array-zeros": "^0.2.2", |
61 | | - "@stdlib/assert-instance-of": "^0.3.0", |
62 | | - "@stdlib/assert-is-array": "^0.2.2", |
63 | | - "@stdlib/assert-is-typed-array": "^0.2.2", |
64 | | - "@stdlib/assert-is-typed-array-like": "^0.2.2", |
65 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
| 61 | + "@stdlib/assert-instance-of": "^0.3.1", |
| 62 | + "@stdlib/assert-is-array": "^0.2.3", |
| 63 | + "@stdlib/assert-is-typed-array": "^0.2.3", |
| 64 | + "@stdlib/assert-is-typed-array-like": "^0.2.3", |
| 65 | + "@stdlib/math-base-special-pow": "^0.3.1", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
67 | 67 | "istanbul": "^0.4.1", |
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
69 | | - "@stdlib/bench-harness": "^0.2.2" |
| 69 | + "@stdlib/bench-harness": "^0.2.3" |
70 | 70 | }, |
71 | 71 | "engines": { |
72 | 72 | "node": ">=0.10.0", |
|
0 commit comments