|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-dists-kumaraswamy-stdev", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Kumaraswamy's double bounded distribution standard deviation.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 43 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
44 | 44 | "@stdlib/math-base-napi-binary": "^0.3.3", |
45 | 45 | "@stdlib/math-base-special-beta": "^0.3.0", |
46 | 46 | "@stdlib/math-base-special-sqrt": "^0.2.3", |
47 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 47 | + "@stdlib/utils-library-manifest": "^0.2.4" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@stdlib/console-log-each-map": "^0.1.0", |
51 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
52 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
53 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
| 51 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 52 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 53 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
54 | 54 | "@stdlib/math-base-special-abs": "^0.2.3", |
55 | 55 | "@stdlib/random-array-uniform": "^0.2.1", |
56 | 56 | "@stdlib/string-format": "^0.2.3", |
57 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 57 | + "@stdlib/utils-try-require": "^0.2.3", |
58 | 58 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
59 | 59 | "istanbul": "^0.4.1", |
60 | 60 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments