|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-ctor", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Base multidimensional array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/array-buffer": "^0.2.0", |
41 | | - "@stdlib/array-dataview": "^0.2.0", |
42 | | - "@stdlib/array-uint8": "^0.2.0", |
43 | | - "@stdlib/assert-has-bigint-support": "^0.2.0", |
44 | | - "@stdlib/assert-is-little-endian": "^0.2.0", |
45 | | - "@stdlib/bigint-ctor": "^0.2.0", |
46 | | - "@stdlib/boolean-ctor": "^0.2.0", |
47 | | - "@stdlib/complex-imag": "^0.2.0", |
48 | | - "@stdlib/complex-real": "^0.2.0", |
49 | | - "@stdlib/ndarray-base-bytes-per-element": "^0.2.0", |
50 | | - "@stdlib/ndarray-base-iteration-order": "^0.2.0", |
51 | | - "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.0", |
52 | | - "@stdlib/ndarray-base-strides2order": "^0.2.0", |
53 | | - "@stdlib/ndarray-dtypes": "^0.2.0", |
54 | | - "@stdlib/ndarray-index-modes": "^0.2.0", |
55 | | - "@stdlib/ndarray-orders": "^0.2.0", |
56 | | - "@stdlib/number-float64-base-to-int64-bytes": "^0.2.0", |
57 | | - "@stdlib/string-replace": "^0.2.0", |
58 | | - "@stdlib/types": "^0.3.1", |
59 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", |
60 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 40 | + "@stdlib/array-buffer": "^0.2.1", |
| 41 | + "@stdlib/array-dataview": "^0.2.1", |
| 42 | + "@stdlib/array-uint8": "^0.2.1", |
| 43 | + "@stdlib/assert-has-bigint-support": "^0.2.1", |
| 44 | + "@stdlib/assert-is-little-endian": "^0.2.1", |
| 45 | + "@stdlib/bigint-ctor": "^0.2.1", |
| 46 | + "@stdlib/boolean-ctor": "^0.2.1", |
| 47 | + "@stdlib/complex-imag": "^0.2.1", |
| 48 | + "@stdlib/complex-real": "^0.2.1", |
| 49 | + "@stdlib/ndarray-base-bytes-per-element": "^0.2.1", |
| 50 | + "@stdlib/ndarray-base-iteration-order": "^0.2.1", |
| 51 | + "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.1", |
| 52 | + "@stdlib/ndarray-base-strides2order": "^0.2.1", |
| 53 | + "@stdlib/ndarray-dtypes": "^0.2.1", |
| 54 | + "@stdlib/ndarray-index-modes": "^0.2.1", |
| 55 | + "@stdlib/ndarray-orders": "^0.2.1", |
| 56 | + "@stdlib/number-float64-base-to-int64-bytes": "^0.2.1", |
| 57 | + "@stdlib/string-replace": "^0.2.1", |
| 58 | + "@stdlib/types": "^0.3.2", |
| 59 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", |
| 60 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@stdlib/array-complex128": "^0.1.0", |
64 | | - "@stdlib/array-complex64": "^0.1.0", |
65 | | - "@stdlib/array-float32": "^0.1.1", |
66 | | - "@stdlib/array-float64": "^0.1.1", |
67 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
68 | | - "@stdlib/assert-has-property": "^0.2.0", |
69 | | - "@stdlib/assert-instance-of": "^0.1.1", |
70 | | - "@stdlib/assert-is-dataview": "^0.2.0", |
71 | | - "@stdlib/assert-is-function": "^0.1.1", |
72 | | - "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
73 | | - "@stdlib/assert-is-plain-object": "^0.1.1", |
74 | | - "@stdlib/assert-is-positive-integer": "^0.1.0", |
75 | | - "@stdlib/complex-float32": "^0.1.1", |
76 | | - "@stdlib/complex-float64": "^0.1.1", |
77 | | - "@stdlib/math-base-special-floor": "^0.1.1", |
78 | | - "@stdlib/random-base-randu": "^0.1.0", |
| 63 | + "@stdlib/array-complex128": "^0.2.0", |
| 64 | + "@stdlib/array-complex64": "^0.2.0", |
| 65 | + "@stdlib/array-float32": "^0.2.1", |
| 66 | + "@stdlib/array-float64": "^0.2.1", |
| 67 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 68 | + "@stdlib/assert-has-property": "^0.2.1", |
| 69 | + "@stdlib/assert-instance-of": "^0.2.1", |
| 70 | + "@stdlib/assert-is-dataview": "^0.2.1", |
| 71 | + "@stdlib/assert-is-function": "^0.2.1", |
| 72 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
| 73 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 74 | + "@stdlib/assert-is-positive-integer": "^0.2.1", |
| 75 | + "@stdlib/complex-float32": "^0.2.1", |
| 76 | + "@stdlib/complex-float64": "^0.2.1", |
| 77 | + "@stdlib/math-base-special-floor": "^0.2.1", |
| 78 | + "@stdlib/random-base-randu": "^0.2.0", |
79 | 79 | "proxyquire": "^2.0.0", |
80 | 80 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
81 | 81 | "istanbul": "^0.4.1", |
82 | 82 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
83 | | - "@stdlib/bench-harness": "^0.2.0" |
| 83 | + "@stdlib/bench-harness": "^0.2.1" |
84 | 84 | }, |
85 | 85 | "engines": { |
86 | 86 | "node": ">=0.10.0", |
|
0 commit comments