|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-empty-like",
|
3 |
| - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
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": {
|
|
39 | 39 | "dependencies": {
|
40 | 40 | "@stdlib/array-dtype": "^0.2.1",
|
41 | 41 | "@stdlib/array-empty": "^0.2.1",
|
42 |
| - "@stdlib/string-format": "^0.2.1", |
| 42 | + "@stdlib/string-format": "^0.2.2", |
43 | 43 | "@stdlib/types": "^0.3.2",
|
44 |
| - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 44 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 | 47 | "@stdlib/array-bool": "^0.0.1",
|
48 | 48 | "@stdlib/array-complex128": "^0.2.1",
|
49 | 49 | "@stdlib/array-complex64": "^0.2.1",
|
50 |
| - "@stdlib/array-dtypes": "^0.2.1", |
51 |
| - "@stdlib/array-float32": "^0.2.1", |
52 |
| - "@stdlib/array-float64": "^0.2.1", |
53 |
| - "@stdlib/array-int16": "^0.2.1", |
54 |
| - "@stdlib/array-int32": "^0.2.1", |
55 |
| - "@stdlib/array-int8": "^0.2.1", |
56 |
| - "@stdlib/array-uint16": "^0.2.1", |
57 |
| - "@stdlib/array-uint32": "^0.2.1", |
58 |
| - "@stdlib/array-uint8": "^0.2.1", |
59 |
| - "@stdlib/array-uint8c": "^0.2.1", |
| 50 | + "@stdlib/array-dtypes": "^0.3.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", |
60 | 60 | "@stdlib/array-zeros": "^0.2.1",
|
61 |
| - "@stdlib/assert-instance-of": "^0.2.1", |
62 |
| - "@stdlib/assert-is-array": "^0.2.1", |
63 |
| - "@stdlib/assert-is-typed-array": "^0.2.1", |
64 |
| - "@stdlib/assert-is-typed-array-like": "^0.2.1", |
65 |
| - "@stdlib/math-base-special-pow": "^0.2.1", |
| 61 | + "@stdlib/assert-instance-of": "^0.2.2", |
| 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", |
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.1" |
| 69 | + "@stdlib/bench-harness": "^0.2.2" |
70 | 70 | },
|
71 | 71 | "engines": {
|
72 | 72 | "node": ">=0.10.0",
|
|
0 commit comments