|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-zero-to", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.", |
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-arraylike2object": "^0.2.0", |
41 | | - "@stdlib/strided-base-reinterpret-complex128": "^0.2.0", |
| 40 | + "@stdlib/array-base-arraylike2object": "^0.2.1", |
| 41 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
42 | 42 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
43 | | - "@stdlib/types": "^0.3.1", |
44 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 43 | + "@stdlib/types": "^0.3.2", |
| 44 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@stdlib/array-base-filled-by": "^0.1.0", |
48 | | - "@stdlib/array-base-to-accessor-array": "^0.1.0", |
49 | | - "@stdlib/array-base-zeros": "^0.2.0", |
50 | | - "@stdlib/array-complex128": "^0.1.0", |
51 | | - "@stdlib/array-complex64": "^0.1.0", |
52 | | - "@stdlib/array-float64": "^0.2.0", |
53 | | - "@stdlib/assert-has-own-property": "^0.2.0", |
54 | | - "@stdlib/assert-is-array": "^0.2.0", |
55 | | - "@stdlib/assert-is-same-complex128array": "^0.1.0", |
56 | | - "@stdlib/assert-is-same-complex64array": "^0.1.0", |
57 | | - "@stdlib/assert-is-same-float64array": "^0.1.0", |
58 | | - "@stdlib/blas-ext-base-gsort2hp": "^0.2.0", |
59 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
60 | | - "@stdlib/random-base-randu": "^0.1.0", |
| 47 | + "@stdlib/array-base-filled-by": "^0.2.1", |
| 48 | + "@stdlib/array-base-to-accessor-array": "^0.2.0", |
| 49 | + "@stdlib/array-base-zeros": "^0.2.1", |
| 50 | + "@stdlib/array-complex128": "^0.2.0", |
| 51 | + "@stdlib/array-complex64": "^0.2.0", |
| 52 | + "@stdlib/array-float64": "^0.2.1", |
| 53 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 54 | + "@stdlib/assert-is-array": "^0.2.1", |
| 55 | + "@stdlib/assert-is-same-complex128array": "^0.2.0", |
| 56 | + "@stdlib/assert-is-same-complex64array": "^0.2.0", |
| 57 | + "@stdlib/assert-is-same-float64array": "^0.2.0", |
| 58 | + "@stdlib/blas-ext-base-gsort2hp": "^0.2.1", |
| 59 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 60 | + "@stdlib/random-base-randu": "^0.2.0", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "istanbul": "^0.4.1", |
63 | 63 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
64 | | - "@stdlib/bench-harness": "^0.2.0" |
| 64 | + "@stdlib/bench-harness": "^0.2.1" |
65 | 65 | }, |
66 | 66 | "engines": { |
67 | 67 | "node": ">=0.10.0", |
|
0 commit comments