|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-nans", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Create an array filled with NaNs 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-full": "^0.0.1", |
41 | | - "@stdlib/complex-float32": "^0.0.7", |
42 | | - "@stdlib/complex-float64": "^0.0.8", |
43 | | - "@stdlib/string-format": "^0.0.3", |
44 | | - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/array-full": "^0.1.0", |
| 41 | + "@stdlib/complex-float32": "^0.1.0", |
| 42 | + "@stdlib/complex-float64": "^0.1.0", |
| 43 | + "@stdlib/string-format": "^0.1.0", |
| 44 | + "@stdlib/types": "^0.1.0" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@stdlib/array-complex128": "^0.0.6", |
48 | | - "@stdlib/array-complex64": "^0.0.6", |
49 | | - "@stdlib/array-float32": "^0.0.6", |
50 | | - "@stdlib/array-float64": "^0.0.6", |
51 | | - "@stdlib/array-typed-float-dtypes": "^0.0.1", |
52 | | - "@stdlib/assert-instance-of": "^0.0.8", |
53 | | - "@stdlib/assert-is-array": "^0.0.7", |
54 | | - "@stdlib/assert-is-typed-array": "^0.0.6", |
55 | | - "@stdlib/assert-is-typed-array-like": "^0.0.8", |
56 | | - "@stdlib/bench": "^0.0.12", |
57 | | - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
58 | | - "@stdlib/math-base-assert-is-nanf": "^0.0.8", |
59 | | - "@stdlib/math-base-special-pow": "^0.0.7", |
60 | | - "@stdlib/strided-base-reinterpret-complex128": "^0.0.2", |
61 | | - "@stdlib/strided-base-reinterpret-complex64": "^0.0.2", |
| 47 | + "@stdlib/array-complex128": "^0.1.0", |
| 48 | + "@stdlib/array-complex64": "^0.1.0", |
| 49 | + "@stdlib/array-float32": "^0.1.0", |
| 50 | + "@stdlib/array-float64": "^0.1.0", |
| 51 | + "@stdlib/array-typed-float-dtypes": "^0.1.0", |
| 52 | + "@stdlib/assert-instance-of": "^0.1.0", |
| 53 | + "@stdlib/assert-is-array": "^0.1.0", |
| 54 | + "@stdlib/assert-is-typed-array": "^0.1.0", |
| 55 | + "@stdlib/assert-is-typed-array-like": "^0.1.0", |
| 56 | + "@stdlib/bench": "^0.1.0", |
| 57 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 58 | + "@stdlib/math-base-assert-is-nanf": "^0.1.0", |
| 59 | + "@stdlib/math-base-special-pow": "^0.1.0", |
| 60 | + "@stdlib/strided-base-reinterpret-complex128": "^0.1.0", |
| 61 | + "@stdlib/strided-base-reinterpret-complex64": "^0.1.0", |
62 | 62 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
63 | 63 | "istanbul": "^0.4.1", |
64 | 64 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments