|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-empty",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create an uninitialized array having a specified length.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
38 | 38 | "url": "https://github.com/stdlib-js/stdlib/issues"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "@stdlib/array-base-zeros": "^0.2.0", |
42 |
| - "@stdlib/array-defaults": "^0.2.0", |
43 |
| - "@stdlib/array-typed-ctors": "^0.2.0", |
44 |
| - "@stdlib/array-zeros": "^0.2.0", |
45 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 41 | + "@stdlib/array-base-zeros": "^0.2.1", |
| 42 | + "@stdlib/array-defaults": "^0.2.1", |
| 43 | + "@stdlib/array-typed-ctors": "^0.2.1", |
| 44 | + "@stdlib/array-zeros": "^0.2.1", |
| 45 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
46 | 46 | "@stdlib/assert-is-uint8array": "^0.2.1",
|
47 |
| - "@stdlib/buffer-alloc-unsafe": "^0.2.0", |
48 |
| - "@stdlib/ndarray-base-bytes-per-element": "^0.2.0", |
| 47 | + "@stdlib/buffer-alloc-unsafe": "^0.2.1", |
| 48 | + "@stdlib/ndarray-base-bytes-per-element": "^0.2.1", |
49 | 49 | "@stdlib/string-format": "^0.2.1",
|
50 |
| - "@stdlib/types": "^0.3.2" |
| 50 | + "@stdlib/types": "^0.3.2", |
| 51 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
51 | 52 | },
|
52 | 53 | "devDependencies": {
|
53 | 54 | "@stdlib/array-complex128": "^0.2.0",
|
54 | 55 | "@stdlib/array-complex64": "^0.2.0",
|
55 |
| - "@stdlib/array-dtypes": "^0.2.0", |
| 56 | + "@stdlib/array-dtypes": "^0.2.1", |
56 | 57 | "@stdlib/array-float32": "^0.2.1",
|
57 | 58 | "@stdlib/array-float64": "^0.2.1",
|
58 | 59 | "@stdlib/array-int16": "^0.2.1",
|
|
64 | 65 | "@stdlib/array-uint8c": "^0.2.1",
|
65 | 66 | "@stdlib/assert-instance-of": "^0.2.1",
|
66 | 67 | "@stdlib/assert-is-array": "^0.2.1",
|
67 |
| - "@stdlib/assert-is-typed-array": "^0.2.0", |
68 |
| - "@stdlib/assert-is-typed-array-like": "^0.2.0", |
69 |
| - "@stdlib/math-base-special-pow": "^0.2.0", |
| 68 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 69 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 70 | + "@stdlib/math-base-special-pow": "^0.2.1", |
70 | 71 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
|
71 | 72 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
72 | 73 | "proxyquire": "^2.0.0",
|
73 | 74 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
74 | 75 | "istanbul": "^0.4.1",
|
75 | 76 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
76 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 77 | + "@stdlib/bench-harness": "^0.2.1" |
77 | 78 | },
|
78 | 79 | "engines": {
|
79 | 80 | "node": ">=0.10.0",
|
|
0 commit comments