|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/utils-reduce",
|
3 |
| - "version": "0.0.8", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Apply a function against an accumulator and each element in an array and return the accumulated result.",
|
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/assert-is-array-like-object": "^0.0.8", |
42 |
| - "@stdlib/assert-is-function": "^0.0.8", |
43 |
| - "@stdlib/assert-is-ndarray-like": "^0.0.6", |
44 |
| - "@stdlib/ndarray-base-ndarraylike2object": "^0.0.1", |
45 |
| - "@stdlib/ndarray-base-vind2bind": "^0.0.8", |
46 |
| - "@stdlib/string-format": "^0.0.3", |
47 |
| - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/array-base-arraylike2object": "^0.1.0", |
| 41 | + "@stdlib/assert-is-array-like-object": "^0.1.0", |
| 42 | + "@stdlib/assert-is-function": "^0.1.0", |
| 43 | + "@stdlib/assert-is-ndarray-like": "^0.1.0", |
| 44 | + "@stdlib/ndarray-base-ndarraylike2object": "^0.1.0", |
| 45 | + "@stdlib/ndarray-base-vind2bind": "^0.1.0", |
| 46 | + "@stdlib/string-format": "^0.1.0", |
| 47 | + "@stdlib/types": "^0.1.0" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@stdlib/array-base-filled": "^0.0.2", |
51 |
| - "@stdlib/array-complex64": "^0.0.6", |
| 50 | + "@stdlib/array-base-filled": "^0.1.0", |
| 51 | + "@stdlib/array-complex64": "^0.1.0", |
52 | 52 | "@stdlib/array-filled-by": "^0.0.2",
|
53 |
| - "@stdlib/array-float64": "^0.0.6", |
54 |
| - "@stdlib/bench": "^0.0.12", |
55 |
| - "@stdlib/complex-float32": "^0.0.7", |
56 |
| - "@stdlib/complex-imagf": "^0.0.1", |
57 |
| - "@stdlib/complex-realf": "^0.0.1", |
58 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
59 |
| - "@stdlib/math-base-ops-add": "^0.0.1", |
60 |
| - "@stdlib/math-base-ops-cadd": "^0.0.7", |
61 |
| - "@stdlib/math-base-special-pow": "^0.0.7", |
| 53 | + "@stdlib/array-float64": "^0.1.0", |
| 54 | + "@stdlib/bench": "^0.1.0", |
| 55 | + "@stdlib/complex-float32": "^0.1.0", |
| 56 | + "@stdlib/complex-imagf": "^0.1.0", |
| 57 | + "@stdlib/complex-realf": "^0.1.0", |
| 58 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 59 | + "@stdlib/math-base-ops-add": "^0.1.0", |
| 60 | + "@stdlib/math-base-ops-cadd": "^0.1.0", |
| 61 | + "@stdlib/math-base-special-pow": "^0.1.0", |
62 | 62 | "@stdlib/ndarray-array": "^0.0.9",
|
63 |
| - "@stdlib/ndarray-ctor": "^0.0.10", |
| 63 | + "@stdlib/ndarray-ctor": "^0.1.0", |
64 | 64 | "@stdlib/random-base-discrete-uniform": "^0.0.6",
|
65 |
| - "@stdlib/utils-nary-function": "^0.0.1<
5AA3
/span>", |
66 |
| - "@stdlib/utils-noop": "^0.0.14", |
| 65 | + "@stdlib/utils-nary-function": "^0.1.0", |
| 66 | + "@stdlib/utils-noop": "^0.1.0", |
67 | 67 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
68 | 68 | "istanbul": "^0.4.1",
|
69 | 69 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments