|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float64-base-normalize", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
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": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/constants-float64-smallest-normal": "^0.2.0", |
43 | | - "@stdlib/math-base-assert-is-infinite": "^0.2.0", |
44 | | - "@stdlib/math-base-assert-is-nan": "^0.2.0", |
45 | | - "@stdlib/math-base-special-abs": "^0.2.0", |
46 | | - "@stdlib/types": "^0.3.1", |
47 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
48 | | - "@stdlib/utils-library-manifest": "^0.2.0" |
| 42 | + "@stdlib/constants-float64-smallest-normal": "^0.2.1", |
| 43 | + "@stdlib/math-base-assert-is-infinite": "^0.2.1", |
| 44 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 45 | + "@stdlib/math-base-special-abs": "^0.2.1", |
| 46 | + "@stdlib/types": "^0.3.2", |
| 47 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 48 | + "@stdlib/utils-library-manifest": "^0.2.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@stdlib/array-float64": "^0.1.1", |
52 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
53 | | - "@stdlib/assert-is-array": "^0.1.1", |
54 | | - "@stdlib/assert-is-float64array": "^0.1.1", |
55 | | - "@stdlib/constants-float64-ninf": "^0.1.1", |
56 | | - "@stdlib/constants-float64-pinf": "^0.1.1", |
57 | | - "@stdlib/constants-float64-smallest-subnormal": "^0.2.0", |
58 | | - "@stdlib/math-base-special-pow": "^0.1.0", |
59 | | - "@stdlib/random-base-discrete-uniform": "^0.1.0", |
60 | | - "@stdlib/random-base-randu": "^0.1.0", |
61 | | - "@stdlib/random-base-uniform": "^0.1.0", |
62 | | - "@stdlib/utils-try-require": "^0.2.0", |
| 51 | + "@stdlib/array-float64": "^0.2.1", |
| 52 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 53 | + "@stdlib/assert-is-array": "^0.2.1", |
| 54 | + "@stdlib/assert-is-float64array": "^0.2.1", |
| 55 | + "@stdlib/constants-float64-ninf": "^0.2.1", |
| 56 | + "@stdlib/constants-float64-pinf": "^0.2.1", |
| 57 | + "@stdlib/constants-float64-smallest-subnormal": "^0.2.1", |
| 58 | + "@stdlib/math-base-special-pow": "^0.2.0", |
| 59 | + "@stdlib/random-base-discrete-uniform": "^0.2.0", |
| 60 | + "@stdlib/random-base-randu": "^0.2.0", |
| 61 | + "@stdlib/random-base-uniform": "^0.2.0", |
| 62 | + "@stdlib/utils-try-require": "^0.2.1", |
63 | 63 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
64 | 64 | "istanbul": "^0.4.1", |
65 | 65 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
66 | | - "@stdlib/bench-harness": "^0.2.0" |
| 66 | + "@stdlib/bench-harness": "^0.2.1" |
67 | 67 | }, |
68 | 68 | "engines": { |
69 | 69 | "node": ">=0.10.0", |
|
0 commit comments