|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-cuminabs", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Calculate the cumulative minimum absolute value of a strided array.", |
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/math-base-assert-is-nan": "^0.2.0", |
41 | | - "@stdlib/math-base-special-abs": "^0.2.0", |
42 | | - "@stdlib/types": "^0.3.1", |
43 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 40 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 41 | + "@stdlib/math-base-special-abs": "^0.2.1", |
| 42 | + "@stdlib/types": "^0.3.2", |
| 43 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@stdlib/array-float64": "^0.1.1", |
47 | | - "@stdlib/math-base-assert-is-positive-zero": "^0.1.1", |
48 | | - "@stdlib/math-base-special-floor": "^0.1.1", |
49 | | - "@stdlib/math-base-special-pow": "^0.1.0", |
50 | | - "@stdlib/math-base-special-round": "^0.1.1", |
51 | | - "@stdlib/random-base-randu": "^0.1.0", |
| 46 | + "@stdlib/array-float64": "^0.2.1", |
| 47 | + "@stdlib/math-base-assert-is-positive-zero": "^0.2.1", |
| 48 | + "@stdlib/math-base-special-floor": "^0.2.1", |
| 49 | + "@stdlib/math-base-special-pow": "^0.2.0", |
| 50 | + "@stdlib/math-base-special-round": "^0.2.1", |
| 51 | + "@stdlib/random-base-randu": "^0.2.0", |
52 | 52 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
53 | 53 | "istanbul": "^0.4.1", |
54 | 54 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
55 | | - "@stdlib/bench-harness": "^0.2.0" |
| 55 | + "@stdlib/bench-harness": "^0.2.1" |
56 | 56 | }, |
57 | 57 | "engines": { |
58 | 58 | "node": ">=0.10.0", |
|
0 commit comments