|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-full",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create a filled array 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-base-filled": "^0.2.0", |
41 |
| - "@stdlib/array-ctors": "^0.2.0", |
42 |
| - "@stdlib/array-defaults": "^0.2.0", |
43 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
44 |
| - "@stdlib/blas-ext-base-gfill": "^0.2.0", |
| 40 | + "@stdlib/array-base-filled": "^0.2.1", |
| 41 | + "@stdlib/array-ctors": "^0.2.1", |
| 42 | + "@stdlib/array-defaults": "^0.2.1", |
| 43 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
| 44 | + "@stdlib/blas-ext-base-gfill": "^0.2.1", |
45 | 45 | "@stdlib/string-format": "^0.2.1",
|
46 |
| - "@stdlib/types": "^0.3.2" |
| 46 | + "@stdlib/types": "^0.3.2", |
| 47 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
47 | 48 | },
|
48 | 49 | "devDependencies": {
|
49 | 50 | "@stdlib/array-complex128": "^0.2.0",
|
|
53 | 54 | "@stdlib/array-int16": "^0.2.1",
|
54 | 55 | "@stdlib/array-int32": "^0.2.1",
|
55 | 56 | "@stdlib/array-int8": "^0.2.1",
|
56 |
| - "@stdlib/array-typed-real-dtypes": "^0.2.0", |
| 57 | + "@stdlib/array-typed-real-dtypes": "^0.2.1", |
<
CCB9
code>57 | 58 | "@stdlib/array-uint16": "^0.2.1",
|
58 | 59 | "@stdlib/array-uint32": "^0.2.1",
|
59 | 60 | "@stdlib/array-uint8": "^0.2.1",
|
60 | 61 | "@stdlib/array-uint8c": "^0.2.1",
|
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/complex-float32": "^0.2.0", |
66 |
| - "@stdlib/complex-float64": "^0.2.0", |
67 |
| - "@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/complex-float32": "^0.2.1", |
| 67 | + "@stdlib/complex-float64": "^0.2.1", |
| 68 | + "@stdlib/math-base-special-pow": "^0.2.1", |
68 | 69 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
|
69 | 70 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
70 | 71 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
71 | 72 | "istanbul": "^0.4.1",
|
72 | 73 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
73 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 74 | + "@stdlib/bench-harness": "^0.2.1" |
74 | 75 | },
|
75 | 76 | "engines": {
|
76 | 77 | "node": ">=0.10.0",
|
|
0 commit comments