|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-ones",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create an array filled with ones and having a specified length.",
|
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-defaults": "^0.2.0", |
41 |
| - "@stdlib/array-full": "^0.2.0", |
42 |
| - "@stdlib/complex-float32": "^0.2.0", |
43 |
| - "@stdlib/complex-float64": "^0.2.0", |
| 40 | + "@stdlib/array-defaults": "^0.2.1", |
| 41 | + "@stdlib/array-full": "^0.2.1", |
| 42 | + "@stdlib/complex-float32": "^0.2.1", |
| 43 | + "@stdlib/complex-float64": "^0.2.1", |
44 | 44 | "@stdlib/types": "^0.3.2"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 | 47 | "@stdlib/array-complex128": "^0.2.0",
|
48 | 48 | "@stdlib/array-complex64": "^0.2.0",
|
49 |
| - "@stdlib/array-dtypes": "^0.2.0", |
| 49 | + "@stdlib/array-dtypes": "^0.2.1", |
50 | 50 | "@stdlib/array-float32": "^0.2.1",
|
51 | 51 | "@stdlib/array-float64": "^0.2.1",
|
52 | 52 | "@stdlib/array-int16": "^0.2.1",
|
|
58 | 58 | "@stdlib/array-uint8c": "^0.2.1",
|
59 | 59 | "@stdlib/assert-instance-of": "^0.2.1",
|
60 | 60 | "@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/math-base-special-pow": "^0.2.0", |
| 61 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 62 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 63 | + "@stdlib/math-base-special-pow": "^0.2.1", |
64 | 64 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
|
65 | 65 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
67 | 67 | "istanbul": "^0.4.1",
|
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
69 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 69 | + "@stdlib/bench-harness": "^0.2.1" |
70 | 70 | },
|
71 | 71 | "engines": {
|
72 | 72 | "node": ">=0.10.0",
|
|
0 commit comments