|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-linspace",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Generate a linearly spaced array over a specified interval.",
|
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-arraylike2object": "^0.2.0", |
41 |
| - "@stdlib/array-defaults": "^0.2.0", |
42 |
| - "@stdlib/array-dtype": "^0.2.0", |
43 |
| - "@stdlib/array-typed-float-ctors": "^0.2.0", |
44 |
| - "@stdlib/assert-has-own-property": "^0.2.0", |
45 |
| - "@stdlib/assert-is-boolean": "^0.2.0", |
46 |
| - "@stdlib/assert-is-collection": "^0.2.0", |
47 |
| - "@stdlib/assert-is-complex-like": "^0.2.0", |
48 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
49 |
| - "@stdlib/assert-is-number": "^0.2.0", |
50 |
| - "@stdlib/assert-is-plain-object": "^0.2.0", |
51 |
| - "@stdlib/assert-is-string": "^0.2.0", |
52 |
| - "@stdlib/complex-dtype": "^0.2.0", |
53 |
| - "@stdlib/complex-float32": "^0.2.0", |
54 |
| - "@stdlib/complex-float64": "^0.2.0", |
55 |
| - "@stdlib/complex-imag": "^0.2.0", |
56 |
| - "@stdlib/complex-imagf": "^0.2.0", |
57 |
| - "@stdlib/complex-real": "^0.2.0", |
58 |
| - "@stdlib/complex-realf": "^0.2.0", |
59 |
| - "@stdlib/math-base-assert-is-nan": "^0.2.0", |
60 |
| - "@stdlib/strided-base-reinterpret-complex128": "^0.2.0", |
| 40 | + "@stdlib/array-base-arraylike2object": "^0.2.1", |
| 41 | + "@stdlib/array-defaults": "^0.2.1", |
| 42 | + "@stdlib/array-dtype": "^0.2.1", |
| 43 | + "@stdlib/array-typed-float-ctors": "^0.2.1", |
| 44 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 45 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 46 | + "@stdlib/assert-is-collection": "^0.2.1", |
| 47 | + "@stdlib/assert-is-complex-like": "^0.2.1", |
| 48 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
| 49 | + "@stdlib/assert-is-number": "^0.2.1", |
| 50 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 51 | + "@stdlib/assert-is-string": "^0.2.1", |
| 52 | + "@stdlib/complex-dtype": "^0.2.1", |
| 53 | + "@stdlib/complex-float32": "^0.2.1", |
| 54 | + "@stdlib/complex-float64": "^0.2.1", |
| 55 | + "@stdlib/complex-imag": "^0.2.1", |
| 56 | + "@stdlib/complex-imagf": "^0.2.1", |
| 57 | + "@stdlib/complex-real": "^0.2.1", |
| 58 | + "@stdlib/complex-realf": "^0.2.1", |
| 59 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 60 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
61 | 61 | "@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
62 |
| - "@stdlib/string-format": "^0.2.0", |
63 |
| - "@stdlib/types": "^0.3.1", |
64 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 62 | + "@stdlib/string-format": "^0.2.1", |
| 63 | + "@stdlib/types": "^0.3.2", |
| 64 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 65 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
65 | 66 | },
|
66 | 67 | "devDependencies": {
|
67 |
| - "@stdlib/array-base-zeros": "^0.2.0", |
68 |
| - "@stdlib/array-complex128": "^0.1.0", |
69 |
| - "@stdlib/array-complex64": "^0.1.0", |
70 |
| - "@stdlib/array-float32": "^0.2.0", |
71 |
| - "@stdlib/array-float64": "^0.2.0", |
72 |
| - "@stdlib/assert-is-array": "^0.2.0", |
73 |
| - "@stdlib/assert-is-array-like-object": "^0.2.0", |
74 |
| - "@stdlib/assert-is-complex128": "^0.2.0", |
75 |
| - "@stdlib/assert-is-complex128array": "^0.1.0", |
76 |
| - "@stdlib/assert-is-complex64": "^0.2.0", |
77 |
| - "@stdlib/assert-is-complex64array": "^0.1.0", |
78 |
| - "@stdlib/assert-is-float32array": "^0.2.0", |
79 |
| - "@stdlib/assert-is-float64array": "^0.2.0", |
80 |
| - "@stdlib/math-base-special-pow": "^0.2.0", |
81 |
| - "@stdlib/utils-every-by": "^0.2.0", |
82 |
| - "@stdlib/utils-nary-function": "^0.2.0", |
| 68 | + "@stdlib/array-base-zeros": "^0.2.1", |
| 69 | + "@stdlib/array-complex128": "^0.2.0", |
| 70 | + "@stdlib/array-complex64": "^0.2.0", |
| 71 | + "@stdlib/array-float32": "^0.2.1", |
| 72 | + "@stdlib/array-float64": "^0.2.1", |
| 73 | + "@stdlib/assert-is-array": "^0.2.1", |
| 74 | + "@stdlib/assert-is-array-like-object": "^0.2.1", |
| 75 | + "@stdlib/assert-is-complex128": "^0.2.1", |
| 76 | + "@stdlib/assert-is-complex128array": "^0.2.0", |
| 77 | + "@stdlib/assert-is-complex64": "^0.2.1", |
| 78 | + "@stdlib/assert-is-complex64array": "^0.2.0", |
| 79 | + "@stdlib/assert-is-float32array": "^0.2.1", |
| 80 | + "@stdlib/assert-is-float64array": "^0.2.1", |
| 81 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 82 | + "@stdlib/utils-every-by": "^0.2.1", |
| 83 | + "@stdlib/utils-nary-function": "^0.2.1", |
83 | 84 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
84 | 85 | "istanbul": "^0.4.1",
|
85 | 86 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
86 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 87 | + "@stdlib/bench-harness": "^0.2.1" |
87 | 88 | },
|
88 | 89 | "engines": {
|
89 | 90 | "node": ">=0.10.0",
|
|
0 commit comments