|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-ctor", |
3 | | - "version": "0.0.10", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Multidimensional array constructor.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/assert-has-own-property": "^0.0.7", |
43 | | - "@stdlib/assert-is-array": "^0.0.7", |
44 | | - "@stdlib/assert-is-boolean": "^0.0.8", |
45 | | - "@stdlib/assert-is-collection": "^0.0.8", |
46 | | - "@stdlib/assert-is-function": "^0.0.8", |
47 | | - "@stdlib/assert-is-integer": "^0.0.8", |
48 | | - "@stdlib/assert-is-integer-array": "^0.0.8", |
49 | | - "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
50 | | - "@stdlib/assert-is-nonnegative-integer-array": "^0.0.8", |
51 | | - "@stdlib/assert-is-plain-object": "^0.0.7", |
52 | | - "@stdlib/complex-float32": "^0.0.7", |
53 | | - "@stdlib/complex-float64": "^0.0.8", |
54 | | - "@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.0.8", |
| 42 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 43 | + "@stdlib/assert-is-array": "^0.1.0", |
| 44 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 45 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 46 | + "@stdlib/assert-is-function": "^0.1.0", |
| 47 | + "@stdlib/assert-is-integer": "^0.1.0", |
| 48 | + "@stdlib/assert-is-integer-array": "^0.1.0", |
| 49 | + "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
| 50 | + "@stdlib/assert-is-nonnegative-integer-array": "^0.1.0", |
| 51 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 52 | + "@stdlib/complex-float32": "^0.1.0", |
| 53 | + "@stdlib/complex-float64": "^0.1.0", |
| 54 | + "@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.1.0", |
55 | 55 | "@stdlib/ndarray-base-assert-is-data-type": "^0.0.8", |
56 | | - "@stdlib/ndarray-base-assert-is-index-mode": "^0.0.7", |
57 | | - "@stdlib/ndarray-base-assert-is-order": "^0.0.7", |
58 | | - "@stdlib/ndarray-base-bytes-per-element": "^0.0.8", |
59 | | - "@stdlib/ndarray-base-ctor": "^0.0.6", |
60 | | - "@stdlib/ndarray-base-dtype-char": "^0.0.8", |
61 | | - "@stdlib/ndarray-base-ind": "^0.0.8", |
62 | | - "@stdlib/ndarray-base-iteration-order": "^0.0.8", |
63 | | - "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.0.8", |
64 | | - "@stdlib/ndarray-base-numel": "^0.0.8", |
65 | | - "@stdlib/ndarray-base-strides2order": "^0.0.6", |
66 | | - "@stdlib/ndarray-defaults": "github:stdlib-js/ndarray-defaults#main", |
67 | | - "@stdlib/ndarray-dtypes": "^0.0.9", |
68 | | - "@stdlib/ndarray-index-modes": "^0.0.8", |
69 | | - "@stdlib/ndarray-orders": "^0.0.8", |
70 | | - "@stdlib/string-format": "^0.0.3", |
71 | | - "@stdlib/types": "^0.0.14", |
72 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
73 | | - "@stdlib/utils-inherit": "^0.0.8", |
74 | | - "@stdlib/utils-library-manifest": "^0.0.8" |
| 56 | + "@stdlib/ndarray-base-assert-is-index-mode": "^0.1.0", |
| 57 | + "@stdlib/ndarray-base-assert-is-order": "^0.1.0", |
| 58 | + "@stdlib/ndarray-base-bytes-per-element": "^0.1.0", |
| 59 | + "@stdlib/ndarray-base-ctor": "^0.1.0", |
| 60 | + "@stdlib/ndarray-base-dtype-char": "^0.1.0", |
| 61 | + "@stdlib/ndarray-base-ind": "^0.1.0", |
| 62 | + "@stdlib/ndarray-base-iteration-order": "^0.1.0", |
| 63 | + "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.1.0", |
| 64 | + "@stdlib/ndarray-base-numel": "^0.1.0", |
| 65 | + "@stdlib/ndarray-base-strides2order": "^0.1.0", |
| 66 | + "@stdlib/ndarray-defaults": "^0.1.0", |
| 67 | + "@stdlib/ndarray-dtypes": "^0.1.0", |
| 68 | + "@stdlib/ndarray-index-modes": "^0.1.0", |
| 69 | + "@stdlib/ndarray-orders": "^0.1.0", |
| 70 | + "@stdlib/string-format": "^0.1.0", |
| 71 | + "@stdlib/types": "^0.1.0", |
| 72 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 73 | + "@stdlib/utils-inherit": "^0.1.0", |
| 74 | + "@stdlib/utils-library-manifest": "^0.1.0" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@stdlib/array-complex128": "^0.0.6", |
78 | | - "@stdlib/array-complex64": "^0.0.6", |
79 | | - "@stdlib/array-float32": "^0.0.6", |
80 | | - "@stdlib/array-float64": "^0.0.6", |
81 | | - "@stdlib/assert-has-property": "^0.0.7", |
82 | | - "@stdlib/assert-instance-of": "^0.0.8", |
83 | | - "@stdlib/assert-is-positive-integer": "^0.0.7", |
84 | | - "@stdlib/bench": "^0.0.12", |
85 | | - "@stdlib/complex-imagf": "^0.0.1", |
86 | | - "@stdlib/complex-realf": "^0.0.1", |
| 77 | + "@stdlib/array-complex128": "^0.1.0", |
| 78 | + "@stdlib/array-complex64": "^0.1.0", |
| 79 | + "@stdlib/array-float32": "^0.1.0", |
| 80 | + "@stdlib/array-float64": "^0.1.0", |
| 81 | + "@stdlib/assert-has-property": "^0.1.0", |
| 82 | + "@stdlib/assert-instance-of": "^0.1.0", |
| 83 | + "@stdlib/assert-is-positive-integer": "^0.1.0", |
| 84 | + "@stdlib/bench": "^0.1.0", |
| 85 | + "@stdlib/complex-imagf": "^0.1.0", |
| 86 | + "@stdlib/complex-realf": "^0.1.0", |
87 | 87 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
88 | 88 | "istanbul": "^0.4.1", |
89 | 89 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments