|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-frexp", |
3 | | - "version": "0.2.3", |
| 3 | + "version": "0.2.4", |
4 | 4 | "description": "Split a double-precision floating-point number into a normalized fraction and an integer power of two.", |
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/math-base-assert-is-infinite": "^0.2.2", |
44 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
45 | | - "@stdlib/napi-argv": "^0.2.2", |
46 | | - "@stdlib/napi-argv-double": "^0.2.1", |
47 | | - "@stdlib/napi-argv-float64array": "^0.2.2", |
48 | | - "@stdlib/napi-export": "^0.3.0", |
49 | | - "@stdlib/number-float64-base-exponent": "^0.2.2", |
| 43 | + "@stdlib/math-base-assert-is-infinite": "^0.2.3", |
| 44 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 45 | + "@stdlib/napi-argv": "^0.2.3", |
| 46 | + "@stdlib/napi-argv-double": "^0.2.2", |
| 47 | + "@stdlib/napi-argv-float64array": "^0.2.3", |
| 48 | + "@stdlib/napi-export": "^0.3.1", |
| 49 | + "@stdlib/number-float64-base-exponent": "^0.2.3", |
50 | 50 | "@stdlib/number-float64-base-from-words": "^0.2.2", |
51 | | - "@stdlib/number-float64-base-normalize": "^0.2.3", |
52 | | - "@stdlib/number-float64-base-to-words": "^0.2.2", |
| 51 | + "@stdlib/number-float64-base-normalize": "^0.2.4", |
| 52 | + "@stdlib/number-float64-base-to-words": "^0.2.3", |
53 | 53 | "@stdlib/types": "^0.4.3", |
54 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
55 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 54 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 55 | + "@stdlib/utils-library-manifest": "^0.2.4" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@stdlib/array-float64": "^0.2.2", |
59 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
60 | | - "@stdlib/assert-is-array": "^0.2.2", |
61 | | - "@stdlib/assert-is-float64array": "^0.2.2", |
62 | | - "@stdlib/constants-float64-exponent-bias": "^0.2.2", |
63 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
64 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
65 | | - "@stdlib/math-base-assert-is-negative-zero": "^0.2.2", |
66 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 58 | + "@stdlib/array-float64": "^0.2.3", |
| 59 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 60 | + "@stdlib/assert-is-array": "^0.2.3", |
| 61 | + "@stdlib/assert-is-float64array": "^0.2.3", |
| 62 | + "@stdlib/constants-float64-exponent-bias": "^0.2.3", |
| 63 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 64 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 65 | + "@stdlib/math-base-assert-is-negative-zero": "^0.2.3", |
| 66 | + "@stdlib/math-base-special-abs": "^0.2.3", |
67 | 67 | "@stdlib/math-base-special-pow": "^0.3.0", |
68 | | - "@stdlib/math-base-special-round": "^0.3.0", |
| 68 | + "@stdlib/math-base-special-round": "^0.3.1", |
69 | 69 | "@stdlib/random-array-uniform": "^0.2.1", |
70 | | - "@stdlib/random-base-randu": "^0.2.1", |
71 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 70 | + "@stdlib/random-base-randu": "^0.2.2", |
| 71 | + "@stdlib/utils-try-require": "^0.2.3", |
72 | 72 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
73 | 73 | "istanbul": "^0.4.1", |
74 | 74 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments