|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-log2", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Binary logarithm (base 2).", |
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-exponent-bias": "^0.2.2", |
44 | | - "@stdlib/constants-float64-high-word-abs-mask": "^0.2.2", |
45 | | - "@stdlib/constants-float64-high-word-significand-mask": "^0.2.2", |
46 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
47 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
48 | | - "@stdlib/math-base-napi-unary": "^0.2.4", |
49 | | - "@stdlib/math-base-special-kernel-log1p": "^0.0.2", |
| 43 | + "@stdlib/constants-float64-exponent-bias": "^0.2.3", |
| 44 | + "@stdlib/constants-float64-high-word-abs-mask": "^0.2.3", |
| 45 | + "@stdlib/constants-float64-high-word-significand-mask": "^0.2.3", |
| 46 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 47 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 48 | + "@stdlib/math-base-napi-unary": "^0.2.7", |
| 49 | + "@stdlib/math-base-special-kernel-log1p": "^0.0.3", |
50 | 50 | "@stdlib/number-float64-base-get-high-word": "^0.2.2", |
51 | | - "@stdlib/number-float64-base-set-high-word": "^0.2.2", |
52 | | - "@stdlib/number-float64-base-set-low-word": "^0.2.2", |
| 51 | + "@stdlib/number-float64-base-set-high-word": "^0.2.3", |
| 52 | + "@stdlib/number-float64-base-set-low-word": "^0.2.3", |
53 | 53 | "@stdlib/number-float64-base-to-words": "^0.2.2", |
54 | 54 | "@stdlib/utils-library-manifest": "^0.2.3" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main", |
58 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
59 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
60 | | - "@stdlib/math-base-assert-is-positive-zero": "^0.2.2", |
61 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 57 | + "@stdlib/console-log-each-map": "^0.1.0", |
| 58 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 59 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 60 | + "@stdlib/math-base-assert-is-positive-zero": "^0.2.3", |
| 61 | + "@stdlib/math-base-special-abs": "^0.2.3", |
62 | 62 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
63 | 63 | "@stdlib/random-array-uniform": "^0.2.1", |
64 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 64 | + "@stdlib/utils-try-require": "^0.2.3", |
65 | 65 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
66 | 66 | "istanbul": "^0.4.1", |
67 | 67 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments