|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-erfc", |
3 | | - "version": "0.2.4", |
| 3 | + "version": "0.2.5", |
4 | 4 | "description": "Complementary error function.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | "url": "https://github.com/stdlib-js/stdlib/issues" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
45 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
46 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
47 | | - "@stdlib/math-base-napi-unary": "^0.2.5", |
| 44 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 45 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 46 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 47 | + "@stdlib/math-base-napi-unary": "^0.2.7", |
48 | 48 | "@stdlib/math-base-special-exp": "^0.2.4", |
49 | | - "@stdlib/number-float64-base-set-low-word": "^0.2.2", |
50 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 49 | + "@stdlib/number-float64-base-set-low-word": "^0.2.3", |
| 50 | + "@stdlib/utils-library-manifest": "^0.2.4" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@stdlib/console-log-each-map": "^0.1.0", |
54 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
55 | | - "@stdlib/fs-read-file": "^0.2.2", |
56 | | - "@stdlib/fs-write-file": "^0.2.2", |
57 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 54 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 55 | + "@stdlib/fs-read-file": "^0.2.3", |
| 56 | + "@stdlib/fs-write-file": "^0.2.3", |
| 57 | + "@stdlib/math-base-special-abs": "^0.2.3", |
58 | 58 | "@stdlib/math-base-tools-evalpoly-compile": "^0.3.0", |
59 | | - "@stdlib/math-base-tools-evalpoly-compile-c": "^0.2.1", |
| 59 | + "@stdlib/math-base-tools-evalpoly-compile-c": "^0.2.2", |
60 | 60 | "@stdlib/random-array-uniform": "^0.2.1", |
61 | | - "@stdlib/string-format": "^0.2.2", |
62 | | - "@stdlib/string-substring-after": "^0.2.2", |
63 | | - "@stdlib/string-substring-before": "^0.2.2", |
64 | | - "@stdlib/time-current-year": "^0.2.2", |
65 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 61 | + "@stdlib/string-format": "^0.2.3", |
| 62 | + "@stdlib/string-substring-after": "^0.2.3", |
| 63 | + "@stdlib/string-substring-before": "^0.2.3", |
| 64 | + "@stdlib/time-current-year": "^0.2.3", |
| 65 | + "@stdlib/utils-try-require": "^0.2.3", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
67 | 67 | "istanbul": "^0.4.1", |
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments