|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-tan", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Evaluate the tangent of a number.", |
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-high-word-abs-mask": "^0.2.2", |
44 | | - "@stdlib/constants-float64-high-word-exponent-mask": "^0.2.2", |
45 | | - "@stdlib/math-base-napi-unary": "^0.2.5", |
46 | | - "@stdlib/math-base-special-kernel-tan": "^0.2.3", |
| 43 | + "@stdlib/constants-float64-high-word-abs-mask": "^0.2.3", |
| 44 | + "@stdlib/constants-float64-high-word-exponent-mask": "^0.2.3", |
| 45 | + "@stdlib/math-base-napi-unary": "^0.2.7", |
| 46 | + "@stdlib/math-base-special-kernel-tan": "^0.2.4", |
47 | 47 | "@stdlib/math-base-special-rempio2": "^0.3.0", |
48 | | - "@stdlib/number-float64-base-get-high-word": "^0.2.2", |
49 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 48 | + "@stdlib/number-float64-base-get-high-word": "^0.2.3", |
| 49 | + "@stdlib/utils-library-manifest": "^0.2.4" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@stdlib/assert-is-negative-zero": "^0.2.2", |
53 | | - "@stdlib/assert-is-positive-zero": "^0.2.2", |
| 52 | + "@stdlib/assert-is-negative-zero": "^0.2.3", |
| 53 | + "@stdlib/assert-is-positive-zero": "^0.2.3", |
54 | 54 | "@stdlib/console-log-each-map": "^0.1.0", |
55 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
56 | | - "@stdlib/constants-float64-pi": "^0.2.2", |
57 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
58 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
59 | | - "@stdlib/number-float64-base-ulp-difference": "^0.1.0", |
| 55 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 56 | + "@stdlib/constants-float64-pi": "^0.2.3", |
| 57 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 58 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 59 | + "@stdlib/number-float64-base-ulp-difference": "^0.1.1", |
60 | 60 | "@stdlib/random-array-uniform": "^0.2.1", |
61 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 61 | + "@stdlib/utils-try-require": "^0.2.3", |
62 | 62 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
63 | 63 | "istanbul": "^0.4.1", |
64 | 64 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
65 | | - "@stdlib/bench-harness": "^0.2.2" |
| 65 | + "@stdlib/bench-harness": "^0.2.3" |
66 | 66 | }, |
67 | 67 | "engines": { |
68 | 68 | "node": ">=0.10.0", |
|
0 commit comments