|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-filled",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create a filled 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-base-filled": "^0.2.0", |
41 |
| - "@stdlib/array-ctors": "^0.2.0", |
42 |
| - "@stdlib/array-defaults": "^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 | 43 | "@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
|
44 | 44 | "@stdlib/assert-is-arraybuffer": "^0.2.1",
|
45 |
| - "@stdlib/assert-is-collection": "^0.2.0", |
| 45 | + "@stdlib/assert-is-collection": "^0.2.1", |
46 | 46 | "@stdlib/assert-is-function": "^0.2.1",
|
47 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 47 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
48 | 48 | "@stdlib/assert-is-object": "^0.2.1",
|
49 | 49 | "@stdlib/assert-is-string": "^0.2.1",
|
50 |
| - "@stdlib/blas-ext-base-gfill": "^0.2.0", |
| 50 | + "@stdlib/blas-ext-base-gfill": "^0.2.1", |
51 | 51 | "@stdlib/iter-length": "^0.2.1",
|
52 | 52 | "@stdlib/string-format": "^0.2.1",
|
53 | 53 | "@stdlib/symbol-iterator": "^0.2.1",
|
54 |
| - "@stdlib/types": "^0.3.2" |
| 54 | + "@stdlib/types": "^0.3.2", |
| 55 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
55 | 56 | },
|
56 | 57 | "devDependencies": {
|
57 |
| - "@stdlib/array-buffer": "^0.2.0", |
| 58 | + "@stdlib/array-buffer": "^0.2.1", |
58 | 59 | "@stdlib/array-complex128": "^0.2.0",
|
59 | 60 | "@stdlib/array-complex64": "^0.2.0",
|
60 | 61 | "@stdlib/array-float32": "^0.2.1",
|
61 | 62 | "@stdlib/array-float64": "^0.2.1",
|
62 | 63 | "@stdlib/array-int16": "^0.2.1",
|
63 | 64 | "@stdlib/array-int32": "^0.2.1",
|
64 | 65 | "@stdlib/array-int8": "^0.2.1",
|
65 |
| - "@stdlib/array-typed-real-dtypes": "^0.2.0", |
| 66 | + "@stdlib/array-typed-real-dtypes": "^0.2.1", |
66 | 67 | "@stdlib/array-uint16": "^0.2.1",
|
67 | 68 | "@stdlib/array-uint32": "^0.2.1",
|
68 | 69 | "@stdlib/array-uint8": "^0.2.1",
|
69 | 70 | "@stdlib/array-uint8c": "^0.2.1",
|
70 | 71 | "@stdlib/assert-instance-of": "^0.2.1",
|
71 | 72 | "@stdlib/assert-is-array": "^0.2.1",
|
72 |
| - "@stdlib/assert-is-typed-array": "^0.2.0", |
73 |
| - "@stdlib/assert-is-typed-array-like": "^0.2.0", |
74 |
| - "@stdlib/complex-float32": "^0.2.0", |
75 |
| - "@stdlib/complex-float64": "^0.2.0", |
76 |
| - "@stdlib/iter-constant": "^0.2.0", |
77 |
| - "@stdlib/math-base-special-pow": "^0.2.0", |
| 73 | + "@stdlib/assert-is-typed-array": "^0.2.1", |
| 74 | + "@stdlib/assert-is-typed-array-like": "^0.2.1", |
| 75 | + "@stdlib/complex-float32": "^0.2.1", |
| 76 | + "@stdlib/complex-float64": "^0.2.1", |
| 77 | + "@stdlib/iter-constant": "^0.2.1", |
| 78 | + "@stdlib/math-base-special-pow": "^0.2.1", |
78 | 79 | "@stdlib/random-base-discrete-uniform": "^0.2.0",
|
79 | 80 | "@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
|
80 | 81 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
81 | 82 | "proxyquire": "^2.0.0",
|
82 | 83 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
83 | 84 | "istanbul": "^0.4.1",
|
84 | 85 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
85 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 86 | + "@stdlib/bench-harness": "^0.2.1" |
86 | 87 | },
|
87 | 88 | "engines": {
|
88 | 89 | "node": ">=0.10.0",
|
|
0 commit comments