|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-ctor", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Multidimensional array constructor.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
49 | 49 | "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
50 | 50 | "@stdlib/assert-is-nonnegative-integer-array": "^0.2.2", |
51 | 51 | "@stdlib/assert-is-plain-object": "^0.2.2", |
52 | | - "@stdlib/complex-float32-ctor": "^0.0.2", |
53 | | - "@stdlib/complex-float64-ctor": "^0.0.3", |
| 52 | + "@stdlib/complex-float32-ctor": "^0.1.0", |
| 53 | + "@stdlib/complex-float64-ctor": "^0.1.0", |
54 | 54 | "@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.1.2", |
55 | | - "@stdlib/ndarray-base-assert-is-data-type": "^0.2.2", |
| 55 | + "@stdlib/ndarray-base-assert-is-data-type": "^0.3.0", |
56 | 56 | "@stdlib/ndarray-base-assert-is-index-mode": "^0.2.2", |
57 | 57 | "@stdlib/ndarray-base-assert-is-order": "^0.2.2", |
58 | | - "@stdlib/ndarray-base-bytes-per-element": "^0.2.2", |
| 58 | + "@stdlib/ndarray-base-bytes-per-element": "^0.3.0", |
59 | 59 | "@stdlib/ndarray-base-ctor": "^0.2.2", |
60 | | - "@stdlib/ndarray-base-dtype-char": "^0.2.2", |
| 60 | + "@stdlib/ndarray-base-dtype-char": "^0.3.0", |
61 | 61 | "@stdlib/ndarray-base-ind": "^0.2.2", |
62 | 62 | "@stdlib/ndarray-base-iteration-order": "^0.2.2", |
63 | 63 | "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.2", |
64 | 64 | "@stdlib/ndarray-base-numel": "^0.2.2", |
65 | 65 | "@stdlib/ndarray-base-strides2order": "^0.2.2", |
66 | | - "@stdlib/ndarray-defaults": "^0.3.0", |
67 | | - "@stdlib/ndarray-dtypes": "^0.3.0", |
| 66 | + "@stdlib/ndarray-defaults": "^0.4.0", |
| 67 | + "@stdlib/ndarray-dtypes": "^0.4.0", |
68 | 68 | "@stdlib/ndarray-index-modes": "^0.2.2", |
69 | 69 | "@stdlib/ndarray-orders": "^0.2.2", |
70 | 70 | "@stdlib/string-format": "^0.2.2", |
|
75 | 75 | "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@stdlib/array-complex128": "^0.3.0", |
79 | | - "@stdlib/array-complex64": "^0.3.0", |
| 78 | + "@stdlib/array-complex128": "^0.3.1", |
| 79 | + "@stdlib/array-complex64": "^0.3.1", |
80 | 80 | "@stdlib/array-float32": "^0.2.2", |
81 | 81 | "@stdlib/array-float64": "^0.2.2", |
82 | 82 | "@stdlib/assert-has-property": "^0.2.2", |
83 | | - "@stdlib/assert-instance-of": "^0.2.2", |
| 83 | + "@stdlib/assert-instance-of": "^0.3.0", |
84 | 84 | "@stdlib/assert-is-array": "^0.2.2", |
85 | 85 | "@stdlib/assert-is-positive-integer": "^0.2.2", |
86 | 86 | "@stdlib/complex-float32-imag": "^0.1.1", |
|
0 commit comments