|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-one-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 one.", |
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-one-to": "^0.2.0", |
41 | | - "@stdlib/array-defaults": "^0.2.0", |
42 | | - "@stdlib/array-zeros": "^0.2.0", |
43 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 40 | + "@stdlib/array-base-one-to": "^0.2.1", |
| 41 | + "@stdlib/array-defaults": "^0.2.1", |
| 42 | + "@stdlib/array-zeros": "^0.2.1", |
| 43 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
44 | 44 | "@stdlib/string-format": "^0.2.1", |
45 | | - "@stdlib/types": "^0.3.2" |
| 45 | + "@stdlib/types": "^0.3.2", |
| 46 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | 49 | "@stdlib/array-complex128": "^0.2.0", |
|
58 | 59 | "@stdlib/array-uint8c": "^0.2.1", |
59 | 60 | "@stdlib/assert-instance-of": "^0.2.1", |
60 | 61 | "@stdlib/assert-is-array": "^0.2.1", |
61 | | - "@stdlib/assert-is-typed-array": "^0.2.0", |
62 | | - "@stdlib/assert-is-typed-array-like": "^0.2.0", |
63 | | - "@stdlib/blas-ext-base-gsort2hp": "^0.2.0", |
64 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
| 62 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 63 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 64 | + "@stdlib/blas-ext-base-gsort2hp": "^0.2.1", |
| 65 | + "@stdlib/math-base-special-pow": "^0.2.1", |
65 | 66 | "@stdlib/random-array-discrete-uniform": "^0.2.0", |
66 | 67 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
67 | 68 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
68 | 69 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
69 | 70 | "istanbul": "^0.4.1", |
70 | 71 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
71 | | - "@stdlib/bench-harness": "^0.2.0" |
| 72 | + "@stdlib/bench-harness": "^0.2.1" |
72 | 73 | }, |
73 | 74 | "engines": { |
74 | 75 | "node": ">=0.10.0", |
|
0 commit comments