|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-ndarray-smidrange", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Compute the mid-range of a one-dimensional single-precision floating-point ndarray.", |
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/ndarray-base-data-buffer": "^0.2.2", |
| 40 | + "@stdlib/ndarray-base-data-buffer": "^0.2.3", |
41 | 41 | "@stdlib/ndarray-base-numel-dimension": "^0.3.2", |
42 | | - "@stdlib/ndarray-base-offset": "^0.2.2", |
| 42 | + "@stdlib/ndarray-base-offset": "^0.2.3", |
43 | 43 | "@stdlib/ndarray-base-stride": "^0.2.2", |
44 | | - "@stdlib/stats-strided-smidrange": "^0.1.0", |
| 44 | + "@stdlib/stats-strided-smidrange": "^0.1.1", |
45 | 45 | "@stdlib/types": "^0.4.3" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@stdlib/array-float32": "^0.2.2", |
49 | | - "@stdlib/math-base-assert-is-nanf": "^0.2.2", |
50 | | - "@stdlib/math-base-assert-is-positive-zerof": "^0.1.3", |
51 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
52 | | - "@stdlib/ndarray-base-ctor": "^0.2.2", |
| 48 | + "@stdlib/array-float32": "^0.2.3", |
| 49 | + "@stdlib/math-base-assert-is-nanf": "^0.2.3", |
| 50 | + "@stdlib/math-base-assert-is-positive-zerof": "^0.1.4", |
| 51 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 52 | + "@stdlib/ndarray-base-ctor": "^0.3.0", |
53 | 53 | "@stdlib/ndarray-to-array": "^0.2.1", |
54 | 54 | "@stdlib/random-array-uniform": "^0.2.1", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
57 | 57 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
58 | | - "@stdlib/bench-harness": "^0.2.2" |
| 58 | + "@stdlib/bench-harness": "^0.2.3" |
59 | 59 | }, |
60 | 60 | "engines": { |
61 | 61 | "node": ">=0.10.0", |
|
0 commit comments