|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float64-base-from-binary-string", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create a double-precision floating-point number from a literal bit representation.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/constants-float64-exponent-bias": "^0.2.0", |
41 | | - "@stdlib/constants-float64-ninf": "^0.2.0", |
42 | | - "@stdlib/constants-float64-pinf": "^0.2.0", |
43 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
44 | | - "@stdlib/string-format": "^0.2.0" |
| 40 | + "@stdlib/constants-float64-exponent-bias": "^0.2.1", |
| 41 | + "@stdlib/constants-float64-ninf": "^0.2.1", |
| 42 | + "@stdlib/constants-float64-pinf": "^0.2.1", |
| 43 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 44 | + "@stdlib/string-format": "^0.2.1" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@stdlib/math-base-assert-is-nan": "^0.1.1", |
48 | | - "@stdlib/math-base-assert-is-negative-zero": "^0.1.1", |
49 | | - "@stdlib/math-base-special-round": "^0.1.1", |
50 | | - "@stdlib/number-float64-base-to-binary-string": "^0.1.1", |
51 | | - "@stdlib/random-base-randu": "^0.1.0", |
52 | | - "@stdlib/utils-keys": "^0.1.0", |
| 47 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 48 | + "@stdlib/math-base-assert-is-negative-zero": "^0.2.1", |
| 49 | + "@stdlib/math-base-special-round": "^0.2.1", |
| 50 | + "@stdlib/number-float64-base-to-binary-string": "^0.2.1", |
| 51 | + "@stdlib/random-base-randu": "^0.2.0", |
| 52 | + "@stdlib/utils-keys": "^0.2.1", |
53 | 53 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
54 | 54 | "istanbul": "^0.4.1", |
55 | 55 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
56 | | - "@stdlib/bench-harness": "^0.2.0" |
| 56 | + "@stdlib/bench-harness": "^0.2.1" |
57 | 57 | }, |
58 | 58 | "engines": { |
59 | 59 | "node": ">=0.10.0", |
|
0 commit comments