|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/ndarray-to-array",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Convert an ndarray to a generic 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/assert-is-ndarray-like": "^0.0.6", |
41 |
| - "@stdlib/ndarray-base-to-array": "^0.0.7", |
42 |
| - "@stdlib/string-format": "^0.0.3", |
43 |
| - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/assert-is-ndarray-like": "^0.1.0", |
| 41 | + "@stdlib/ndarray-base-to-array": "^0.1.0", |
| 42 | + "@stdlib/string-format": "^0.1.0", |
| 43 | + "@stdlib/types": "^0.1.0" |
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@stdlib/array-base-zero-to": "^0.0.6", |
47 |
| - "@stdlib/array-complex64": "^0.0.6", |
48 |
| - "@stdlib/assert-is-array": "^0.0.7", |
49 |
| - "@stdlib/assert-is-array-array": "^0.0.7", |
50 |
| - "@stdlib/bench": "^0.0.12", |
51 |
| - "@stdlib/complex-imagf": "^0.0.1", |
52 |
| - "@stdlib/complex-realf": "^0.0.1", |
53 |
| - "@stdlib/ndarray-base-numel": "^0.0.8", |
54 |
| - "@stdlib/ndarray-base-shape2strides": "^0.0.8", |
55 |
| - "@stdlib/ndarray-base-strides2offset": "^0.0.8", |
56 |
| - "@stdlib/ndarray-ctor": "^0.0.10", |
| 46 | + "@stdlib/array-base-zero-to": "^0.1.0", |
| 47 | + "@stdlib/array-complex64": "^0.1.0", |
| 48 | + "@stdlib/assert-is-array": "^0.1.0", |
| 49 | + "@stdlib/assert-is-array-array": "^0.1.0", |
| 50 | + "@stdlib/bench": "^0.1.0", |
| 51 | + "@stdlib/complex-imagf": "^0.1.0", |
| 52 | + "@stdlib/complex-realf": "^0.1.0", |
| 53 | + "@stdlib/ndarray-base-numel": "^0.1.0", |
| 54 | + "@stdlib/ndarray-base-shape2strides": "^0.1.0", |
| 55 | + "@stdlib/ndarray-base-strides2offset": "^0.1.0", |
| 56 | + "@stdlib/ndarray-ctor": "^0.1.0", |
57 | 57 | "@stdlib/random-base-discrete-uniform": "^0.0.6",
|
58 | 58 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
59 | 59 | "istanbul": "^0.4.1",
|
|
0 commit comments