|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-zeros",
|
3 |
| -"version": "0.1.0", |
| 3 | +"version": "0.2.0", |
4 | 4 | "description": "Create a zero-filled array having a specified length.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
37 | 37 | "url": "https://.com/stdlib-js/stdlib/issues"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| -"@stdlib/array-base-zeros": "^0.1.1", |
41 |
| -"@stdlib/array-ctors": "^0.1.0", |
42 |
| -"@stdlib/array-defaults": "^0.1.0", |
43 |
| -"@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
44 |
| -"@stdlib/string-format": "^0.1.1", |
45 |
| -"@stdlib/types": "^0.2.0" |
| 40 | +"@stdlib/array-base-zeros": "^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/string-format": "^0.2.0", |
| 45 | +"@stdlib/types": "^0.3.1" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 | 48 | "@stdlib/array-complex128": "^0.1.0",
|
49 | 49 | "@stdlib/array-complex64": "^0.1.0",
|
50 |
| -"@stdlib/array-dtypes": "^0.1.0", |
51 |
| -"@stdlib/array-float32": "^0.1.1", |
52 |
| -"@stdlib/array-float64": "^0.1.1", |
53 |
| -"@stdlib/array-int16": "^0.1.1", |
54 |
| -"@stdlib/array-int32": "^0.1.1", |
55 |
| -"@stdlib/array-int8": "^0.1.1", |
56 |
| -"@stdlib/array-uint16": "^0.1.1", |
57 |
| -"@stdlib/array-uint32": "^0.1.1", |
58 |
| -"@stdlib/array-uint8": "^0.1.1", |
59 |
| -"@stdlib/array-uint8c": "^0.1.1", |
60 |
| -"@stdlib/assert-instance-of": "^0.1.1", |
61 |
| -"@stdlib/assert-is-array": "^0.1.1", |
62 |
| -"@stdlib/assert-is-typed-array": "^0.1.0", |
63 |
| -"@stdlib/assert-is-typed-array-like": "^0.1.0", |
64 |
| -"@stdlib/math-base-special-pow": "^0.1.0", |
65 |
| -"@stdlib/strided-base-reinterpret-complex128": "^0.1.1", |
66 |
| -"@stdlib/strided-base-reinterpret-complex64": "^0.1.1", |
| 50 | +"@stdlib/array-dtypes": "^0.2.0", |
| 51 | +"@stdlib/array-float32": "^0.2.0", |
| 52 | +"@stdlib/array-float64": "^0.2.0", |
| 53 | +"@stdlib/array-int16": "^0.2.0", |
| 54 | +"@stdlib/array-int32": "^0.2.0", |
| 55 | +"@stdlib/array-int8": "^0.2.0", |
| 56 | +"@stdlib/array-uint16": "^0.2.0", |
| 57 | +"@stdlib/array-uint32": "^0.2.0", |
| 58 | +"@stdlib/array-uint8": "^0.2.0", |
| 59 | +"@stdlib/array-uint8c": "^0.2.0", |
| 60 | +"@stdlib/assert-instance-of": "^0.2.0", |
| 61 | +"@stdlib/assert-is-array": "^0.2.0", |
| 62 | +"@stdlib/assert-is-typed-array": "^0.2.0", |
| 63 | +"@stdlib/assert-is-typed-array-like": "^0.2.0", |
| 64 | +"@stdlib/math-base-special-pow": "^0.2.0", |
| 65 | +"@stdlib/strided-base-reinterpret-complex128": "^0.2.0", |
| 66 | +"@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
67 | 67 | "tape": "git+https://.com/kgryte/tape.git#fix/globby",
|
68 | 68 | "istanbul": "^0.4.1",
|
69 | 69 | "tap-min": "git+https://.com/Planeshifter/tap-min.git",
|
70 |
| -"@stdlib/bench-harness": "^0.1.2" |
| 70 | +"@stdlib/bench-harness": "^0.2.0" |
71 | 71 | },
|
72 | 72 | "engines": {
|
73 | 73 | "node": ">=0.10.0",
|
|
0 commit comments