|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float32-base-to-binary-string", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.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": { |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/constants-float32-exponent-bias": "^0.1.1", |
41 | | - "@stdlib/constants-float32-ninf": "^0.1.0", |
42 | | - "@stdlib/constants-float32-pinf": "^0.1.0", |
43 | | - "@stdlib/math-base-special-abs": "^0.1.0", |
44 | | - "@stdlib/math-base-special-floor": "^0.1.0", |
45 | | - "@stdlib/string-left-pad": "^0.1.0", |
| 41 | + "@stdlib/constants-float32-ninf": "^0.1.1", |
| 42 | + "@stdlib/constants-float32-pinf": "^0.1.1", |
| 43 | + "@stdlib/math-base-special-abs": "^0.1.1", |
| 44 | + "@stdlib/math-base-special-floor": "^0.1.1", |
| 45 | + "@stdlib/string-left-pad": "^0.1.1", |
46 | 46 | "@stdlib/string-repeat": "^0.1.0", |
47 | | - "@stdlib/string-right-pad": "^0.1.0" |
| 47 | + "@stdlib/string-right-pad": "^0.1.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@stdlib/assert-is-string": "^0.1.1", |
51 | 51 | "@stdlib/bench": "^0.1.0", |
52 | 52 | "@stdlib/constants-float32-smallest-normal": "^0.1.1", |
53 | 53 | "@stdlib/math-base-special-pow": "^0.1.0", |
54 | 54 | "@stdlib/math-base-special-round": "^0.1.1", |
55 | | - "@stdlib/number-float64-base-to-float32": "^0.1.0", |
| 55 | + "@stdlib/number-float64-base-to-float32": "^0.1.1", |
56 | 56 | "@stdlib/random-base-randu": "^0.1.0", |
57 | 57 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
58 | 58 | "istanbul": "^0.4.1", |
|
0 commit comments