|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-dists-binomial-cdf", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Binomial distribution cumulative distribution function (CDF).", |
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/constants-float64-pinf": "^0.2.2", |
41 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 40 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 41 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
42 | 42 | "@stdlib/math-base-assert-is-nonnegative-integer": "^0.2.2", |
43 | 43 | "@stdlib/math-base-special-betainc": "^0.2.2", |
44 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
45 | | - "@stdlib/utils-constant-function": "^0.2.2", |
46 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" |
| 44 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 45 | + "@stdlib/utils-constant-function": "^0.2.3", |
| 46 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@stdlib/console-log-each-map": "^0.1.0", |
50 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
51 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
52 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 50 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 51 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 52 | + "@stdlib/math-base-special-abs": "^0.2.3", |
53 | 53 | "@stdlib/random-array-discrete-uniform": "^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