|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-dists-levy-logcdf", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Lévy distribution logarithm of cumulative distribution function (CDF).", |
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/constants-float64-ninf": "^0.2.2", |
44 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
45 | | - "@stdlib/math-base-napi-ternary": "^0.3.1", |
| 43 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 44 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 45 | + "@stdlib/math-base-napi-ternary": "^0.3.2", |
46 | 46 | "@stdlib/math-base-special-erfc": "^0.2.4", |
47 | | - "@stdlib/math-base-special-ln": "^0.2.4", |
48 | | - "@stdlib/math-base-special-sqrt": "^0.2.2", |
49 | | - "@stdlib/utils-constant-function": "^0.2.2", |
50 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
51 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 47 | + "@stdlib/math-base-special-ln": "^0.2.5", |
| 48 | + "@stdlib/math-base-special-sqrt": "^0.2.3", |
| 49 | + "@stdlib/utils-constant-function": "^0.2.3", |
| 50 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 51 | + "@stdlib/utils-library-manifest": "^0.2.4" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@stdlib/array-float64": "^0.2.2", |
55 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
56 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
57 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
58 | | - "@stdlib/random-base-randu": "^0.2.1", |
59 | | - "@stdlib/random-base-uniform": "^0.2.1", |
60 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 54 | + "@stdlib/array-float64": "^0.2.3", |
| 55 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 56 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 57 | + "@stdlib/math-base-special-abs": "^0.2.3", |
| 58 | + "@stdlib/random-base-randu": "^0.2.2", |
| 59 | + "@stdlib/random-base-uniform": "^0.2.2", |
| 60 | + "@stdlib/utils-try-require": "^0.2.3", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "istanbul": "^0.4.1", |
63 | 63 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments