|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float64-base-normalize", |
3 | | - "version": "0.2.3", |
| 3 | + "version": "0.2.4", |
4 | 4 | "description": "Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.", |
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-smallest-normal": "^0.2.2", |
| 43 | + "@stdlib/constants-float64-smallest-normal": "^0.2.3", |
44 | 44 | "@stdlib/math-base-assert-is-infinite": "^0.2.2", |
45 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
46 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 45 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 46 | + "@stdlib/math-base-special-abs": "^0.2.3", |
47 | 47 | "@stdlib/types": "^0.4.3", |
48 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
| 48 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
49 | 49 | "@stdlib/utils-library-manifest": "^0.2.3" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | 52 | "@stdlib/array-float64": "^0.2.2", |
53 | 53 | "@stdlib/assert-has-own-property": "^0.2.2", |
54 | 54 | "@stdlib/assert-is-array": "^0.2.2", |
55 | 55 | "@stdlib/assert-is-float64array": "^0.2.2", |
56 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
57 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
58 | | - "@stdlib/constants-float64-smallest-subnormal": "^0.2.2", |
| 56 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 57 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 58 | + "@stdlib/constants-float64-smallest-subnormal": "^0.2.3", |
59 | 59 | "@stdlib/math-base-special-pow": "^0.3.0", |
60 | 60 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
61 | | - "@stdlib/random-base-randu": "^0.2.1", |
62 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 61 | + "@stdlib/random-base-randu": "^0.2.2", |
| 62 | + "@stdlib/random-base-uniform": "^0.2.2", |
63 | 63 | "@stdlib/utils-try-require": "^0.2.2", |
64 | 64 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
65 | 65 | "istanbul": "^0.4.1", |
|
0 commit comments