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