|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-arraylike2object", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Convert an array-like object to an object likely to have the same \"shape\".", |
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-base-accessors": "^0.0.2", |
41 | | - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/array-base-accessors": "^0.1.0", |
| 41 | + "@stdlib/types": "^0.1.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@stdlib/array-base-zeros": "^0.0.2", |
45 | | - "@stdlib/array-complex64": "^0.0.6", |
46 | | - "@stdlib/array-float64": "^0.0.6", |
47 | | - "@stdlib/assert-is-collection": "^0.0.8", |
48 | | - "@stdlib/bench": "^0.0.12", |
49 | | - "@stdlib/complex-float32": "^0.0.7", |
50 | | - "@stdlib/complex-imagf": "^0.0.1", |
51 | | - "@stdlib/complex-realf": "^0.0.1", |
| 44 | + "@stdlib/array-base-zeros": "^0.1.0", |
| 45 | + "@stdlib/array-complex64": "^0.1.0", |
| 46 | + "@stdlib/array-float64": "^0.1.0", |
| 47 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 48 | + "@stdlib/bench": "^0.1.0", |
| 49 | + "@stdlib/complex-float32": "^0.1.0", |
| 50 | + "@stdlib/complex-imagf": "^0.1.0", |
| 51 | + "@stdlib/complex-realf": "^0.1.0", |
52 | 52 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
53 | 53 | "istanbul": "^0.4.1", |
54 | 54 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments