|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/number-float32-base-to-binary-string",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Return a string giving the literal bit representation of a single-precision floating-point number.",
|
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-float32-exponent-bias": "^0.2.0", |
41 |
| - "@stdlib/constants-float32-ninf": "^0.2.0", |
42 |
| - "@stdlib/constants-float32-pinf": "^0.2.0", |
43 |
| - "@stdlib/math-base-special-abs": "^0.2.0", |
44 |
| - "@stdlib/math-base-special-floor": "^0.2.0", |
45 |
| - "@stdlib/string-left-pad": "^0.2.0", |
46 |
| - "@stdlib/string-repeat": "^0.2.0", |
47 |
| - "@stdlib/string-right-pad": "^0.2.0" |
| 40 | + "@stdlib/constants-float32-exponent-bias": "^0.2.1", |
| 41 | + "@stdlib/constants-float32-ninf": "^0.2.1", |
| 42 | + "@stdlib/constants-float32-pinf": "^0.2.1", |
| 43 | + "@stdlib/math-base-special-abs": "^0.2.1", |
| 44 | + "@stdlib/math-base-special-floor": "^0.2.1", |
| 45 | + "@stdlib/string-left-pad": "^0.2.1", |
| 46 | + "@stdlib/string-repeat": "^0.2.1", |
| 47 | + "@stdlib/string-right-pad": "^0.2.1" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@stdlib/assert-is-string": "^0.1.1", |
51 |
| - "@stdlib/constants-float32-smallest-normal": "^0.2.0", |
52 |
| - "@stdlib/math-base-special-pow": "^0.1.0", |
53 |
| - "@stdlib/math-base-special-round": "^0.1.1", |
54 |
| - "@stdlib/number-float64-base-to-float32": "^0.1.1", |
55 |
| - "@stdlib/random-base-randu": "^0.1.0", |
| 50 | + "@stdlib/assert-is-string": "^0.2.1", |
| 51 | + "@stdlib/constants-float32-smallest-normal": "^0.2.1", |
| 52 | + "@stdlib/math-base-special-pow": "^0.2.0", |
| 53 | + "@stdlib/math-base-special-round": "^0.2.1", |
| 54 | + "@stdlib/number-float64-base-to-float32": "^0.2.1", |
| 55 | + "@stdlib/random-base-randu": "^0.2.0", |
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
57 | 57 | "istanbul": "^0.4.1",
|
58 | 58 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
59 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 59 | + "@stdlib/bench-harness": "^0.2.1" |
60 | 60 | },
|
61 | 61 | "engines": {
|
62 | 62 | "node": ">=0.10.0",
|
|
0 commit comments