|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-ones-like",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create an array filled with ones and having the same length and data type as a provided 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/array-dtype": "^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-dtype": "^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/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",
|
49 | 50 | "@stdlib/array-complex64": "^0.2.0",
|
50 |
| - "@stdlib/array-dtypes": "^0.2.0", |
| 51 | + "@stdlib/array-dtypes": "^0.2.1", |
51 | 52 | "@stdlib/array-float32": "^0.2.1",
|
52 | 53 | "@stdlib/array-float64": "^0.2.1",
|
53 | 54 | "@stdlib/array-int16": "^0.2.1",
|
|
60 | 61 | "@stdlib/array-zeros": "^0.2.0",
|
61 | 62 | "@stdlib/assert-instance-of": "^0.2.1",
|
62 | 63 | "@stdlib/assert-is-array": "^0.2.1",
|
63 |
| - "@stdlib/assert-is-typed-array": "^0.2.0", |
64 |
| - "@stdlib/assert-is-typed-array-like": "^0.2.0", |
65 |
| - "@stdlib/math-base-special-pow": "^0.2.0", |
| 64 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 65 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 66 | + "@stdlib/math-base-special-pow": "^0.2.1", |
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