|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-linspace",
|
3 |
| - "version": "0.0.7", |
| 3 | + "version": "0.1.0", |
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.0.2", |
41 |
| - "@stdlib/array-dtype": "^0.0.6", |
42 |
| - "@stdlib/array-typed-float-ctors": "^0.0.1", |
43 |
| - "@stdlib/assert-has-own-property": "^0.0.7", |
44 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
45 |
| - "@stdlib/assert-is-collection": "^0.0.8", |
46 |
| - "@stdlib/assert-is-complex-like": "^0.0.6", |
47 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
48 |
| - "@stdlib/assert-is-number": "^0.0.7", |
49 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
50 |
| - "@stdlib/assert-is-string": "^0.0.8", |
51 |
| - "@stdlib/complex-dtype": "^0.0.1", |
52 |
| - "@stdlib/complex-float32": "^0.0.7", |
53 |
| - "@stdlib/complex-float64": "^0.0.8", |
54 |
| - "@stdlib/complex-imag": "^0.0.7", |
55 |
| - "@stdlib/complex-imagf": "^0.0.1", |
56 |
| - "@stdlib/complex-real": "^0.0.7", |
57 |
| - "@stdlib/complex-realf": "^0.0.1", |
58 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
59 |
| - "@stdlib/strided-base-reinterpret-complex128": "^0.0.2", |
60 |
| - "@stdlib/strided-base-reinterpret-complex64": "^0.0.2", |
61 |
| - "@stdlib/string-format": "^0.0.3", |
62 |
| - "@stdlib/types": "^0.0.14", |
63 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7" |
| 40 | + "@stdlib/array-base-arraylike2object": "^0.1.0", |
| 41 | + "@stdlib/array-dtype": "^0.1.0", |
| 42 | + "@stdlib/array-typed-float-ctors": "^0.1.0", |
| 43 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 44 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 45 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 46 | + "@stdlib/assert-is-complex-like": "^0.1.0", |
| 47 | + "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
| 48 | + "@stdlib/assert-is-number": "^0.1.0", |
| 49 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 50 | + "@stdlib/assert-is-string": "^0.1.0", |
| 51 | + "@stdlib/complex-dtype": "^0.1.0", |
| 52 | + "@stdlib/complex-float32": "^0.1.0", |
| 53 | + "@stdlib/complex-float64": "^0.1.0", |
| 54 | + "@stdlib/complex-imag": "^0.1.0", |
| 55 | + "@stdlib/complex-imagf": "^0.1.0", |
| 56 | + "@stdlib/complex-real": "^0.1.0", |
| 57 | + "@stdlib/complex-realf": "^0.1.0", |
| 58 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 59 | + "@stdlib/strided-base-reinterpret-complex128": "^0.1.0", |
| 60 | + "@stdlib/strided-base-reinterpret-complex64": "^0.1.0", |
| 61 | + "@stdlib/string-format": "^0.1.0", |
| 62 | + "@stdlib/types": "^0.1.0", |
| 63 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" |
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 |
| - "@stdlib/array-base-zeros": "^0.0.2", |
67 |
| - "@stdlib/array-complex128": "^0.0.6", |
68 |
| - "@stdlib/array-complex64": "^0.0.6", |
69 |
| - "@stdlib/array-float32": "^0.0.6", |
70 |
| - "@stdlib/array-float64": "^0.0.6", |
71 |
| - "@stdlib/assert-is-array": "^0.0.7", |
72 |
| - "@stdlib/assert-is-array-like-object": "^0.0.8", |
73 |
| - "@stdlib/assert-is-complex128": "^0.0.7", |
74 |
| - "@stdlib/assert-is-complex128array": "^0.0.7", |
75 |
| - "@stdlib/assert-is-complex64": "^0.0.7", |
76 |
| - "@stdlib/assert-is-complex64array": "^0.0.7", |
77 |
| - "@stdlib/assert-is-float32array": "^0.0.8", |
78 |
| - "@stdlib/assert-is-float64array": "^0.0.8", |
79 |
| - "@stdlib/bench": "^0.0.12", |
80 |
| - "@stdlib/math-base-special-pow": "^0.0.7", |
81 |
| - "@stdlib/utils-every-by": "^0.0.8", |
82 |
| - "@stdlib/utils-nary-function": "^0.0.1", |
| 66 | + "@stdlib/array-base-zeros": "^0.1.0", |
| 67 | + "@stdlib/array-complex128": "^0.1.0", |
| 68 | + "@stdlib/array-complex64": "^0.1.0", |
| 69 | + "@stdlib/array-float32": "^0.1.0", |
| 70 | + "@stdlib/array-float64": "^0.1.0", |
| 71 | + "@stdlib/assert-is-array": "^0.1.0", |
| 72 | + "@stdlib/assert-is-array-like-object": "^0.1.0", |
| 73 | + "@stdlib/assert-is-complex128": "^0.1.0", |
| 74 | + "@stdlib/assert-is-complex128array": "^0.1.0", |
| 75 | + "@stdlib/assert-is-complex64": "^0.1.0", |
| 76 | + "@stdlib/assert-is-complex64array": "^0.1.0", |
| 77 | + "@stdlib/assert-is-float32array": "^0.1.0", |
| 78 | + "@stdlib/assert-is-float64array": "^0.1.0", |
| 79 | + "@stdlib/bench": "^0.1.0", |
| 80 | + "@stdlib/math-base-special-pow": "^0.1.0", |
| 81 | + "@stdlib/utils-every-by": "^0.1.0", |
| 82 | + "@stdlib/utils-nary-function": "^0.1.0", |
83 | 83 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
84 | 84 | "istanbul": "^0.4.1",
|
85 | 85 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments